re PR java/15769 (ICE: infinite recursion through gimplify_expr)
2004-06-08 Andrew Pinski <pinskia@physics.uc.edu> PR java/15769 * libjava.compile/PR15769.java: New test. From-SVN: r82757
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class PR15769 {
|
||||
private boolean foo () { return false; }
|
||||
|
||||
|
||||
public boolean bar (double blaz)
|
||||
{
|
||||
return (Double.POSITIVE_INFINITY != blaz) && foo ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user