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/46780] -fgraphite-identity ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1081


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-03 13:40:11 UTC ---
I get with checking enabled:

bug.ii: In function 'int main()':
bug.ii:5:5: error: invalid first operand of MEM_REF
&buf1[8]
bug.ii:9:21: note: in statement
# VUSE <.MEM_81>
D.2085_90 = buf1[8];

which makes it a dup of PR45370.

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


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