public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33029]  New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236
@ 2007-08-09  0:19 danglin at gcc dot gnu dot org
  2007-08-09  9:09 ` [Bug middle-end/33029] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-09  0:19 UTC (permalink / raw)
  To: gcc-bugs

/test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/g
cc-4.3.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11
/lib/ -isystem /opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/include -isystem
/op
t/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/sys-include -g
-fkeep-inline-functions
 -O2  -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmis
sing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -Dpa64=1
-DELF
=1 -mlong-calls -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  
-
I. -I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/.
-I../../../gc
c/libgcc/../gcc -I../../../gcc/libgcc/../include  -DHAVE_CC_TLS -o _multc3.o
-MT
 _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c
../../../gcc/libgcc/../gcc/libg
cc2.c \
          -fvisibility=hidden -DHIDE_EXPORTS
../../../gcc/libgcc/../gcc/libgcc2.c: In function '__multc3':
../../../gcc/libgcc/../gcc/libgcc2.c:1890: internal compiler error: in
local_cpr
op_pass, at gcse.c:3236

This is in stage1.  Last revision known to build was 127133.

 __multc3
Analyzing compilation unit
Performing interprocedural optimizations
 <visibility> <early_local_cleanups> <inline> <static-var> <pure-const>
<type-escape-var>Assembling functions:
 __multc3
Breakpoint 1, local_cprop_pass (alter_jumps=1 '\001')
    at ../../gcc/gcc/gcse.c:3236
3236          gcc_assert (libcall_sp == &libcall_stack[MAX_NESTED_LIBCALLS]);
(gdb) bt
#0  local_cprop_pass (alter_jumps=1 '\001') at ../../gcc/gcc/gcse.c:3236
#1  0x40000000003df728 in one_cprop_pass (pass=2, cprop_jumps=1 '\001',
    bypass_jumps=1 '\001') at ../../gcc/gcc/gcse.c:3408
#2  0x40000000003d5270 in gcse_main (f=0x0) at ../../gcc/gcc/gcse.c:796
#3  0x40000000003ec020 in rest_of_handle_gcse () at ../../gcc/gcc/gcse.c:6696
#4  0x400000000047a640 in execute_one_pass (pass=0x80000001000027c8)
    at ../../gcc/gcc/passes.c:1119
#5  0x400000000047a968 in execute_pass_list (pass=0x80000001000027c8)
    at ../../gcc/gcc/passes.c:1172
#6  0x400000000047a9ac in execute_pass_list (pass=0x8000000100002a08)
    at ../../gcc/gcc/passes.c:1173
#7  0x400000000062434c in tree_rest_of_compilation (fndecl=0x800003fffde65400)
    at ../../gcc/gcc/tree-optimize.c:405
#8  0x40000000001b924c in c_expand_body (fndecl=0x0)
    at ../../gcc/gcc/c-common.c:4334
#9  0x40000000007fbab4 in cgraph_expand_function (node=0x800003fffdb17c00)
    at ../../gcc/gcc/cgraphunit.c:1077
#10 0x40000000007fbe18 in cgraph_expand_all_functions ()
    at ../../gcc/gcc/cgraphunit.c:1146
#11 0x40000000007fc9b0 in cgraph_optimize ()
    at ../../gcc/gcc/cgraphunit.c:1353
#12 0x400000000015fc78 in c_write_global_declarations ()
    at ../../gcc/gcc/c-decl.c:7897
---Type <return> to continue, or q <return> to quit---
#13 0x40000000005a00a8 in compile_file () at ../../gcc/gcc/toplev.c:1056
#14 0x40000000005a3824 in do_compile () at ../../gcc/gcc/toplev.c:2150
#15 0x40000000005a3940 in toplev_main (argc=60, argv=0x800003fffdff0848)
    at ../../gcc/gcc/toplev.c:2182
#16 0x40000000002056b8 in main (argc=0, argv=0x0) at ../../gcc/gcc/main.c:35
(gdb) c
Continuing.

../../../gcc/libgcc/../gcc/libgcc2.c: In function '__multc3':
../../../gcc/libgcc/../gcc/libgcc2.c:1890: internal compiler error: in
local_cprop_pass, at gcse.c:3236


-- 
           Summary: libgcc2.c:1890: internal compiler error: in local_cpr
                    op_pass, at gcse.c:3236
           Product: gcc
           Version: 4.3.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=33029


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

* [Bug middle-end/33029] libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
@ 2007-08-09  9:09 ` pinskia at gcc dot gnu dot org
  2007-08-09  9:10 ` [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, " pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-09  9:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-09 09:08 -------
*** Bug 33030 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
  2007-08-09  9:09 ` [Bug middle-end/33029] " pinskia at gcc dot gnu dot org
