OSDN Git Service

* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / libjava.compile / G19990217_01.java
1 /*-------------------------------------------------------------------------*/
2 /* File name : G19990217_01                                                */
3 /*           :                                                             */
4 /* Cause     : Compiler seems to run endlessly.                            */
5 /*           :                                                             */
6 /* Message   : No message. It's not stop to compile.                       */
7 /*-------------------------------------------------------------------------*/
8
9 public class G19990217_01 {
10   int foo() {
11         try {
12           return 0;
13         } 
14         finally { ; }
15   }
16 }