From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21152 invoked by alias); 12 Sep 2010 09:32:30 -0000 Received: (qmail 21101 invoked by uid 48); 12 Sep 2010 09:32:20 -0000 Date: Sun, 12 Sep 2010 09:32:00 -0000 Message-ID: <20100912093220.21100.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/msg01470.txt.bz2 ------- Comment #24 from burnus at gcc dot gnu dot org 2010-09-12 09:32 ------- (In reply to comment #23) > I have applied the patch in comment #21 without regression, but the test case > from attachment 21265 [edit] fails: - create_fn_spec (sym, type); + type = create_fn_spec (sym, type); as in the original patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665