From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23530 invoked by alias); 9 Dec 2008 00:51:31 -0000 Received: (qmail 22234 invoked by uid 48); 9 Dec 2008 00:50:07 -0000 Date: Tue, 09 Dec 2008 00:51:00 -0000 Message-ID: <20081209005007.22233.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38062] FAIL: gfortran.dg/include_2.f90 -O (test for excess errors): error: stray '#' in program In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikael 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-12/txt/msg00806.txt.bz2 ------- Comment #3 from mikael at gcc dot gnu dot org 2008-12-09 00:50 ------- (In reply to comment #2) > The test didn't fail in my last build on head. Was there a recent backport > that might have fixed this PR? Not really, I was having a look at forgotten PRs > > > If so, can you provide more information (host, version, configure options)? > > ../gcc/configure --with-gnu-as --with-as=/usr/local/bin/as --enable-shared > --prefix=/opt/gnu/gcc/gcc-4.3.2 --with-gmp=/opt/gnu/gcc/gcc-4.3.2 > --enable-debug=no --disable-nls --enable-checking=release > --enable-languages="c,c++,objc,fortran,ada,obj-c++" > > The rest of the info is already in the PR (host, target, build). Yes, sorry. > > Is there a way to capture the generated .c file? I'm not sure there should be a .c generated file here. Can you compile the file with your host fortran compiler? With the bootstrapped f951? (For me, both work with the -g3 option) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38062