From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8125 invoked by alias); 24 Aug 2008 10:39:41 -0000 Received: (qmail 8009 invoked by uid 48); 24 Aug 2008 10:38:21 -0000 Date: Sun, 24 Aug 2008 10:39:00 -0000 Message-ID: <20080824103821.8008.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95 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: 2008-08/txt/msg01809.txt.bz2 ------- Comment #4 from burnus at gcc dot gnu dot org 2008-08-24 10:38 ------- One could work around the bug: As such conversions are not valid, one just needs to reject them with -pedantic (cf. PR 37173) ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36534