This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/17007] Inconsistent builtin attributes set by Java front end


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]