bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/32082] mauve TestPaintGraphics causes assertion failure in gnu_


From: timo dot lindfors at iki dot fi
Subject: [Bug awt/32082] mauve TestPaintGraphics causes assertion failure in gnu_awt_peer_gtk-ComponentGraphicsCopy
Date: 25 May 2007 20:16:21 -0000


------- Comment #2 from timo dot lindfors at iki dot fi  2007-05-25 20:16 
-------
It seems that assertions for ptr and widget are in the wrong order. "widget" is
asserted to be != NULL before anything has been assigned to it and "ptr" is
asserted to be != NULL only after it has already been dereferenced. Proposed
patch to fix the problem is attached.

http://builder.classpath.org/mauve/mauvereport.cgi?package=java.awt&runtime=cacao&compiler=ecj

does not seem to hit this bug. Is it running the tests somehow with assertions
disabled?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32082





reply via email to

[Prev in Thread] Current Thread [Next in Thread]