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 ***