From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29390 invoked by alias); 18 Jun 2008 15:44:50 -0000 Received: (qmail 28994 invoked by uid 48); 18 Jun 2008 15:44:01 -0000 Date: Wed, 18 Jun 2008 15:44:00 -0000 Message-ID: <20080618154401.28993.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source 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-06/txt/msg01084.txt.bz2 ------- Comment #13 from burnus at gcc dot gnu dot org 2008-06-18 15:43 ------- (In reply to comment #10) > Reopened. I can still observe the problem with trunk from 20080615 (r136827). Can you post some more debug information? As written, I cannot reproduce it here anymore with 4.4.0 20080616 trunk revision 136838 on x86-64 - not even with valgrind. (I used to be able to reproduce it.) I also tried several locales. Question: I get the following: /tmp/ccpoBhQR.f90:8: warning: 'junk_2' is used uninitialized in this function What puzzles me is that one gets a /tmp/... filename and not the filename one passed to "gfortran -cpp". Is this expected? I thought that when using libcpp directly, no temporary file is written anymore. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342