This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15591] New: Illegal program not detected (renaming declaration)
- From: "ludovic dot brenta at insalien dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2004 18:45:22 -0000
- Subject: [Bug ada/15591] New: Illegal program not detected (renaming declaration)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
function remaining_mem(x: integer) return integer
renames integer'pred(
standard'storage_pool'remainder'max_size_in_storage_elements);
$ gnatmake remaining_mem
gcc -c remaining_mem.ads
Compilation finished at Wed Apr 14 19:01:21
--
Summary: Illegal program not detected (renaming declaration)
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ludovic dot brenta at insalien dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15591