This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52749] Aliasing violation silently accepted
- From: "veiokej at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Mar 2012 05:36:49 +0000
- Subject: [Bug c/52749] Aliasing violation silently accepted
- Auto-submitted: auto-generated
- References: <bug-52749-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52749
Veiokej <veiokej at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |accepts-invalid
Target| |MinGW under WinXP
CC| |pinskia at gmail dot com,
| |veiokej at gmail dot com
--- Comment #1 from Veiokej <veiokej at gmail dot com> 2012-03-28 05:36:49 UTC ---
Maybe this is due to the fact that the compiler has no easy way of knowing that
an aliasing violation has occurred. But I thought I should point this out and
let the experts decide what, if anything, to do about it.