public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/40968]  New: ICE including fenv.h when compiling O2g.gch
@ 2009-08-04 22:53 lucier at math dot purdue dot edu
  2009-08-04 23:15 ` [Bug libstdc++/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats lucier at math dot purdue dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2009-08-04 22:53 UTC (permalink / raw)
  To: gcc-bugs

with this compiler:

Mon Aug  3 16:57:15 UTC 2009 (revision 150373)

with this configure and build:

/bin/rm -rf *; ../../mainline/configure --enable-checking=release
--prefix=/pkgs/gcc-mainline-mem-stats --enable-languages=c,c++
--enable-gather-detailed-mem-stats -enable-stage1-languages=c,c++; make -j 6
bootstrap >& build.log

bootstrap fails with

/home/lucier/programs/gcc/objdirs/mainline/./gcc/xgcc -shared-libgcc
-B/home/lucier/programs/gcc/objdirs/mainline/./gcc -nostdinc++
-L/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/src
-L/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-B/pkgs/gcc-mainline-mem-stats/x86_64-unknown-linux-gnu/bin/
-B/pkgs/gcc-mainline-mem-stats/x86_64-unknown-linux-gnu/lib/ -isystem
/pkgs/gcc-mainline-mem-stats/x86_64-unknown-linux-gnu/include -isystem
/pkgs/gcc-mainline-mem-stats/x86_64-unknown-linux-gnu/sys-include  -m32 -x
c++-header -D_GNU_SOURCE  -m32
-I/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/include/x86_64-unknown-linux-gnu
-I/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/lucier/programs/gcc/mainline/libstdc++-v3/libsupc++ -O2 -g
/home/lucier/programs/gcc/mainline/libstdc++-v3/include/precompiled/stdtr1c++.h
-o x86_64-unknown-linux-gnu/bits/stdtr1c++.h.gch/O2g.gch
In file included from
/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/include/tr1/cfenv:36:0,
                 from
/home/lucier/programs/gcc/mainline/libstdc++-v3/include/precompiled/stdtr1c++.h:33:
/home/lucier/programs/gcc/objdirs/mainline/x86_64-unknown-linux-gnu/32/libstdc++-v3/include/fenv.h:32:9:
internal compiler error: Segmentation fault

I'm sorry, but I don't really know how to go further in diagnosing this.


-- 
           Summary: ICE including fenv.h when compiling O2g.gch
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug libstdc++/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
@ 2009-08-04 23:15 ` lucier at math dot purdue dot edu
  2009-08-05  1:06 ` [Bug bootstrap/40968] " paolo dot carlini at oracle dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2009-08-04 23:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from lucier at math dot purdue dot edu  2009-08-04 23:15 -------
bootstrap completes without --enable-gather-detailed-mem-stats


-- 

lucier at math dot purdue dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE including fenv.h when   |ICE when compiling O2g.gch;
                   |compiling O2g.gch           |problem with --enable-
                   |                            |gather-detailed-mem-stats


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


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

* [Bug bootstrap/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
  2009-08-04 23:15 ` [Bug libstdc++/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats lucier at math dot purdue dot edu
@ 2009-08-05  1:06 ` paolo dot carlini at oracle dot com
  2009-08-08 22:56 ` [Bug bootstrap/40968] [4.5 Regression] " steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-08-05  1:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2009-08-05 01:06 -------
A Segmentation fault certainly isn't a library issue.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |bootstrap


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


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

* [Bug bootstrap/40968] [4.5 Regression] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
  2009-08-04 23:15 ` [Bug libstdc++/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats lucier at math dot purdue dot edu
  2009-08-05  1:06 ` [Bug bootstrap/40968] " paolo dot carlini at oracle dot com
@ 2009-08-08 22:56 ` steven at gcc dot gnu dot org
  2009-08-25 15:48 ` jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-08-08 22:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

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         |2009-08-08 22:56:34
               date|                            |
            Summary|ICE when compiling O2g.gch; |[4.5 Regression] ICE when
                   |problem with --enable-      |compiling O2g.gch; problem
                   |gather-detailed-mem-stats   |with --enable-gather-
                   |                            |detailed-mem-stats


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


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

* [Bug bootstrap/40968] [4.5 Regression] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
                   ` (2 preceding siblings ...)
  2009-08-08 22:56 ` [Bug bootstrap/40968] [4.5 Regression] " steven at gcc dot gnu dot org
@ 2009-08-25 15:48 ` jsm28 at gcc dot gnu dot org
  2009-09-18  9:00 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-08-25 15:48 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug bootstrap/40968] [4.5 Regression] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
                   ` (3 preceding siblings ...)
  2009-08-25 15:48 ` jsm28 at gcc dot gnu dot org
@ 2009-09-18  9:00 ` rguenth at gcc dot gnu dot org
  2009-10-06  0:51 ` lucier at math dot purdue dot edu
  2009-11-10  0:28 ` lucier at math dot purdue dot edu
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-18  9:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug bootstrap/40968] [4.5 Regression] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
                   ` (4 preceding siblings ...)
  2009-09-18  9:00 ` rguenth at gcc dot gnu dot org
