public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
@ 2004-09-11  6:10 ` danglin at gcc dot gnu dot org
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-09-11  6:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2004-09-11 06:10 -------
Created an attachment (id=7094)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7094&action=view)
Preprocessed source


-- 


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


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

* [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block
@ 2004-09-11  6:10 danglin at gcc dot gnu dot org
  2004-09-11  6:10 ` [Bug middle-end/17414] " danglin at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-09-11  6:10 UTC (permalink / raw)
  To: gcc-bugs

/mnt/gnu/gcc-3.3/objdir/gcc/xgcc -shared-libgcc -B/mnt/gnu/gcc-3.3/objdir/gcc/ -
nostdinc++ -L/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src -L/m
nt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/gnu/gc
c/gcc-3.5.0/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux
11.11/lib/ -isystem /opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux11.11/include -isyste
m /opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux11.11/sys-include -I/mnt/gnu/gcc-3.3/gc
c/libstdc++-v3/../gcc -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libstdc++-
v3/include/hppa2.0w-hp-hpux11.11 -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11
/libstdc++-v3/include -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++ -O2 -g -O2 -
g -O2 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagno
stics-show-location=once -c ../../../../gcc/libstdc++-v3/libsupc++/eh_alloc.cc  
-fPIC -DPIC -o eh_alloc.o
../../../../gcc/libstdc++-v3/libsupc++/eh_alloc.cc: In function `void __cxxabiv1
::__cxa_free_exception(void*)':
../../../../gcc/libstdc++-v3/libsupc++/eh_alloc.cc:176: error: insn outside basi
c block
(insn 127 78 128 14 (set (reg:SI 26 %r26)
        (reg/f:SI 90 virtual-stack-vars)) -1 (nil)
    (nil))
../../../../gcc/libstdc++-v3/libsupc++/eh_alloc.cc:176: internal compiler error:
 in rtl_verify_flow_info, at cfgrtl.c:2232

-- 
           Summary: [4.0 Regression] ICE: insn outside basic block
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11, hppa64-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11, hppa64-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11, hppa64-hp-hpux11.11


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
  2004-09-11  6:10 ` [Bug middle-end/17414] " danglin at gcc dot gnu dot org
@ 2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
  2004-09-11 22:02 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-11 14:18 -------
I almost think this is a dup of bug 17382, as all four OS's use setjmp/longjmp exceptions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17382
           Keywords|                            |EH, ice-on-valid-code, sjlj-
                   |                            |eh
   Target Milestone|---                         |4.0.0


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
  2004-09-11  6:10 ` [Bug middle-end/17414] " danglin at gcc dot gnu dot org
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 22:02 ` pinskia at gcc dot gnu dot org
  2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11 22:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-11 22:02 -------
Confirmed, reduced to:
void __gthread_mutex_lock ();
void
__cxa_free_exception(void *vptr) throw()
{
  __gthread_mutex_lock ();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-11 22:02:31
               date|                            |


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-11 22:02 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
  2004-09-11 22:38 ` steven at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11 22:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-11 22:03 -------
*** Bug 17382 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Bug 17414 depends on bug 17382, which changed state.

Bug 17382 Summary: [4.0 Regression] ICE in 3.5 trying to compile head
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17382

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATEBug 17414 depends on bug 17382, which changed state.

Bug 17382 Summary: [4.0 Regression] ICE in 3.5 trying to compile head
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17382

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 22:38 ` steven at gcc dot gnu dot org
  2004-09-11 23:00 ` steven at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-09-11 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-09-11 22:38 -------
A compiler build with configure --enable-sjlj-exceptions exposes this bug on 
all targets I could try it on. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-09-11 22:38 ` steven at gcc dot gnu dot org
@ 2004-09-11 23:00 ` steven at gcc dot gnu dot org
  2004-09-12  2:43 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-09-11 23:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-09-11 23:00 -------
The problem is in except.c:sjlj_emit_function_exit 

-- 


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-09-11 23:00 ` steven at gcc dot gnu dot org
@ 2004-09-12  2:43 ` pinskia at gcc dot gnu dot org
  2004-09-12 17:35 ` rth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-12  2:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-12 02:43 -------
The patch in PR 17186 allows me able to bootstrap on i686-pc-openbsd3.1, results will follow soon.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
   Last reconfirmed|2004-09-11 22:02:31         |2004-09-12 02:43:41
               date|                            |


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-09-12  2:43 ` pinskia at gcc dot gnu dot org
@ 2004-09-12 17:35 ` rth at gcc dot gnu dot org
  2004-09-12 17:38 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-09-12 17:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17414 depends on bug 17186, which changed state.

Bug 17186 Summary: [3.4/3.5 regression] ICE in move_for_stack_reg, at reg-stack.c:1065
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17186

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-09-12 17:35 ` rth at gcc dot gnu dot org
@ 2004-09-12 17:38 ` pinskia at gcc dot gnu dot org
  2004-09-14 21:38 ` rth at gcc dot gnu dot org
  2004-12-13  2:37 ` rth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-12 17:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-12 17:38 -------
This is fixed now too by RTH's patch.

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


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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-09-12 17:38 ` pinskia at gcc dot gnu dot org
@ 2004-09-14 21:38 ` rth at gcc dot gnu dot org
  2004-12-13  2:37 ` rth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-09-14 21:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17414 depends on bug 17186, which changed state.

Bug 17186 Summary: [3.4/4.0 regression] ICE in move_for_stack_reg, at reg-stack.c:1065
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17186

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

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


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

* [Bug middle-end/17414] [4.0 Regression] ICE: insn outside basic block
  2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-09-14 21:38 ` rth at gcc dot gnu dot org
@ 2004-12-13  2:37 ` rth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-12-13  2:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 17414 depends on bug 17186, which changed state.

Bug 17186 Summary: [3.4 regression] ICE in move_for_stack_reg, at reg-stack.c:1065
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17186

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-12-13  2:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-11  6:10 [Bug middle-end/17414] New: [4.0 Regression] ICE: insn outside basic block danglin at gcc dot gnu dot org
2004-09-11  6:10 ` [Bug middle-end/17414] " danglin at gcc dot gnu dot org
2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
2004-09-11 22:02 ` pinskia at gcc dot gnu dot org
2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
2004-09-11 22:38 ` steven at gcc dot gnu dot org
2004-09-11 23:00 ` steven at gcc dot gnu dot org
2004-09-12  2:43 ` pinskia at gcc dot gnu dot org
2004-09-12 17:35 ` rth at gcc dot gnu dot org
2004-09-12 17:38 ` pinskia at gcc dot gnu dot org
2004-09-14 21:38 ` rth at gcc dot gnu dot org
2004-12-13  2:37 ` rth 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).