public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head
@ 2004-09-09 18:30 ovidr at users dot sourceforge dot net
  2004-09-09 18:35 ` [Bug middle-end/17382] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-09-09 18:30 UTC (permalink / raw)
  To: gcc-bugs

win32

$ /datal/gcc/build/crossgcc_build/gcc/xgcc -v
Using built-in specs.
Configured with: /datal/gcc/gcc/configure --prefix=/datal/gcc/build/crossgcc --
target=i686-pc-mingw32 --host=i686-pc-cygwin --build=i686-pc-
cygwin --enable-languages=c,c++,java --disable-nls --disable-debug --enable-
threads=win32 --with-gcc --with-gnu-as --with-gnu-ld --without-n
ewlib --disable-win32-registry --disable-shared --enable-libgcj --disable-java-
awt --without-x --enable-java-gc=boehm --disable-libgcj-debug
 --enable-interpreter --enable-hash-synchronization --enable-sjlj-exceptions
Thread model: win32
gcc version 3.5.0 20040909 (experimental)




/datal/gcc/build/crossgcc_build/gcc/xgcc -shared-libgcc -
B/datal/gcc/build/crossgcc_build/gcc/ -nostdinc++ -
L/datal/gcc/build/crossgcc_build
/i686-pc-mingw32/libstdc++-v3/src -L/datal/gcc/build/crossgcc_build/i686-pc-
mingw32/libstdc++-v3/src/.libs -B/datal/gcc/build/crossgcc/i686-
pc-mingw32/bin/ -B/datal/gcc/build/crossgcc/i686-pc-mingw32/lib/ -
isystem /datal/gcc/build/crossgcc/i686-pc-mingw32/include -isystem /datal/
gcc/build/crossgcc/i686-pc-mingw32/sys-include -I/datal/gcc/gcc/libstdc++-
v3/../gcc -I/datal/gcc/build/crossgcc_build/i686-pc-mingw32/libstd
c++-v3/include/i686-pc-mingw32 -I/datal/gcc/build/crossgcc_build/i686-pc-
mingw32/libstdc++-v3/include -I/datal/gcc/gcc/libstdc++-v3/libsupc+
+ -O2 -O2 -pipe -g0 -O2 -pipe -g0 -fno-implicit-templates -Wall -Wextra -
Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -c /dat
al/gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc -o eh_alloc.o
/datal/gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc: In function `void 
__cxxabiv1::__cxa_free_exception(void*)':
/datal/gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:176: error: insn outside 
basic block
(insn 114 73 115 -1347440721 (parallel [
            (set (reg:SI 80)
                (plus:SI (reg/f:SI 54 virtual-stack-vars)
                    (const_int -52 [0xffffffcc])))
            (clobber (reg:CC 17 flags))
        ]) -1 (nil)
    (nil))
/datal/gcc/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:176: internal compiler 
error: in rtl_verify_flow_info, at cfgrtl.c:2232
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [eh_alloc.lo] Error 1
make[3]: Leaving directory `/datal/gcc/build/crossgcc_build/i686-pc-
mingw32/libstdc++-v3/libsupc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/datal/gcc/build/crossgcc_build/i686-pc-
mingw32/libstdc++-v3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/datal/gcc/build/crossgcc_build/i686-pc-
mingw32/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2

-- 
           Summary: ICE in 3.5 trying to compile head
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug middle-end/17382] [3.5 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
@ 2004-09-09 18:35 ` pinskia at gcc dot gnu dot org
  2004-09-09 20:32 ` [Bug middle-end/17382] [4.0 " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 18:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
          Component|libstdc++                   |middle-end
           Keywords|                            |ice-on-valid-code
            Summary|ICE in 3.5 trying to compile|[3.5 Regression] ICE in 3.5
                   |head                        |trying to compile head
   Target Milestone|---                         |3.5.0


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
  2004-09-09 18:35 ` [Bug middle-end/17382] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-09-09 20:32 ` pinskia at gcc dot gnu dot org
  2004-09-10  8:07 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 20:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |i686-pc-mingw32
            Summary|[3.5 Regression] ICE in 3.5 |[4.0 Regression] ICE in 3.5
                   |trying to compile head      |trying to compile head


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
  2004-09-09 18:35 ` [Bug middle-end/17382] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-09-09 20:32 ` [Bug middle-end/17382] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-09-10  8:07 ` pinskia at gcc dot gnu dot org
  2004-09-10 16:25 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-10  8:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-10 08:07 -------
Can you try again and see if this works now?

-- 


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2004-09-10  8:07 ` pinskia at gcc dot gnu dot org
@ 2004-09-10 16:25 ` pinskia at gcc dot gnu dot org
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-10 16:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-10 16:25 -------
I actually see this on openbsd which also uses SetJmp/LongJmp exceptions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EH, sjlj-eh


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
                   ` (4 preceding siblings ...)
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
  2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11 14:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|i686-pc-mingw32             |i686-pc-mingw32, i686-pc-
                   |                            |openbsd3.1


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2004-09-10 16:25 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
  2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11 14:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |17414
              nThis|                            |


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


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

* [Bug middle-end/17382] [4.0 Regression] ICE in 3.5 trying to compile head
  2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
                   ` (5 preceding siblings ...)
  2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
@ 2004-09-11 22:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ 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 -------
I can confirm that this is the same bug as 17414.

*** This bug has been marked as a duplicate of 17414 ***

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


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


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

end of thread, other threads:[~2004-09-11 22:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09 18:30 [Bug libstdc++/17382] New: ICE in 3.5 trying to compile head ovidr at users dot sourceforge dot net
2004-09-09 18:35 ` [Bug middle-end/17382] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-09-09 20:32 ` [Bug middle-end/17382] [4.0 " pinskia at gcc dot gnu dot org
2004-09-10  8:07 ` pinskia at gcc dot gnu dot org
2004-09-10 16:25 ` pinskia at gcc dot gnu dot org
2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
2004-09-11 14:18 ` pinskia at gcc dot gnu dot org
2004-09-11 22:03 ` pinskia 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).