public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18125] New: bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest.
@ 2004-10-24 10:22 debian-gcc at lists dot debian dot org
  2004-10-24 12:58 ` [Bug bootstrap/18125] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-10-24 10:22 UTC (permalink / raw)
  To: gcc-bugs

CVS HEAD 20041024, works ok for i486-linux

configure:3264: /build/packages/gcc/snap/gcc-snapshot-20041024/build/gcc/xgcc -s
hared-libgcc -B/build/packages/gcc/snap/gcc-snapshot-20041024/build/gcc/ -nostdi
nc++ -L/build/packages/gcc/snap/gcc-snapshot-20041024/build/hppa-linux-gnu/libst
dc++-v3/src -L/build/packages/gcc/snap/gcc-snapshot-20041024/build/hppa-linux-gn
u/libstdc++-v3/src/.libs -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ -B/usr/lib/
gcc-snapshot/hppa-linux-gnu/lib/ -isystem /usr/lib/gcc-snapshot/hppa-linux-gnu/i
nclude -isystem /usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include -c -g -O2 -D_GN
U_SOURCE -fno-builtin -O2 -g -O2  conftest.cc >&5
/usr/include/bits/waitstatus.h:69: internal compiler error: tree check: expected
 class 'type', have 'type' (record_type) in finish_struct_bits, at cp/class.c:14
40
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:3270: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "package-unused"
| #define PACKAGE_TARNAME "libstdc++"
| #define PACKAGE_VERSION "version-unused"
| #define PACKAGE_STRING "package-unused version-unused"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }

-- 
           Summary: bootstrap fails in libstdc++'s configure script, ICE on
                    every C++ conftest.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-linux
  GCC host triplet: hppa-linux
GCC target triplet: hppa-linux


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


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

* [Bug bootstrap/18125] bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest.
  2004-10-24 10:22 [Bug bootstrap/18125] New: bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest debian-gcc at lists dot debian dot org
@ 2004-10-24 12:58 ` pinskia at gcc dot gnu dot org
  2004-12-10  3:24 ` pinskia at gcc dot gnu dot org
  2004-12-10  8:27 ` debian-gcc at lists dot debian dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-24 12:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-24 12:58 -------
I think this is related to PR 17919 (or is a dup of that bug).  I think this is GC related.

-- 


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


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

* [Bug bootstrap/18125] bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest.
  2004-10-24 10:22 [Bug bootstrap/18125] New: bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest debian-gcc at lists dot debian dot org
  2004-10-24 12:58 ` [Bug bootstrap/18125] " pinskia at gcc dot gnu dot org
@ 2004-12-10  3:24 ` pinskia at gcc dot gnu dot org
  2004-12-10  8:27 ` debian-gcc at lists dot debian dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10  3:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 03:24 -------
Do you see this any more?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/18125] bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest.
  2004-10-24 10:22 [Bug bootstrap/18125] New: bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest debian-gcc at lists dot debian dot org
  2004-10-24 12:58 ` [Bug bootstrap/18125] " pinskia at gcc dot gnu dot org
  2004-12-10  3:24 ` pinskia at gcc dot gnu dot org
@ 2004-12-10  8:27 ` debian-gcc at lists dot debian dot org
  2 siblings, 0 replies; 4+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-12-10  8:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-12-10 08:27 -------
not reproducible anymore with 2004-12-04

  Matthias

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


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


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

end of thread, other threads:[~2004-12-10  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-24 10:22 [Bug bootstrap/18125] New: bootstrap fails in libstdc++'s configure script, ICE on every C++ conftest debian-gcc at lists dot debian dot org
2004-10-24 12:58 ` [Bug bootstrap/18125] " pinskia at gcc dot gnu dot org
2004-12-10  3:24 ` pinskia at gcc dot gnu dot org
2004-12-10  8:27 ` debian-gcc at lists dot debian 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).