gcc 3.3 -O3 produces bad code

Wolfgang Bangerth bangerth@ices.utexas.edu
Thu Apr 17 20:24:00 GMT 2003


Your code is wrong, you are violating aliasing rules. Use 
-fno-strict-aliasing, or read up in the manual why the code is wrong.

W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                               www: http://www.ices.utexas.edu/~bangerth/




More information about the Gcc mailing list