This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/45392] ICE floop-* flto



------- Comment #14 from t66667 at gmail dot com  2010-08-25 00:37 -------
(In reply to comment #13)
> (In reply to comment #4)
> > Both test from pr44562 compiled fine on Windows 7 x64 Native Win64
> > x86_64-w64-mingw32 Multi-lib 32/64 Bits capable GCC Compiler.
> > 
> > gcc -O1 -flto -fstrict-aliasing -fgraphite-identity -c pr44562.c
> > gcc -O3 -g -fwhopr -c step2.i
> > 
> > Can't re-produce testcase pr44562.
> 
> For the testcase in PR44562#c1, you need to change a typedef to be able to
> reproduce it on P64 target.
> 

I just found out the file pr44562.c was fully empty which is why I couldn't see
the problem.
That was entirely my fault.
Now then, I don't have to change a typedef I can see it now.

gcc -O1 -flto -fstrict-aliasing -fgraphite-identity -c pr44562.c
pr44562.c: In function 'foo':
pr44562.c:2:6: internal compiler error: in get_alias_set, at alias.c:701
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

gcc -r -nostdlib jcsample.i -c -O1 -flto -fstrict-aliasing -fgraphite-identity
jcsample.i: In function 'int_downsample':
jcsample.i:1437:1: internal compiler error: in get_alias_set, at alias.c:701
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


*** This bug has been marked as a duplicate of 44562 ***


-- 

t66667 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]