This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/31240] gfortran.dg/pointer_intent_1.f90 failure at -O0



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]