From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12379 invoked by alias); 21 Jun 2007 04:35:40 -0000 Received: (qmail 12356 invoked by uid 48); 21 Jun 2007 04:35:30 -0000 Date: Thu, 21 Jun 2007 04:35:00 -0000 Message-ID: <20070621043530.12355.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32391] Wrong code with optimization on i686-pc-linux-gnu In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sunjoong at gmail dot com" 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: 2007-06/txt/msg01847.txt.bz2 ------- Comment #20 from sunjoong at gmail dot com 2007-06-21 04:35 ------- $ gfortran -O1 -o TMalign TMalign.f In file TMalign.f:2005 VOLATILE D 1 Error: Unclassifiable statement at (1) (In reply to comment #19) > You can add VOLATILE statements to your old legacy code and > gfortran will compile it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32391