repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.compile
/
PR16675.java
blob
11e6d4bb6bc4b391ce0680a57266a5927a857512
1
public class
PR16675
{
2
public
PR16675
(
Object obj
) { }
3
4
public void
someTestMethod
() {
5
// gcj crashed compiling this, as `null' had type `void*'.
6
new
PR16675
(
null
) { };
7
}
8
9
public void
someTestMethod2
() {
10
new
PR16675
((
Object
)
null
) { };
11
}
12
13
}