This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/48795] -Warray-bounds false positive
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 23 Jul 2011 22:57:44 +0000
- Subject: [Bug tree-optimization/48795] -Warray-bounds false positive
- Auto-submitted: auto-generated
- References: <bug-48795-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48795
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-23 22:57:42 UTC ---
Note you are also violating two things really, aliasing rules and alignment
rules of C/C++.