https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
--- Comment #4 from Andrew Pinski 2012-01-21
07:20:42 UTC ---
Here is a reduced testcase:
struct vector
{
char *_M_start;
char *_M_finish;
};
struct LoopBase
{
static LoopBase *f();
LoopBase *ParentLoop;
vector SubLoops;
~LoopBase()
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
--- Comment #3 from Andrew Pinski 2012-01-19
06:22:27 UTC ---
ICEs for me with 4.4.5 but works on the trunk.
--- Comment #2 from linuxl4 at sohu dot com 2009-04-19 17:30 ---
can anybody comfirm?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
--- Comment #1 from linuxl4 at sohu dot com 2009-02-23 16:15 ---
Created an attachment (id=17348)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17348&action=view)
source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275