[Bug testsuite/31240] gfortran.dg/pointer_intent_1.f90 failure at -O0
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Sat Mar 24 22:28:00 GMT 2007
------- Comment #1 from dominiq at lps dot ens dot fr 2007-03-24 22:28 -------
xlf yields a bus error without optimization and -O, and abort with -O3.
g95 gives the following errors:
In file pointer_intent_1.f90:39
nullify(t%point)
1
Error: Cannot NULLIFY the INTENT(IN) pointer 't' at (1)
In file pointer_intent_1.f90:42
deallocate(t%point)
1
Error: Cannot DEALLOCATE INTENT(IN) dummy variable 't' at (1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31240
More information about the Gcc-bugs
mailing list