This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10768] ICEs on compilation of ada support library for avr
- From: "berndtrog at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Feb 2005 20:02:47 -0000
- Subject: [Bug target/10768] ICEs on compilation of ada support library for avr
- References: <20030513120600.10768.maierkom@rcs.ei.tum.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From berndtrog at yahoo dot com 2005-02-14 20:02 -------
>Bernd, does this still fail on the most recent HEAD?
Yes, it still fails:
+===========================GNAT BUG DETECTED==============================+
| 4.0.0 20050213 (experimental) (avr-unknown-none) GCC error: |
| in gnat_to_gnu, at ada/trans.c:2536 |
compiling this:
--------- t.ads -------------
package T is
bug : Short_Integer;
end T;
--------- t.ads -------------
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10768