From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8893 invoked by alias); 28 Sep 2004 14:27:20 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 8757 invoked by uid 48); 28 Sep 2004 14:27:17 -0000 Date: Tue, 28 Sep 2004 14:27:00 -0000 Message-ID: <20040928142717.8756.qmail@sourceware.org> From: "dnovillo at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040812165640.17007.dnovillo@gcc.gnu.org> References: <20040812165640.17007.dnovillo@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17007] Inconsistent builtin attributes set by Java front end X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00694.txt.bz2 List-Id: ------- 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