https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #9 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:27ba73644f53c118e3f9b3fe9cd792210696ec55
commit r14-2805-g27ba73644f53c118e3f9b3fe9cd792210696ec55
Author: Harald Anlauf
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #8 from anlauf at gcc dot gnu.org ---
Submitted (v2): https://gcc.gnu.org/pipermail/fortran/2023-July/059652.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #7 from anlauf at gcc dot gnu.org ---
Created attachment 55635
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55635&action=edit
Patch
This patch fixes the testcases in this PR and regtests OK, except for the
necessary minor adju
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
Nicolas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #5 from Thomas Koenig ---
(In reply to Nicolas Koenig from comment #4)
>
> + if (e->ts.type == BT_CHARACTER && e->ts.u.cl->length
> +&& e->ts.u.cl->length->expr_type == EXPR_VARIABLE)
> +gfc_error("Nonconstant length c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #4 from Nicolas Koenig ---
And here is a fix for the first test case (z2a.f90), already regression tested
on x86_64-pc-linux-gnu:
Index: resolve.c
===
--- resolve.c (r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
koenigni at gcc dot gnu.org changed:
What|Removed |Added
CC||koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #2 from Gerhard Steinmetz
---
Update, backtrace :
$ gfortran-7-20161204 -c z2a.f90
z2a.f90:4:12:
data x /'a'/
1
Warning: Initialization string at (1) was truncated to fit the variable (0/1)
z2a.f90:1:0:
subroutin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
11 matches
Mail list logo