From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11488 invoked by alias); 6 Sep 2010 18:44:10 -0000 Received: (qmail 11413 invoked by uid 48); 6 Sep 2010 18:43:53 -0000 Date: Mon, 06 Sep 2010 18:44:00 -0000 Message-ID: <20100906184353.11412.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43665] INTENT(IN) etc. optimization of calls: function annotations for noclobber/noescape arguments In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00769.txt.bz2 ------- Comment #17 from burnus at gcc dot gnu dot org 2010-09-06 18:43 ------- (In reply to comment #16) > This patch makes IPA-CP to refrain from modifying a function when it > sees a any type attributes. In a way that's unfortunate: Both "fn attr" and argument removal are optimization options. > As far as I understand it there is already a test in our testsuite > that fails (with the patch from comment #7 applied) and so I am not > going to add an extra one. OK. > I think it's best to check this in separately and I will submit it for > approval tomorrow if there are no unforeseen problems. I will also submit my patch - for committal after yours is in. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665