From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12042 invoked by alias); 23 Feb 2007 18:17:14 -0000 Received: (qmail 12009 invoked by alias); 23 Feb 2007 18:17:04 -0000 Date: Fri, 23 Feb 2007 18:17:00 -0000 Message-ID: <20070223181704.12008.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: "jvdelisle 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: 2007-02/txt/msg02707.txt.bz2 ------- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-02-23 18:17 ------- Subject: Bug 30681 Author: jvdelisle Date: Fri Feb 23 18:16:54 2007 New Revision: 122267 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122267 Log: 2007-02-23 Jerry DeLisle PR fortran/30681 * options.c (set_default_std_flags): New function to consolidate setting the flags. Relax warning level for obsolescent. (gfc_init_options): Use new function. (gfc_handle_option): Use new function. * match.c (match_arithmetic_if): Change to obsolescent from deleted. (gfc_match_if): Same. Modified: branches/gcc-4_2-branch/gcc/fortran/ChangeLog branches/gcc-4_2-branch/gcc/fortran/match.c branches/gcc-4_2-branch/gcc/fortran/options.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30681