This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/26849] New: gnat_to_gnu error when using Short_Integer
- From: "rolf dot ebert dot gcc at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2006 15:47:26 -0000
- Subject: [Bug ada/26849] New: gnat_to_gnu error when using Short_Integer
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This simple package causes a GNAT bug box
package Short is
bug : Short_Integer;
end Short;
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20060116 (prerelease) AVR-Ada snapshot (avr-unknown-none) GCC error:|
| in gnat_to_gnu, at ada/trans.c:2588 |
| No source file position information available |
A somewhat related case is the derivation of Integer types:
package AVR_B2 is
type Toto is new Integer;
end AVR_B2;
--
Summary: gnat_to_gnu error when using Short_Integer
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rolf dot ebert dot gcc at gmx dot de
GCC target triplet: avr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26849