[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #9 from Jerry DeLisle --- Dominique, thanks for finding this. It even makes sense; if the typespec is given one knows what the size of the string is. If not given, how does one decide which is the right size, so require that they

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #8 from Dominique d'Humieres --- > The failures I looked at were becasue the constructors were using strings > of different sizes. So my question was going to be what are the rules. > Are the strings suppose to get padded to the

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-20 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #7 from Harald Anlauf --- (In reply to Jerry DeLisle from comment #6) > The failures I looked at were becasue the constructors were using strings of > different sizes. So my question was going to be what are the rules. Are the >

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-19 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #4 from Harald Anlauf --- (In reply to Harald Anlauf from comment #2) > Created attachment 37982 [details] > Patch to generate error message This patch leads to serious regressions. Do not yet understand why. Withdrawing...

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-19 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #6 from Jerry DeLisle --- The failures I looked at were becasue the constructors were using strings of different sizes. So my question was going to be what are the rules. Are the strings suppose to get padded to the length of the

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #5 from Dominique d'Humieres --- > This patch leads to serious regressions. Do not > yet understand why. Withdrawing... Confirmed. Many failures are of the kind

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 --- Comment #3 from Jerry DeLisle --- Harold, Thanks for the help and I will test

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

2016-03-15 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70233 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #2

[Bug fortran/70233] Missing diagnostic in array constructor, different size strings

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