[Bug c/34968] ICE: verify_ssa fails when optimization trigonometric code

2008-01-24 Thread dougkwan at google dot com
--- Comment #1 from dougkwan at google dot com 2008-01-25 04:03 --- Another test case: extern __inline double atan (double __x) { register double __result; __asm __volatile__ (fld1; fpatan : =t (__result) : 0 (__x) : st(1)); return __result; } f(double *p) { double theta;

[Bug c/34968] ICE: verify_ssa fails when optimization trigonometric code

2008-01-24 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-25 04:04 --- *** This bug has been marked as a duplicate of 34966 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added