This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libjava failures status
Tom Tromey wrote:
>
>I agree. I think compatibility with the spec is and important goal,
>perhaps the most important goal.
>
Sure. But my point is the only problem that I've observed here was when
some code deliberatly dereferenced a field without storing the result
(ie a no-op except for the exception properties), just to see if an
exception gets thrown. Normal user code should not do that: its
test-case only territory.
regards
Bryce.