Bug 36940 - Compiler error on many ACATS tests on bfin target
Summary: Compiler error on many ACATS tests on bfin target
Status: RESOLVED DUPLICATE of bug 35298
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 21:09 UTC by Joel Sherrill
Modified: 2008-08-06 19:35 UTC (History)
2 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: bfin-rtems4.9
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Sherrill 2008-07-25 21:09:46 UTC
There were 191 tests which failed to build.  There were 190 lines with 
stor-layout.c:258 on them.  So this error is responsible for almost all 
of the ACATS build failures on bfin.

bfin-rtems4.9-gcc -c -fstack-check -O -gnatws -O2 -I/home/joel/work-gnat/svn/gcc/gcc/testsuite/ada/acats/work-eZKit533/support a87b59a.adb

I tried this at various optimization levels and it doesn't matter.

+===========================GNAT BUG DETECTED==============================+
| 4.4.0 20080722 (experimental) [trunk revision 138063] (bfin-unknown-rtems4.9) GCC error:|
| in int_mode_for_mode, at stor-layout.c:258                               |
| Error detected around a87b59a.adb:33                                     |
| 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.

a87b59a.adb
/home/joel/work-gnat/svn/gcc/gcc/testsuite/ada/acats/work-eZKit533/support/report.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:424
End of compilation
Comment 1 Joel Sherrill 2008-08-06 19:35:08 UTC

*** This bug has been marked as a duplicate of 35298 ***