[Bug regression/40665] dereferencing type-punned pointer warnings cannot be disabled
Andrew Pinski
pinskia@gmail.com
Tue Jul 7 03:48:00 GMT 2009
Sent from my iPhone
On Jul 6, 2009, at 6:34 PM, "mikulas at artax dot karlin dot mff dot
cuni dot cz" <gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #2 from mikulas at artax dot karlin dot mff dot cuni
> dot cz 2009-07-07 01:34 -------
> Created an attachment (id=18146)
> --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18146&action=view)
> a bug in -Wstrict-aliasing=3
>
> This is an example of a flaw in -Wstrict-aliasing=3 (this mode is
> very bad,
> produces many false positives on my project and I'm wondering why is
> it
> default?)
>
> Gcc man page says that -Wstrict-aliasing=3 produces less false
> positives than
> -Wstrict-aliasing=2. This is counterexample, it produces "type-
> punned" warning
> in -Wstrict-aliasing=3 mode and doesn't warn in -Wstrict-aliasing=2.
> I added
> (void *) casts everywhere, but they don't quash the warning.
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40665
>
More information about the Gcc-bugs
mailing list