[Bug tree-optimization/55022] [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

aldyh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 6 18:19:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #9 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2013-02-06 18:18:54 UTC ---
I'm sorry, but the reporter is going to have to reduce this significantly
before we can debug this.  This is a huge mess of spaghetti code with tons of
global and common variables scattered throughout, as well as state being passed
around in files.

Dominique, please reduce this to the smallest amount of reproducible code, so
we can attack this.  Avoid reading and writing to files (as I see, these have
only a minimal amount of data anyhow), and global variables if at all possible.

Please only keep the code that is relevant to reproduce the problem.



More information about the Gcc-bugs mailing list