public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/14681] New: Ada failed to build
@ 2004-03-22 18:38 hjl at lucon dot org
  2004-03-22 18:47 ` [Bug ada/14681] [3.4? Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl at lucon dot org @ 2004-03-22 18:38 UTC (permalink / raw)
  To: gcc-bugs

As of Mon Mar 22 16:42:31 UTC 2004,

# make -C build bootstrap
# make -C build/gcc gnatlib-shared
# make -C build/gcc gnattools

failed with

../../xgcc -B../../ -c -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long        -gnatpg -gnata -I- -I../rts
-I. -I/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-nmsc.adb -o prj-nmsc.o
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 20040322 (prerelease) (x86_64-unknown-linux-gnu) Segmentation fault|
| Error detected at s-htable.adb:44:7 [s-htable.adb:206:7 [prj-nmsc.adb:186:4]]|
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+
 
Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
 
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-nmsc.adb
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-nmsc.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/casing.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/types.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/scans.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/uintp.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/alloc.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/table.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/urealp.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/err_vars.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/fmap.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/hostparm.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/mlib.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/osint.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/mlib-tgt.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/namet.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/output.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-com.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-env.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-err.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/scng.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/styleg.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/errutil.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/prj-util.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/sinput.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/sinput-p.ads
/net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/ada/snames.ads
 
 
raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:376
make[4]: *** [prj-nmsc.o] Error 1
make[4]: Leaving directory
`/export/build/gnu/gcc-3.4/build-x86_64-linux/gcc/ada/tools'
make[3]: *** [gnattools1] Error 2
make[3]: Leaving directory `/export/build/gnu/gcc-3.4/build-x86_64-linux/gcc/ada'
make[2]: *** [gnattools] Error 2

-- 
           Summary: Ada failed to build
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 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=14681


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

* [Bug ada/14681] [3.4? Regression] Ada failed to build
  2004-03-22 18:38 [Bug ada/14681] New: Ada failed to build hjl at lucon dot org
@ 2004-03-22 18:47 ` pinskia at gcc dot gnu dot org
  2004-03-23  7:59 ` charlet at gcc dot gnu dot org
  2004-03-23 18:31 ` hjl at lucon dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-22 18:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
            Summary|Ada failed to build         |[3.4? Regression] Ada failed
                   |                            |to build
   Target Milestone|---                         |3.4.1


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


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

* [Bug ada/14681] [3.4? Regression] Ada failed to build
  2004-03-22 18:38 [Bug ada/14681] New: Ada failed to build hjl at lucon dot org
  2004-03-22 18:47 ` [Bug ada/14681] [3.4? Regression] " pinskia at gcc dot gnu dot org
@ 2004-03-23  7:59 ` charlet at gcc dot gnu dot org
  2004-03-23 18:31 ` hjl at lucon dot org
  2 siblings, 0 replies; 4+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-03-23  7:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-03-23 07:59 -------
It would be helpful to identify which patch is causing this
regression. Also, does it happen on mainline ?

Arno

-- 


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


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

* [Bug ada/14681] [3.4? Regression] Ada failed to build
  2004-03-22 18:38 [Bug ada/14681] New: Ada failed to build hjl at lucon dot org
  2004-03-22 18:47 ` [Bug ada/14681] [3.4? Regression] " pinskia at gcc dot gnu dot org
  2004-03-23  7:59 ` charlet at gcc dot gnu dot org
@ 2004-03-23 18:31 ` hjl at lucon dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at lucon dot org @ 2004-03-23 18:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-03-23 18:31 -------
I couldn't reproduce the problem on my machine. I will assume it
is a hardware relate problem.

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


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


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

end of thread, other threads:[~2004-03-23 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-22 18:38 [Bug ada/14681] New: Ada failed to build hjl at lucon dot org
2004-03-22 18:47 ` [Bug ada/14681] [3.4? Regression] " pinskia at gcc dot gnu dot org
2004-03-23  7:59 ` charlet at gcc dot gnu dot org
2004-03-23 18:31 ` hjl at lucon 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).