[Bug tree-optimization/23234] [4.1 Regression] ICE in verify_flow_info()
uttamp at us dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Thu Aug 4 17:57:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list