From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15464 invoked by alias); 8 Sep 2010 06:25:38 -0000 Received: (qmail 15188 invoked by uid 48); 8 Sep 2010 06:25:21 -0000 Date: Wed, 08 Sep 2010 06:25:00 -0000 Message-ID: <20100908062521.15187.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/msg00990.txt.bz2 ------- Comment #19 from burnus at gcc dot gnu dot org 2010-09-08 06:25 ------- Reviewed patch ("OK") available at http://gcc.gnu.org/ml/fortran/2010-09/msg00198.html however, it causes regressions as some of the intrinsics (in intrinsic.c) have the wrong intents - which causes wrong code (too much optimized away). Thus, one first needs to audit and fix intrinsic.c before this patch can be committed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665