@ 2007-08-09  9:10 ` pinskia at gcc dot gnu dot org
  2007-08-10  1:02 ` mmitchel at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-09  9:10 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
           Keywords|                            |build, ice-on-valid-code
            Summary|libgcc2.c:1890: internal    |[4.3 Regression]
                   |compiler error: in local_cpr|libgcc2.c:1890: internal
                   |op_pass, at gcse.c:3236     |compiler error: in
                   |                            |local_cprop_pass, at
                   |                            |gcse.c:3236
   Target Milestone|---                         |4.3.0


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
  2007-08-09  9:09 ` [Bug middle-end/33029] " pinskia at gcc dot gnu dot org
  2007-08-09  9:10 ` [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, " pinskia at gcc dot gnu dot org
@ 2007-08-10  1:02 ` mmitchel at gcc dot gnu dot org
  2007-08-10  4:03 ` danglin at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-08-10  1:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-10  1:02 ` mmitchel at gcc dot gnu dot org
@ 2007-08-10  4:03 ` danglin at gcc dot gnu dot org
  2007-08-14 21:23 ` andreast at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-10  4:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2007-08-10 04:02 -------
This was introduced in revision 127273.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at gcc dot gnu dot org


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-08-10  4:03 ` danglin at gcc dot gnu dot org
@ 2007-08-14 21:23 ` andreast at gcc dot gnu dot org
  2007-08-14 21:35 ` steven at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: andreast at gcc dot gnu dot org @ 2007-08-14 21:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from andreast at gcc dot gnu dot org  2007-08-14 21:22 -------
Created an attachment (id=14060)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14060&action=view)
preprocessed source

Added preprocessed source.


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-08-14 21:23 ` andreast at gcc dot gnu dot org
@ 2007-08-14 21:35 ` steven at gcc dot gnu dot org
  2007-08-16 14:35 ` steven at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-08-14 21:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2007-08-14 21:34 -------
r127273 is this patch: http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00165.html

My initial reaction was, "What happens to the REG_RETVAL note, if the insn with
the REG_LIBCALL note?"  I don't know what happens with the REG_LIBCALL note,
but if it disappears with the insn that's being deleted, then you should also
remove the REG_RETVAL note, or you're creating something that will look like
nested libcalls (which gcse.c handles, but they're actually not allowed).

So, can you check what happens with the REG_RETVAL note, please?


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-08-14 21:35 ` steven at gcc dot gnu dot org
@ 2007-08-16 14:35 ` steven at gcc dot gnu dot org
  2007-08-16 14:54 ` steven at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-08-16 14:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from steven at gcc dot gnu dot org  2007-08-16 14:35 -------
Starting program: /home/steven/devel/build-test/gcc/cc1 -g -O2 -fPIC -Dpa64=1
-mlong-calls -fkeep-inline-functions libgcc2.i
 __multc3
Analyzing compilation unit
Performing interprocedural optimizations
 <visibility> <early_local_cleanups> <inline> <static-var> <pure-const>
<type-escape-var>Assembling functions:
 __multc3
Breakpoint 1, fancy_abort (file=0xcdbc31 "../../trunk/gcc/gcse.c", line=3236,
    function=0xcdc050 "local_cprop_pass") at ../../trunk/gcc/diagnostic.c:655
