[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2020-10-07 Thread zeccav at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #9 from Vittorio Zecca --- Intel ifort and ifx accept the test case without errors. They both accept pointer pi integer :: pi=>null() and integer :: pi=>null() pointer pi Anyway, it's easy to transfom it into integer, pointer ::

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2020-10-07 Thread markeggleston at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 markeggleston at gcc dot gnu.org changed: What|Removed |Added CC||markeggleston at gcc do

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2018-04-02 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #7 from Vittorio Zecca --- Sorry about that, long time I did not blush, I'll try to remember the lesson.

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2018-04-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #6 from Dominique d'Humieres --- > Bug still present in 7.3.0 and trunk 258946. While closing PRs that have been fixed is very useful, making noise about PRs marked as NEW is a waste of time for everybody.

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2018-04-02 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #5 from Vittorio Zecca --- Bug still present in 7.3.0 and trunk 258946.

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2017-09-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|janus a

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2013-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > Here is a simple patch to accept the code in comment 0: ... which unfortunately introduces a large amount of ICEs in the testsuite, e.g. on bounds_check_7.f90:

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2013-06-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Statu

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2013-06-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/50550] does not recognize pointer variable at initialization (r178939)

2011-09-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50550 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org --- Co