@ 2009-10-06  0:51 ` lucier at math dot purdue dot edu
  2009-11-10  0:28 ` lucier at math dot purdue dot edu
  6 siblings, 0 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2009-10-06  0:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from lucier at math dot purdue dot edu  2009-10-06 00:51 -------
Now I'm getting comparison errors with

[trunk revision 152459]

and the same configuration:

Comparing stages 2 and 3
warning: gcc/cc1plus-checksum.o differs
warning: gcc/cc1-checksum.o differs
Bootstrap comparison failure!
x86_64-unknown-linux-gnu/libstdc++-v3/src/basic_file.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/future.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/basic_file.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/future.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/pool_allocator.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/debug.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/mt_allocator.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/locale_init.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/atomic.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/system_error.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/locale.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/pool_allocator.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/debug.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/mt_allocator.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/locale_init.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/atomic.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/system_error.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/src/locale.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/eh_alloc.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/vec.o differs
x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/eh_globals.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/basic_file.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/future.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/basic_file.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/future.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/pool_allocator.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/debug.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/mt_allocator.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/locale_init.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/atomic.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/system_error.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs/locale.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/pool_allocator.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/debug.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/mt_allocator.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/locale_init.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/atomic.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/system_error.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/src/locale.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/guard.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/eh_alloc.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/vec.o differs
x86_64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/eh_globals.o differs


-- 


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


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

* [Bug bootstrap/40968] [4.5 Regression] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats
  2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
                   ` (5 preceding siblings ...)
  2009-10-06  0:51 ` lucier at math dot purdue dot edu
@ 2009-11-10  0:28 ` lucier at math dot purdue dot edu
  6 siblings, 0 replies; 8+ messages in thread
From: lucier at math dot purdue dot edu @ 2009-11-10  0:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from lucier at math dot purdue dot edu  2009-11-10 00:28 -------
This is fixed, at least by the time of

gcc version 4.5.0 20091109 (experimental) [trunk revision 154037] (GCC) 


-- 

lucier at math dot purdue dot edu changed:

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


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


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

end of thread, other threads:[~2009-11-10  0:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-04 22:53 [Bug libstdc++/40968] New: ICE including fenv.h when compiling O2g.gch lucier at math dot purdue dot edu
2009-08-04 23:15 ` [Bug libstdc++/40968] ICE when compiling O2g.gch; problem with --enable-gather-detailed-mem-stats lucier at math dot purdue dot edu
2009-08-05  1:06 ` [Bug bootstrap/40968] " paolo dot carlini at oracle dot com
2009-08-08 22:56 ` [Bug bootstrap/40968] [4.5 Regression] " steven at gcc dot gnu dot org
2009-08-25 15:48 ` jsm28 at gcc dot gnu dot org
2009-09-18  9:00 ` rguenth at gcc dot gnu dot org
2009-10-06  0:51 ` lucier at math dot purdue dot edu
2009-11-10  0:28 ` lucier at math dot purdue dot edu

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