This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/22282] %loc is not implemented in gfortran
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2006 10:37:47 -0000
- Subject: [Bug fortran/22282] %loc is not implemented in gfortran
- References: <bug-22282-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from fxcoudert at gcc dot gnu dot org 2006-11-14 10:37 -------
%VAL, %REF and %DESCR have similar use and functionality, but %LOC is very
different. It should in fact be an alias for function LOC, but it simply adding
it in intrinsic.c with make_alias is not sufficient: creating a symbol name
begining with a % has to be added to the parser and the symbol-name-mangler. My
(short) attempt to do so failed, but it's probably not very difficult if you
understand the binary tree structure of symbol names.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22282