Commit de153e82 by Jeffrey A Law Committed by Jeff Law

* fold-const.c (fold_range_test): Always return a value.

From-SVN: r18343
parent 81023100
Sun Mar 1 18:06:21 1998 Jeffrey A Law (law@cygnus.com)
* fold-const.c (fold_range_test): Always return a value.
Sun Mar 1 17:57:34 1998 Mumit Khan <khan@xraylith.wisc.edu>
* config/i386/winnt.c (i386_pe_unique_section): Put read-only
......
......@@ -3255,7 +3255,8 @@ fold_range_test (exp)
TREE_TYPE (exp), lhs, rhs);
}
}
else
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment