[Bug fortran/85150] internal compiler error for module with illegal non-constant pointer initialization designator
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sun Apr 1 13:13:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85150
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P4
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-04-01
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I get the ICE with 4.8 up to trunk (8.0). Compiling the test with 4.3.6 gives
the error
integer, pointer :: buf_ptr => buf(buf_i) ! invalid
1
Error: Pointer initialization requires a NULL() at (1)
More information about the Gcc-bugs
mailing list