This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15919] New: Compiler enters infinite loop on illegal program
- 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: 10 Jun 2004 21:49:27 -0000
- Subject: [Bug ada/15919] New: Compiler enters infinite loop on illegal program
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
generic
package Test_247567 is
generic package pak2 renames Test_247567;
generic
with package new_pak is new pak2(<>);
procedure p;
end Test_247567;
$ gcc-3.4 -q -O1 test_247567
(never returns, CPU usage 100% on single-CPU system)
--
Summary: Compiler enters infinite loop on illegal program
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15919