[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-15 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 --- Comment #6 from anlauf at gcc dot gnu.org --- The commit in comment#4 unfortunately contained debugging stuff that should never have been pushed. Thus reverted and created the new commit in comment#5. Sorry for that.

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 --- Comment #5 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:9e1e6e631045c7eed2c72738b7084986d39ca09f commit r11-6681-g9e1e6e631045c7eed2c72738b7084986d39ca09f Author: Harald Anlauf Date:

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 --- Comment #4 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:d0d2becf2dfe8316c9014d962e7f3ec5c27e commit r11-6679-gd0d2becf2dfe8316c9014d962e7f3ec5c27e Author: Harald Anlauf Date:

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 --- Comment #2 from anlauf at gcc dot gnu.org --- This has nothing to do with character at all. Same issue with: program p implicit none type t integer, allocatable :: x(n) ! { dg-error "must have a deferred shape" } end type end I

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-13 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/98661] Valgrind errors during error recovery of invalid derived type declarations

2021-01-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98661 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||error-recovery