[Bug fortran/82743] uncaught character truncation in derived type initialization

2019-01-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/82743] uncaught character truncation in derived type initialization

2019-01-01 Thread tkoenig at gcc dot gnu.org
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.

[Bug fortran/82743] uncaught character truncation in derived type initialization

2017-10-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82743 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/82743] uncaught character truncation in derived type initialization

2017-10-27 Thread simon.kluepfel at gmail dot com
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