[Bug c/20709] New: strict aliasing warning with float pointer pointing to int pointer

2005-03-31 Thread varun0005 at gmail dot com
ng to int pointer Product: gcc Version: 3.3.4 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: varun0005 at gmail dot com

[Bug c/20708] New: strict aliasing warning

2005-03-31 Thread varun0005 at gmail dot com
roduct: gcc Version: 3.3.4 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: varun0005 at gmail dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20708

[Bug c/20689] strict aliasing with temporary variable never gives warnings

2005-03-31 Thread varun0005 at gmail dot com
--- Additional Comments From varun0005 at gmail dot com 2005-03-31 10:18 --- please ignore previous code and consider this piece as example ... problem is same .the exact programs are following and command line was gcc -Wall -O2 test1.c test2.cIn this why test1.c not giving warning

[Bug c/20689] strict aliasing with temporary variable never gives warnings

2005-03-30 Thread varun0005 at gmail dot com
--- Additional Comments From varun0005 at gmail dot com 2005-03-31 05:05 --- please ignore previous code and consider this piece as example ... problem is same .the exact programs are following and command line was gcc -Wall -O2 test1.c test2.cIn this why test1.c not giving warning

[Bug c/20689] strict aliasing with temporary variable never gives warnings

2005-03-30 Thread varun0005 at gmail dot com
--- Additional Comments From varun0005 at gmail dot com 2005-03-30 12:02 --- I mean that since in case where you are doing "void *p=(void *)&i" then according to strict-aliasing rules we get " warning: dereferencing type-punned pointer will break strict-aliasing rule

[Bug c/20689] New: strict aliasing with temporary variable never gives warnings

2005-03-30 Thread varun0005 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: varun0005 at gmail dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20689