This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Libjava failures status
On Sun, Mar 10, 2002 at 01:06:36PM +0100, Jan Hubicka wrote:
> I plan to add symetrical check verifying that we do not discover
> trapping instruciton in the middle of basic block...
If you do this, you'll need another representation for
instructions that, examined individually, may trap, but
global information has determined that it cannot.
At the moment, absense of an EH_REGION note is it.
r~