From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12192 invoked by alias); 8 Jun 2009 18:12:27 -0000 Received: (qmail 12105 invoked by uid 48); 8 Jun 2009 18:12:14 -0000 Date: Mon, 08 Jun 2009 18:12:00 -0000 Message-ID: <20090608181214.12104.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/20165] Pointer does not really escape with write In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig 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: 2009-06/txt/msg00488.txt.bz2 ------- Comment #5 from tkoenig at gcc dot gnu dot org 2009-06-08 18:12 ------- This also causes missed warnings about unitizialized variables: $ cat foo.f print *,x end $ gfortran -O3 -Wall -Wextra foo.f We should have some way of marking that pointer as read-only. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20165