[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- Author: manu Date: Wed Jun 24 22:16:42 2015 New Revision: 224926 URL: https://gcc.gnu.org/viewcvs?rev=224926&root=gcc&view=rev Log: The problem is that diagnostic_action_after_output tries to delete th

[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 --- (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: > > --- error.c (revi

[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 --- (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 trans-array.c can cause > a

[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 changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #3 f

[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 changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED