[Bug java/17007] Inconsistent builtin attributes set by Java front end
dnovillo at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 28 14:27:00 GMT 2004
------- Additional Comments From dnovillo at gcc dot gnu dot org 2004-09-28 14:27 -------
What I want out of the Java FE is to set ECF_* flags accordingly. If a builtin
function is not going to have side-effects, not only it should have
TREE_SIDE_EFFECTS = 0, but it'd be nice if it also set one of the ECF_* flags,
so that we can have the checks suggested in this patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17007
More information about the Gcc-bugs
mailing list