This is the mail archive of the gcc-help@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]

gnat failure with profiledbootstrap


Hi,

Are there any known problems building gnat with a profiled build (for
4.3.5 - 3.4.6 seemed to work)? I get the following:

/mnt/mnt3/obj-gcc-4.3.5/./prev-gcc/xgcc
-B/mnt/mnt3/obj-gcc-4.3.5/./prev-gcc/
-B/opt/gcc-4.3.5-profiled-c,c++,ada/powerpc-unknown-linux-gnu/bin/ -c
-O2 -mcpu=750 -mmultiple -mstring -fprofile-generate      -gnatpg
-gnata  -O1 -fno-inline \
 -nostdinc -I- -I. -Iada -I../../gcc-4.3.5/gcc/ada
../../gcc-4.3.5/gcc/ada/a-except.adb -o ada/a-except.o
../../gcc-4.3.5/gcc/ada/a-except.adb: In function
‘Ada.Exceptions.Raise_From_Controlled_Operation’:
../../gcc-4.3.5/gcc/ada/a-except.adb:1305: error: control flow in the
middle of basic block 20
../../gcc-4.3.5/gcc/ada/a-except.adb:1305: error: control flow in the
middle of basic block 20
../../gcc-4.3.5/gcc/ada/a-except.adb:1305: error: control flow in the
middle of basic block 20
../../gcc-4.3.5/gcc/ada/a-except.adb:1305: error: control flow in the
middle of basic block 20
../../gcc-4.3.5/gcc/ada/a-except.adb:1305: error: control flow in the
middle of basic block 20
+===========================GNAT BUG DETECTED==============================+
| 4.3.5 (powerpc-unknown-linux-gnu) verify_flow_info failed                |
| Error detected around ../../gcc-4.3.5/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).                   |
+==========================================================================+

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.



raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:398
make[3]: *** [ada/a-except.o] Error 1
make[2]: *** [all-stageprofile-gcc] Error 2
make[1]: *** [stageprofile-bubble] Error 2
make: *** [profiledbootstrap] Error 2
Command exited with non-zero status 2

The languages selected was c, c++, and ada. An identical "bootstrap"
build seemed to work?

What will happen if I do a languages=ada? Does it still build the
languages needed to build ada? And what gets installed with make
install?

Thanks!

kevin


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