This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/23234] [4.1 Regression] ICE in verify_flow_info()


------- Additional Comments From uttamp at us dot ibm dot com  2005-08-04 17:57 -------
(In reply to comment #1)
> Confirmed, reduced testcase:
> double func ( double a, double b, double c)
> {
>   double y0;
>   if(a==0.0) {
>       y0 = -c/b;
>       return y0;
>     }
>   y0 = -c/b;
>   return y0;
> }

nice. ;)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23234


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]