[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2021-02-27 Thread zeccav at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #9 from Vittorio Zecca --- Still in current trunk. The compilers NAG nagfor and Intel ifort correctly detect a syntax error. nagfor -S -w gfbug43.f NAG Fortran Compiler Release 7.0(Yurakucho) Build 7042 Error: gfbug43.f, line 12:

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2017-07-05 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #8 from Vittorio Zecca --- 1) Sometimes error reports slip through the cracks, it happened to me, and I found it's good to remind that the bug is still around. Sometimes it happened the contrary, the bug silently disappears

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2017-07-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #7 from Dominique d'Humieres --- > This is still in trunk 249883 Did you fixed it? If no, the only relevant information would be to report that it has been fixed. > The test case may be wrong, but > > 1) gfortran should never crash

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2017-07-05 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 Vittorio Zecca changed: What|Removed |Added Version|4.8.0 |8.0 --- Comment #6 from Vittorio Zecca

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2017-05-14 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #5 from Vittorio Zecca --- ICE still in 7.1.0 and trunk 8.0.0 Even if the code is invalid the compiler should not just crash.

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2016-04-28 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #4 from Vittorio Zecca --- ICE on gfortran 5.3.0 gfortran should never have an ICE, even on invalid code.

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2016-02-05 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2015-09-02 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 --- Comment #2 from Vittorio Zecca --- ! gfortran ICE in gfc_conv_expr_descriptor at fortran/trans-array.c interface function f() pointer f end end interface type t real,pointer :: p(:) end

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2013-04-16 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 Vittorio Zecca zeccav at gmail dot com changed: What|Removed |Added Version|4.7.0 |4.8.0

[Bug fortran/50402] ICE in gfc_conv_expr_descriptor

2011-09-15 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402 Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch changed: What|Removed |Added Status|UNCONFIRMED