655       internal_error ("in %s, at %s:%d", function, trim_filename (file),
line);
(gdb) up
#1  0x00000000006dcd3a in local_cprop_pass (alter_jumps=1 '\001')
    at ../../trunk/gcc/gcse.c:3236
3236          gcc_assert (libcall_sp == &libcall_stack[MAX_NESTED_LIBCALLS]);
(gdb) l
3231            }
3232
3233          /* Forget everything at the end of a basic block.  Make sure we
are
3234             not inside a libcall, they should never cross basic blocks. 
*/
3235          cselib_clear_table ();
3236          gcc_assert (libcall_sp == &libcall_stack[MAX_NESTED_LIBCALLS]);
3237        }
3238
3239      cselib_finish ();
3240
(gdb)    

Definitely a problem with the nested libcalls handling.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-16 14:35:32
               date|                            |


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-08-16 14:35 ` steven at gcc dot gnu dot org
@ 2007-08-16 14:54 ` steven at gcc dot gnu dot org
  2007-08-16 15:05 ` steven at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-08-16 14:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from steven at gcc dot gnu dot org  2007-08-16 14:54 -------
Created an attachment (id=14064)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14064&action=view)
remove nested libcall handling from gcse.c

This is the *only* place in the entire compiler where GCC handles nested
libcalls. I've had this patch for a long time now, but no-one seemed to be
interested much in doing something about libcall notes.  Maybe someone wants to
finish this patch now?


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-08-16 14:54 ` steven at gcc dot gnu dot org
@ 2007-08-16 15:05 ` steven at gcc dot gnu dot org
  2007-08-19 19:56 ` andreast at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-08-16 15:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from steven at gcc dot gnu dot org  2007-08-16 15:05 -------
Fix for the bug:

