[Bug c++/41368] Erroneous aliasing rules violation messages are issued
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 16 08:02:00 GMT 2009
------- Comment #3 from rguenth at gcc dot gnu dot org 2009-09-16 08:02 -------
The compiler warns for the store in
D.1845_1 = (struct Fffff *) &eee.llll[0];
D.1854_8 ={v} &0B->D.1740.rrrr[0];
D.1845_1->ppp1 = D.1854_8;
because that stores to eee.llll (type char) via a pointer to type Fffff which
is invalid.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41368
More information about the Gcc-bugs
mailing list