From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8756 invoked by alias); 5 Feb 2007 14:05:50 -0000 Received: (qmail 8673 invoked by uid 48); 5 Feb 2007 14:05:38 -0000 Date: Mon, 05 Feb 2007 14:05:00 -0000 Message-ID: <20070205140538.8672.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30681] "obsolescent" vs. "obsolete" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vivekrao4 at yahoo 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-02/txt/msg00701.txt.bz2 ------- Comment #1 from vivekrao4 at yahoo dot com 2007-02-05 14:05 ------- Compiling the code above with gfortran -std=f2003 gives In file xarithmetic_if.f90:5 if (i) 10,20,30 1 Error: Obsolete: arithmetic IF statement at (1) which is incorrect, because the arithmetic IF is part of standard Fortran 2003 and 95. -- vivekrao4 at yahoo dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|"obsolescent" vs. "obsolete"|"obsolescent" vs. "obsolete" http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30681