From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16086 invoked by alias); 12 Sep 2010 10:14:05 -0000 Received: (qmail 15995 invoked by uid 48); 12 Sep 2010 10:13:52 -0000 Date: Sun, 12 Sep 2010 10:14:00 -0000 Message-ID: <20100912101352.15994.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: "dominiq at lps dot ens dot fr" 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/msg01472.txt.bz2 ------- Comment #25 from dominiq at lps dot ens dot fr 2010-09-12 10:13 ------- > - create_fn_spec (sym, type); > + type = create_fn_spec (sym, type); > > as in the original patch. With this change the test succeeds. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665