[Bug fortran/41022] [F03] procedure pointer components as actual arguments
reuter at physik dot uni-freiburg dot de
gcc-bugzilla@gcc.gnu.org
Wed Aug 12 19:10:00 GMT 2009
------- Comment #8 from reuter at physik dot uni-freiburg dot de 2009-08-12 19:09 -------
The fix seems not to work with the test program.
On Linux 32 bit I get the following when compiling:
/tmp/cciQlmr1.o: In function `MAIN__':
foo.f90:(.text+0x1b): undefined reference to `proc_'
collect2: ld returned 1 exit status
and on MAC OS X:
Undefined symbols:
"_proc_", referenced from:
_proc_$non_lazy_ptr in ccJFt47G.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
--
reuter at physik dot uni-freiburg dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41022
More information about the Gcc-bugs
mailing list