Closed pbiggar closed 9 years ago
src/generated/AST.cpp: In constructor 'AST::Commented_node::Commented_node()':
src/generated/AST.cpp:1675: warning: dereferencing pointer '<anonymous>' does break
strict-aliasing rules
src/generated/AST.cpp:1675: note: initialized from here
src/generated/AST.cpp: In constructor 'AST::Commented_node::Commented_node()':
src/generated/AST.cpp:1675: warning: dereferencing pointer '<anonymous>' does break
strict-aliasing rules
src/generated/AST.cpp:1675: note: initialized from here
The same.
Due to very power gcc-4.[ optimisations, strict-aliasing bugs may lead to BIG errors
Original issue reported on code.google.com by socketpair
on 2010-02-11 08:00:51
What version of gcc are you using? I'm not getting strict aliasing issues in 4.4.3 and
wondering if it's related to the false failures from previous gcc versions.
Original issue reported on code.google.com by cubathy
on 2010-06-15 22:31:54
gcc 3.4 RHEL
Please close, it's not bug in phc.
Original issue reported on code.google.com by socketpair
on 2010-06-16 07:25:38
Reporter says not-a-bug, so closing.
Original issue reported on code.google.com by paul.biggar
on 2010-09-05 12:21:41
Original issue reported on code.google.com by
socketpair
on 2010-02-11 07:58:58