[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-05-14 14:24 --- (In reply to comment #2) > This removes all valgrind errors under linux and allows compilation of > preprocessed files on mingw (bootstrapped is not yet finished, but it compiled > _abs_c4.F90 OK and is proceeding

[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-05-14 14:23 --- Subject: Bug 36215 Author: fxcoudert Date: Wed May 14 14:23:01 2008 New Revision: 135294 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135294 Log: PR fortran/36215 * scanner.c (preproces

[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2008-05-14 14:14 --- I forgot to allocate enough memory for wide strings instead of regular string while unescaping filenames in preprocessor directives, which is fixed by the following patch: Index: scanner.c ===

[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-14 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-14 14:01 --- This one is mine, it's apparently due to my recent wide-characters patch. It can be reproduced on x86_64-linux by compiling the following preprocessed file under valgrind: # 1 "../../../trunk/libgfortran/generate

[Bug fortran/36215] [4.4 regression] Fortran bootstrap fails on _abs_c4.F90

2008-05-12 Thread aaronavay62 at aaronwl dot com
-- aaronavay62 at aaronwl dot com changed: What|Removed |Added Severity|major |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36215