https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743
--- Comment #3 from Thomas Koenig ---
Author: tkoenig
Date: Tue Jan 1 21:19:53 2019
New Revision: 267499
URL: https://gcc.gnu.org/viewcvs?rev=267499&root=gcc&view=rev
Log:
2019-01-01 Thomas Koenig
PR fortran/82743
* primary.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743
--- Comment #1 from Simon Klüpfel ---
One more thing I tested. When the default initialization is too long, it is
caught as expected.
PROGRAM TEST
TYPE A
CHARACTER(LEN=1) :: C="123"
END TYPE A
END PROGRAM TEST
gives
main.f95:3