[Bug middle-end/39322] Bogus aliasing warning

2009-02-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-02-27 22:25 --- We should give a warning on both lines. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39322

[Bug middle-end/39322] Bogus aliasing warning

2009-02-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39322

[Bug middle-end/39322] Bogus aliasing warning

2009-02-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-02-27 22:23 --- Actually this is not a bogus aliasing warning at all. You are accessing a character type as an int which is an aliasing violation. -- pinskia at gcc dot gnu dot org changed: What|Removed