[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-24 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 --- Comment #6 from Manuel López-Ibáñez manu at gcc dot gnu.org --- Author: manu Date: Wed Jun 24 22:16:42 2015 New Revision: 224926 URL: https://gcc.gnu.org/viewcvs?rev=224926root=gccview=rev Log: The problem is that

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-24 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 --- Comment #5 from Thomas Koenig tkoenig at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #4) diagnostic_finish tries to free the output_buffer, but the error_buffer is statically allocated. I think this should be enough:

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-14 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 --- Comment #4 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Thomas Koenig from comment #3) (In reply to Dominique d'Humieres from comment #2) Usual suspect r223677 (pr66082). I don't believe that a change to

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc