[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-07-19 Thread burnus at gcc dot gnu dot org
--- Comment #17 from burnus at gcc dot gnu dot org 2008-07-19 18:27 --- Subject: Bug 36342 Author: burnus Date: Sat Jul 19 18:27:00 2008 New Revision: 137985 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137985 Log: 2008-07-19 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-07-19 Thread burnus at gcc dot gnu dot org
--- Comment #18 from burnus at gcc dot gnu dot org 2008-07-19 18:30 --- FIXED on the trunk (4.4) [4.3 is not effected]. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-07-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-07-17 Thread burnus at gcc dot gnu dot org
--- Comment #16 from burnus at gcc dot gnu dot org 2008-07-17 13:30 --- The problem seems to be this code in scanner.c's gfc_new_file: if (gfc_cpp_enabled ()) { result = gfc_cpp_preprocess (gfc_source_file); if (!gfc_cpp_preprocess_only ()) result = load_file

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-20 Thread laurynas dot biveinis at gmail dot com
--- Comment #15 from laurynas dot biveinis at gmail dot com 2008-06-20 14:00 --- Junk output and valgrind errors should be fixed by a patch for PR fortran/34908 and PR fortran/36276. The /tmp/... file name issue needs additional fixing though. --

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2008-06-18 07:17 --- (In reply to comment #10) Reopened. Hah! OK - thanks Paul *with tail between his legs* -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #12 from P dot Schaffnit at access dot rwth-aachen dot de 2008-06-18 07:20 --- Hi! Stupid question: is it related to http://gcc.gnu.org/ml/fortran/2008-06/msg00203.html ? Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread burnus at gcc dot gnu dot org
--- 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

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread dfranke at gcc dot gnu dot org
--- Comment #14 from dfranke at gcc dot gnu dot org 2008-06-18 16:48 --- 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

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2008-06-16 17:56 --- Mark as waiting. Can any of you try whether the bug still exists for you? -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2008-06-16 20:22 --- (In reply to comment #8) Mark as waiting. Can any of you try whether the bug still exists for you? This works for me - x86_ia64/Fedora8 - gcc version 4.4.0 20080615 Taking a risk, given Tobias' report - marking

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #10 from dfranke at gcc dot gnu dot org 2008-06-16 21:49 --- Reopened. I can still observe the problem with trunk from 20080615 (r136827). $ gfortran-svn -O -Wall ~/pr/pr36342.F90 #382;: In function 'test': hqë·#353;:4: warning: 'junk_2' is used uninitialized in this

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-13 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2008-06-13 21:19 --- Works for me. Possibly fixed by PR preprocessor/36479. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-11 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342