public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
@ 2005-02-07 23:09 hp at gcc dot gnu dot org
  2005-02-07 23:11 ` [Bug target/19806] " hp at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-07 23:09 UTC (permalink / raw)
  To: gcc-bugs

Fails with (most recent) "Mon Feb  7 13:27:26 UTC 2005".
Passes with my latest checkouts on 3.3 (around May 21  2004)
and 3.4 (around Apr 22  2004) branches, hence a regression.

The message in gcc.log is:
Executing on host: /home/hp/cvs_areas/combined/cris-regobj/gcc/xgcc
-B/home/hp/cvs_areas/combined/cris-regobj/gcc/ /home/hp/cvs_a\
reas/combined/combined/gcc/testsuite/gcc.c-torture/execute/20001130-1.c  -w 
-O0    -isystem /home/hp/cvs_areas/combined/cris-reg\
obj/cris-unknown-elf/./newlib/targ-include -isystem
/home/hp/cvs_areas/combined/combined/newlib/libc/include -B/home/hp/cvs_areas\
/combined/cris-regobj/cris-unknown-elf/./libgloss/cris/
-L/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/./libgloss/cri\
s -L/home/hp/cvs_areas/combined/combined/libgloss/cris
-L/home/hp/cvs_areas/combined/cris-regobj/ld -B/home/hp/cvs_areas/combined\
/cris-regobj/cris-unknown-elf/./newlib/
-L/home/hp/cvs_areas/combined/cris-regobj/cris-unknown-elf/./newlib -sim3  -lm  
-o /home\
/hp/cvs_areas/combined/cris-regobj/gcc/testsuite/20001130-1.x0    (timeout =
300)
/tmp/ccaaDBhI.o: In function `_foo':^M
: undefined reference to `_bar'^M
collect2: ld returned 1 exit status^M
compiler exited with status 1
output is:
/tmp/ccaaDBhI.o: In function `_foo':^M
: undefined reference to `_bar'^M
collect2: ld returned 1 exit status^M

-- 
           Summary: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-
                    torture/execute/20001130-1.c compilation,  -O0
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: cris-axis-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/19806] [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
  2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
@ 2005-02-07 23:11 ` hp at gcc dot gnu dot org
  2005-02-07 23:12 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-07 23:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-07 15:30 -------
(BTW, the regression isn't all that new.)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19745
              nThis|                            |
         AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-07 15:30:02
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/19806] [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
  2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
  2005-02-07 23:11 ` [Bug target/19806] " hp at gcc dot gnu dot org
@ 2005-02-07 23:12 ` pinskia at gcc dot gnu dot org
  2005-02-08 21:10 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-07 23:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-07 15:32 -------
Most likely you forgot to copy the decl around for the new rtx symbol.

This is what happened for darwin and cygwin too.  Both were fixed by keeping around the decl.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/19806] [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
  2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
  2005-02-07 23:11 ` [Bug target/19806] " hp at gcc dot gnu dot org
  2005-02-07 23:12 ` pinskia at gcc dot gnu dot org
@ 2005-02-08 21:10 ` cvs-commit at gcc dot gnu dot org
  2005-02-08 21:45 ` hp at gcc dot gnu dot org
  2005-02-09  7:03 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-08 21:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-08 15:35 -------
Subject: Bug 19806

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hp@gcc.gnu.org	2005-02-08 15:35:12

Modified files:
	gcc            : ChangeLog 
	gcc/config/cris: cris-protos.h cris.c cris.h 

Log message:
	PR target/19806
	* config/cris/cris.c (in_code): New variable.
	(cris_output_addr_const): Now a static function, a wrapper for
	output_addr_const.
	(cris_asm_output_symbol_ref): New function, broken out SYMBOL_REF
	case from old cris_output_addr_const.
	(cris_asm_output_label_ref): Similar for LABEL_REF.
	(cris_output_addr_const_extra): Similar for UNSPEC.
	* config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA)
	(ASM_OUTPUT_SYMBOL_REF, ASM_OUTPUT_LABEL_REF): Define.
	* config/cris/cris-protos.h (cris_output_addr_const): Remove
	declaration.
	(cris_asm_output_symbol_ref, cris_output_addr_const_extra)
	(cris_asm_output_label_ref): Declare.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7418&r2=2.7419
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/cris/cris-protos.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/cris/cris.c.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/cris/cris.h.diff?cvsroot=gcc&r1=1.83&r2=1.84



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/19806] [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
  2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-08 21:10 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-08 21:45 ` hp at gcc dot gnu dot org
  2005-02-09  7:03 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-08 21:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-08 16:04 -------
See <URL:http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00306.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/19806] [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation,  -O0
  2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-02-08 21:45 ` hp at gcc dot gnu dot org
@ 2005-02-09  7:03 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-02-09  7:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-02-08 21:05 -------
Judging from the similarity of the frv-elf test-results and a brief look at
frv_print_operand_address, it has the same flaw as was fixed in this PR;
making sure there's a call to mark_decl_referenced for SYMBOL_REF output.
(See frv_print_operand_address.)
FRV maintainers complimentary CC:ed.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at gcc dot gnu dot
                   |                            |org, aldyh at gcc dot gnu
                   |                            |dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19806


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-08 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-07 23:09 [Bug target/19806] New: [4.0 regression] cris-axis-elf testsuite failure: gcc.c-torture/execute/20001130-1.c compilation, -O0 hp at gcc dot gnu dot org
2005-02-07 23:11 ` [Bug target/19806] " hp at gcc dot gnu dot org
2005-02-07 23:12 ` pinskia at gcc dot gnu dot org
2005-02-08 21:10 ` cvs-commit at gcc dot gnu dot org
2005-02-08 21:45 ` hp at gcc dot gnu dot org
2005-02-09  7:03 ` hp at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).