[Bug middle-end/39275] -funroll-loop fails

2021-12-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug middle-end/39275] -funroll-loop fails

2016-05-16 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #5

[Bug middle-end/39275] -funroll-loop fails

2012-01-20 Thread pinskia at gcc dot gnu.org
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()

[Bug middle-end/39275] -funroll-loop fails

2012-01-18 Thread pinskia at gcc dot gnu.org
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.

[Bug middle-end/39275] -funroll-loop fails

2009-04-19 Thread linuxl4 at sohu dot com
--- 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

[Bug middle-end/39275] -funroll-loop fails

2009-02-23 Thread linuxl4 at sohu dot com
--- 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