This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Does today's gcc 3.4.0 build on x86_64?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 22 Mar 2004 10:32:59 -0800
- Subject: Does today's gcc 3.4.0 build on x86_64?
Gcc 3.4.0 updated on Mon Mar 22 16:42:31 UTC 2004 failed to build on
Linux/x86_64:
+===========================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). |
+==========================================================================+
during "make -C .../gcc gnattools".
H.J.