This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/36853] Compiling gcc 4.3.1 with Ada fails with Gnat bug detection



------- Comment #2 from bitti at iki dot fi  2008-07-17 13:13 -------
I managed to duplicate the bug in a simpler environment. OpenSuse 11.0 32-bit
i686, gcc configured with
../gcc-4.3.1/configure --prefix=/home/bitti/gcc-4.3.1
--enable-languages=c,c++,java,ada,fortran

I attached the resulting config.log. The error message is the same:
../../gcc-4.3.1/gcc/ada/a-except.adb:1305: error: control flow in the middle of
basic block 20
+===========================GNAT BUG DETECTED==============================+
| 4.3.1 (i686-pc-linux-gnu) verify_flow_info failed                        |
| Error detected around ../../gcc-4.3.1/gcc/ada/a-except.adb:1305          |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| 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).                   |
+==========================================================================+


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]