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 ada/35136] [4.3 Regression] ICE caused by address calculation with loop variable when optimization is on



------- Comment #4 from markus dot heichel at comsoft dot de  2008-02-08 11:27 -------
The complete output is:

> gcc -c -O adr.adb
adr.adb:19:04: warning: variable "A" is read but never assigned
adr.adb: In function 'ADR':
adr.adb:5: error: expected an SSA_NAME object
adr.adb:5: error: in statement
# A.36 = VDEF <A.36> { A.36 }
A.36 = D.375_38;
+===========================GNAT BUG DETECTED==============================+
| 4.3.0 20080201 (experimental) (i686-pc-linux-gnu) verify_ssa failed      |
| Error detected around adr.adb:5                                          |
| 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.

adr.adb

raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:398
Exit 1


-- 


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


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