[Bug fortran/38152] ICE for procedure pointer assignment
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Wed Nov 19 16:31:00 GMT 2008
------- Comment #5 from dominiq at lps dot ens dot fr 2008-11-19 16:29 -------
On powerpc-apple-darwin9 I have the same kind of error as reported in comment
#4:
/var/folders/FK/FKCVPmNbH5SNynFQmqGomk+++TI/-Tmp-//cctJDhJw.s:21:non-relocatable
subtraction expression, "_procptr" minus "L00000000001$pb"
/var/folders/FK/FKCVPmNbH5SNynFQmqGomk+++TI/-Tmp-//cctJDhJw.s:21:symbol:
"_procptr" can't be undefined in a subtraction expression
/var/folders/FK/FKCVPmNbH5SNynFQmqGomk+++TI/-Tmp-//cctJDhJw.s:19:non-relocatable
subtraction expression, "_procptr" minus "L00000000001$pb"
/var/folders/FK/FKCVPmNbH5SNynFQmqGomk+++TI/-Tmp-//cctJDhJw.s:19:symbol:
"_procptr" can't be undefined in a subtraction expression
in this case for 32 and 64 bit modes. The errors disappear if I compile with
-fno-PIC (ppc/intel).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38152
More information about the Gcc-bugs
mailing list