[Bug c/20189] assignment error in inline function

2005-02-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-26 14:26 --- Because that would be PR 13049. *** This bug has been marked as a duplicate of 13049 *** -- What|Removed |Added -

[Bug c/20189] assignment error in inline function

2005-02-26 Thread dirk at cle-mens dot de
--- Additional Comments From dirk at cle-mens dot de 2005-02-26 10:35 --- (In reply to comment #1) > Invalid you are violating C90/C99 aliasing rules. Ok. But where is the compiler warning? The dokumentation of gcc says: (man gcc) -Wstrict-aliasing This option is only active when -fst

[Bug c/20189] assignment error in inline function

2005-02-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-24 14:04 --- Invalid you are violating C90/C99 aliasing rules. -- What|Removed |Added Status|