Priority: P3
Component: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: nathanael.huebbe at informatik dot uni-hamburg.de
Target Milestone: ---
Created attachment 39052
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39052&action=edit
Code to rep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70842
--- Comment #6 from nathanael.huebbe at informatik dot uni-hamburg.de ---
(In reply to kargl from comment #5)
> With the patch I posted earlier today and code in comment #1, I see
>
> gfc7 -c a.f90
> a.f90:14:30:
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70842
--- Comment #3 from nathanael.huebbe at informatik dot uni-hamburg.de ---
This is getting even nastier. As it turns out, even though the code I gave
above compiles, it does not produce correct results. To be precise, if I use a
routine like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70842
--- Comment #1 from nathanael.huebbe at informatik dot uni-hamburg.de ---
Created attachment 38357
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38357&action=edit
Code to reproduced the bug
the forgotten attachment...
: ice-on-valid-code
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: nathanael.huebbe at informatik dot uni-hamburg.de
Target Milestone: ---
There is a problem with character members of derived types
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: nathanael.huebbe at informatik dot uni-hamburg.de
System: Ubuntu
Affected gfortran versions: at least 4.7.2 and 4.8.2
Description:
Compiling this fortran code
module bar
implicit none
contains