Index: lower-subreg.c
===================================================================
--- lower-subreg.c      (revision 127558)
+++ lower-subreg.c      (working copy)
@@ -897,7 +897,7 @@ resolve_simple_move (rtx set, rtx insn)
 static bool
 resolve_clobber (rtx pat, rtx insn)
 {
-  rtx reg;
+  rtx reg, note;
   enum machine_mode orig_mode;
   unsigned int words, i;
   int ret;
@@ -909,8 +909,11 @@ resolve_clobber (rtx pat, rtx insn)
   /* If this clobber has a REG_LIBCALL note, then it is the initial
      clobber added by emit_no_conflict_block.  We were able to
      decompose the register, so we no longer need the clobber.  */
-  if (find_reg_note (insn, REG_LIBCALL, NULL_RTX) != NULL_RTX)
+  note = find_reg_note (insn, REG_LIBCALL, NULL_RTX);
+  if (note != NULL_RTX)
     {
+      rtx retval_insn = XEXP (note, 0);
+      remove_retval_note (retval_insn);
       delete_insn (insn);
       return true;
     }


In case someone cares enough to fix this properly: GCC should probably also
remove the REG_LIBCALL_ID notes of all the insns in the libcall chain -- but we
don't do that anywhere else right now and the above patch is sufficient to
avoid the ICE.


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-08-16 15:05 ` steven at gcc dot gnu dot org
@ 2007-08-19 19:56 ` andreast at gcc dot gnu dot org
  2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: andreast at gcc dot gnu dot org @ 2007-08-19 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from andreast at gcc dot gnu dot org  2007-08-19 19:56 -------
I can confirm the patch in comment 7 fixes the bootstrap failure here.
Thanks!


-- 

andreast at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreast at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
@ 2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
  2007-08-30  1:43 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-29 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2007-08-29 22:14 -------
Any news on this bug?


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2007-08-19 19:56 ` andreast at gcc dot gnu dot org
@ 2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
  2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-29 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2007-08-29 22:14 -------
*** Bug 33240 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
@ 2007-08-30  1:43 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-08-31 17:24 ` debian-gcc at lists dot debian dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-08-30  1:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from dave at hiauly1 dot hia dot nrc dot ca  2007-08-30 01:43 -------
Subject: Re:  [4.3 Regression] libgcc2.c:1890: internal compiler error: in
local_cprop_pass, at gcse.c:3236

> Any news on this bug?

I have been building with Steven's change for the past couple of weeks
and haven't seen any new problems.

Dave


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2007-08-30  1:43 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-08-31 17:24 ` debian-gcc at lists dot debian dot org
  2007-08-31 23:56 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-08-31 17:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from debian-gcc at lists dot debian dot org  2007-08-31 17:24 -------
a hppa-linux-gnu -> hppa64-linux-gnu cross compiler builds with this patch.

  Matthias


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2007-08-31 17:24 ` debian-gcc at lists dot debian dot org
@ 2007-08-31 23:56 ` danglin at gcc dot gnu dot org
  2007-09-05  5:32 ` ian at gcc dot gnu dot org
  2007-09-05  5:34 ` ian at airs dot com
  16 siblings, 0 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-31 23:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from danglin at gcc dot gnu dot org  2007-08-31 23:56 -------
Ian, how are we going to fix this?  Steven helpfully provided two solutions
but he is no longer a maintainer.  The second has been independently tested
several times.  I have also tested that reverting your change fixes the build
failure on hppa64-hp-hpux11.11.


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2007-08-31 23:56 ` danglin at gcc dot gnu dot org
@ 2007-09-05  5:32 ` ian at gcc dot gnu dot org
  2007-09-05  5:34 ` ian at airs dot com
  16 siblings, 0 replies; 18+ messages in thread
From: ian at gcc dot gnu dot org @ 2007-09-05  5:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ian at gcc dot gnu dot org  2007-09-05 05:31 -------
Subject: Bug 33029

Author: ian
Date: Wed Sep  5 05:31:37 2007
New Revision: 128119

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128119
Log:
        PR middle-end/33029
        * lower-subreg.c (resolve_clobber): If we remove a REG_LIBCALL
        note, remove the associated REG_RETVAL note.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lower-subreg.c


-- 


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


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

* [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, at gcse.c:3236
  2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2007-09-05  5:32 ` ian at gcc dot gnu dot org
@ 2007-09-05  5:34 ` ian at airs dot com
  16 siblings, 0 replies; 18+ messages in thread
From: ian at airs dot com @ 2007-09-05  5:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from ian at airs dot com  2007-09-05 05:34 -------
Fixed.


-- 

ian at airs dot com changed:

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


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


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

end of thread, other threads:[~2007-09-05  5:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09  0:19 [Bug middle-end/33029] New: libgcc2.c:1890: internal compiler error: in local_cpr op_pass, at gcse.c:3236 danglin at gcc dot gnu dot org
2007-08-09  9:09 ` [Bug middle-end/33029] " pinskia at gcc dot gnu dot org
2007-08-09  9:10 ` [Bug middle-end/33029] [4.3 Regression] libgcc2.c:1890: internal compiler error: in local_cprop_pass, " pinskia at gcc dot gnu dot org
2007-08-10  1:02 ` mmitchel at gcc dot gnu dot org
2007-08-10  4:03 ` danglin at gcc dot gnu dot org
2007-08-14 21:23 ` andreast at gcc dot gnu dot org
2007-08-14 21:35 ` steven at gcc dot gnu dot org
2007-08-16 14:35 ` steven at gcc dot gnu dot org
2007-08-16 14:54 ` steven at gcc dot gnu dot org
2007-08-16 15:05 ` steven at gcc dot gnu dot org
2007-08-19 19:56 ` andreast at gcc dot gnu dot org
2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
2007-08-29 22:14 ` pinskia at gcc dot gnu dot org
2007-08-30  1:43 ` dave at hiauly1 dot hia dot nrc dot ca
2007-08-31 17:24 ` debian-gcc at lists dot debian dot org
2007-08-31 23:56 ` danglin at gcc dot gnu dot org
2007-09-05  5:32 ` ian at gcc dot gnu dot org
2007-09-05  5:34 ` ian at airs dot com

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).