[Bug tree-optimization/66070] [GRAPHITE] cc1 gets killed by OOM killer

andrey.turkin at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Aug 13 05:58:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66070

Andrey Turkin <andrey.turkin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.turkin at gmail dot com

--- Comment #1 from Andrey Turkin <andrey.turkin at gmail dot com> ---
Created attachment 36177
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36177&action=edit
Minified sample

Same here. I don't think it is just a memory hog; compiler probably enters some
kind of infinite loop.
Tested on 4.9.2, 4.9.3 and 5.2.0. Command line to reproduce is
"x86_64-pc-linux-gnu-gcc -m32 -O2 -floop-interchange -c fram_gen.c". It only
happens when using this specific combination of flags (32-bit mode, O2 and loop
interchange enabled).



More information about the Gcc-bugs mailing list