This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53510] New: OOM while compile some code
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 28 May 2012 17:14:32 +0000
- Subject: [Bug c++/53510] New: OOM while compile some code
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53510
Bug #: 53510
Summary: OOM while compile some code
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: pinskia@gcc.gnu.org
While reducing PR 53500 for a different ICE on the trunk. I ran into a case
where it would cause all the memory to be eaten up.
Compile with -std=c++11. Sorry it is a big testcase but it is hard to reduce
as I have not set the limits yet,