[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-01-25 12:09 --- Subject: Bug 34966 Author: rguenth Date: Fri Jan 25 12:08:52 2008 New Revision: 131824 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131824 Log: 2008-01-25 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-01-25 12:09 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 10:01 --- Mine. Actually we do not see the SSA_NAME definition in the asm stmt and so insert in the wrong place. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-24 Thread dougkwan at google dot com
--- Comment #2 from dougkwan at google dot com 2008-01-25 07:49 --- (In reply to comment #0) A slightly simpler test case: -- extern double sin (double), cos (double); __inline double atan (double __x) { register double __result; __asm __volatile__ ("fld1; fpatan" : "=

[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-01-25 04:04 --- *** Bug 34968 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34966

[Bug tree-optimization/34966] [4.3 Regression] ICE: verify_ssa fails when optimization trigonometric code

2008-01-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |