------- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-23 06:45 ------- This is a regression from 4.0.3.
The problem is that we are converting vector1/vector2, vector3/vector2 into temp = 1.0/vector2, vector1*temp, vector3*temp which is wrong as 1.0 is a float but vector2 is a vector. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bonzini at gnu dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |ice-on-valid-code Known to fail| |4.1.0 4.2.0 Known to work| |4.0.3 Last reconfirmed|0000-00-00 00:00:00 |2006-03-23 06:45:05 date| | Summary|ice in varasm.c with certain|[4.1/4.2 Regression] ice in |flags |varasm.c with certain flags Target Milestone|--- |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26821