public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/37603]  New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
@ 2008-09-20 20:00 danglin at gcc dot gnu dot org
  2008-09-20 22:27 ` [Bug middle-end/37603] [4.3/4.4 " danglin at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-09-20 20:00 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/  
-
O1  -w -c  -o pr36141.o
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr
36141.c    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr36141.c: In function
'ff
i_prep_closure_loc':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr36141.c:17: internal
com
piler error: in output_constant_pool_2, at varasm.c:3732

Breakpoint 1, output_constant_pool_2 (mode=BLKmode, x=0x800003fffdfba020, 
    align=1) at ../../gcc/gcc/varasm.c:3732
3732          gcc_unreachable ();
(gdb) p debug_rtx (x)
(symbol_ref/v:DI ("@ffi_closure_unix") [flags 0x41] <function_decl
800003fffdfa0c00 ffi_closure_unix>)
$1 = void
(gdb) bt
#0  output_constant_pool_2 (mode=BLKmode, x=0x800003fffdfba020, align=1)
    at ../../gcc/gcc/varasm.c:3732
#1  0x4000000000cf0944 in output_constant_pool_1 (desc=0x800003fffdfc6700, 
    align=1) at ../../gcc/gcc/varasm.c:3788
#2  0x4000000000cf10cc in output_constant_pool_contents (pool=Cannot access
memory at address 0x0
)
    at ../../gcc/gcc/varasm.c:3908
#3  0x4000000000cf115c in output_constant_pool (fnname=Cannot access memory at
address 0x0
)
    at ../../gcc/gcc/varasm.c:3931
#4  0x4000000000ce4070 in assemble_start_function (decl=0x800003fffdfa0d00, 
    fnname=0x800003fffdfa8ca0 "@ffi_prep_closure_loc")
    at ../../gcc/gcc/varasm.c:1662
#5  0x40000000004f378c in rest_of_handle_final ()
    at ../../gcc/gcc/final.c:4150
#6  0x40000000007508a8 in execute_one_pass (pass=0x80000001000475e0)
    at ../../gcc/gcc/passes.c:1279
#7  0x4000000000750e24 in execute_pass_list (pass=0x80000001000475e0)
    at ../../gcc/gcc/passes.c:1327
#8  0x4000000000750e68 in execute_pass_list (pass=0x8000000100047d50)
    at ../../gcc/gcc/passes.c:1328
#9  0x4000000000750e68 in execute_pass_list (pass=0x8000000100047d00)
    at ../../gcc/gcc/passes.c:1328
#10 0x40000000009d12cc in tree_rest_of_compilation (fndecl=0x800003fffdfa0d00)
    at ../../gcc/gcc/tree-optimize.c:418
#11 0x4000000000d39cc8 in cgraph_expand_function (node=0x800003fffdfa0e00)
    at ../../gcc/gcc/cgraphunit.c:1038
#12 0x4000000000d3a004 in cgraph_expand_all_functions ()
    at ../../gcc/gcc/cgraphunit.c:1097
#13 0x4000000000d3ab78 in cgraph_optimize ()
    at ../../gcc/gcc/cgraphunit.c:1302
#14 0x40000000001d93ac in c_write_global_declarations ()
    at ../../gcc/gcc/c-decl.c:8071
#15 0x40000000008fef64 in compile_file () at ../../gcc/gcc/toplev.c:979
#16 0x4000000000902d94 in do_compile () at ../../gcc/gcc/toplev.c:2190
#17 0x4000000000902eb0 in toplev_main (argc=17, argv=0x800003fffdff05f0)
    at ../../gcc/gcc/toplev.c:2222
#18 0x40000000002d2f18 in main (argc=Cannot access memory at address 0x0
) at ../../gcc/gcc/main.c:35

Didn't fail at revision 140325.


-- 
           Summary: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c
                    at -O1 and above
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug middle-end/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
@ 2008-09-20 22:27 ` danglin at gcc dot gnu dot org
  2008-09-21  0:25 ` danglin at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-09-20 22:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2008-09-20 22:26 -------
This test started to fail when it was moved in r140340
from gcc.c-torture to gcc.c-torture/compile.

It doesn't fail with 4.2.4, but does with 4.3.2.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.4 Regression] FAIL:      |[4.3/4.4 Regression] FAIL:
                   |gcc.c-                      |gcc.c-
                   |torture/compile/pr36141.c at|torture/compile/pr36141.c at
                   |-O1 and above               |-O1 and above


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


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

* [Bug middle-end/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
  2008-09-20 22:27 ` [Bug middle-end/37603] [4.3/4.4 " danglin at gcc dot gnu dot org
@ 2008-09-21  0:25 ` danglin at gcc dot gnu dot org
  2008-09-22 21:54 ` [Bug target/37603] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-09-21  0:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2008-09-21 00:23 -------
'x' is not a legitimate constant.


-- 


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


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

* [Bug target/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
  2008-09-20 22:27 ` [Bug middle-end/37603] [4.3/4.4 " danglin at gcc dot gnu dot org
  2008-09-21  0:25 ` danglin at gcc dot gnu dot org
@ 2008-09-22 21:54 ` pinskia at gcc dot gnu dot org
  2008-10-04 18:05 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-22 21:54 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.3.3


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


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

* [Bug target/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-09-22 21:54 ` [Bug target/37603] " pinskia at gcc dot gnu dot org
@ 2008-10-04 18:05 ` danglin at gcc dot gnu dot org
  2008-10-04 18:09 ` danglin at gcc dot gnu dot org
  2008-10-04 18:24 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-10-04 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2008-10-04 18:04 -------
Subject: Bug 37603

Author: danglin
Date: Sat Oct  4 18:03:07 2008
New Revision: 140870

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140870
Log:
        PR target/37603
        * pa.c (legitimize_pic_address): Force function labels to memory in
        word mode.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.c


-- 


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


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

* [Bug target/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-10-04 18:05 ` danglin at gcc dot gnu dot org
@ 2008-10-04 18:09 ` danglin at gcc dot gnu dot org
  2008-10-04 18:24 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-10-04 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2008-10-04 18:08 -------
Subject: Bug 37603

Author: danglin
Date: Sat Oct  4 18:06:46 2008
New Revision: 140871

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140871
Log:
        PR target/37603
        * pa.c (legitimize_pic_address): Force function labels to memory in
        word mode.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/pa/pa.c


-- 


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


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

* [Bug target/37603] [4.3/4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above
  2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-10-04 18:09 ` danglin at gcc dot gnu dot org
@ 2008-10-04 18:24 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-10-04 18:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2008-10-04 18:22 -------
Fixed


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-10-04 18:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-20 20:00 [Bug middle-end/37603] New: [4.4 Regression] FAIL: gcc.c-torture/compile/pr36141.c at -O1 and above danglin at gcc dot gnu dot org
2008-09-20 22:27 ` [Bug middle-end/37603] [4.3/4.4 " danglin at gcc dot gnu dot org
2008-09-21  0:25 ` danglin at gcc dot gnu dot org
2008-09-22 21:54 ` [Bug target/37603] " pinskia at gcc dot gnu dot org
2008-10-04 18:05 ` danglin at gcc dot gnu dot org
2008-10-04 18:09 ` danglin at gcc dot gnu dot org
2008-10-04 18:24 ` danglin 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).