From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19482 invoked by alias); 17 Aug 2004 01:49:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19464 invoked by uid 48); 17 Aug 2004 01:49:13 -0000 Date: Tue, 17 Aug 2004 01:49:00 -0000 Message-ID: <20040817014913.19463.qmail@sourceware.org> From: "dje at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040816214702.17053.dje@gcc.gnu.org> References: <20040816214702.17053.dje@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17053] [3.5 Regression] Repo functionality partially broken on AIX X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01600.txt.bz2 List-Id: ------- Additional Comments From dje at gcc dot gnu dot org 2004-08-17 01:49 ------- The divergence appears to occur in cp/decl.c:finish_function(). In the -frepo case, TREE_NOTHROW (fndecl) is not set, while in the non-frepo case, it is. The templates are processed a different number of times with the different options, so it appears that the compiler is noticing something or remembering something that was not evident with the other option. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17053