[Bug fortran/68846] Pointer function as LValue doesn't work when the assignment regards a dummy argument.

2017-02-28 Thread mirco.valentini at polimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68846 --- Comment #6 from mirco --- Hi all, I spent some time today working on this bug. I found a small modification that allows to build without errors and that seems to work (I did a very preliminary test). At the moment I'm working with "gfortran

[Bug fortran/78150] New: Runtime segmentation fault when write variable on string

2016-10-28 Thread mirco.valentini at polimi dot it
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mirco.valentini at polimi dot it Target Milestone: --- Environment: --- - Debian 8 - gfortran 7.0.0 20161023 Problem: --- When I try to write a variable on a string the result

[Bug fortran/68846] New: Pointer function as LValue doesn't work when the assignment regards a dummy argument.

2015-12-10 Thread mirco.valentini at polimi dot it
IRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mirco.valentini at polimi dot it Target Milestone: --- Created attachment 36988 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36988&action=e

[Bug fortran/68598] New: Ponter Function as LValue

2015-11-28 Thread mirco.valentini at polimi dot it
Assignee: unassigned at gcc dot gnu.org Reporter: mirco.valentini at polimi dot it Target Milestone: ---

[Bug fortran/63921] [F08] pointer function as lvalue doesn't work when the function is a type bound function

2015-09-06 Thread mirco.valentini at polimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63921 --- Comment #5 from mirco --- Thank you Paul, I was trying to follow the Dominique's suggestion and to fix the problem by myself but it was the first time I examined the gfortran's code, and I was still trying to understand its structure. I'm

[Bug fortran/63921] [F08] pointer function as lvalue doesn't work when the function is a type bound function

2015-08-10 Thread mirco.valentini at polimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63921 mirco changed: What|Removed |Added Severity|normal |critical

[Bug fortran/63921] [F08] pointer function as lvalue doesn't work when the function is a type bound function

2014-12-07 Thread mirco.valentini at polimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63921 --- Comment #2 from mirco --- (In reply to Dominique d'Humieres from comment #1) > Am I correct to understand that you are referring to C602 in > > 6.2 Variable > R602 variable is designator > or expr > C601 (R602) designator shall

[Bug fortran/63921] New: [F08] pointer function as lvalue doesn't work when the function is a type bound function

2014-11-17 Thread mirco.valentini at polimi dot it
IRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mirco.valentini at polimi dot it Created attachment 34006 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34006&action=edit Source code usefu