summaryrefslogtreecommitdiff
path: root/gcc/f/global.h
diff options
context:
space:
mode:
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-04 10:41:23 +0000
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-04 10:41:23 +0000
commitf308b426efac8d96947cd68b786e3b6a558ac3a8 (patch)
tree61d49e5c61994c0545ddeebea225f27e1bc925a0 /gcc/f/global.h
parent37ae241ce40ec867eccba7781a945675e7af78d0 (diff)
downloadgcc-f308b426efac8d96947cd68b786e3b6a558ac3a8.tar.gz
Mon Jun 1 19:37:42 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type. * info.c (ffeinfo_type): Don't crash on null type. * expr.c (ffeexpr_fulfill_call_): Don't special-case %LOC(expr) or LOC(expr). Delete FFEGLOBAL_argsummaryPTR. * global.c, global.h: Delete FFEGLOBAL_argsummaryPTR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20225 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/global.h')
-rw-r--r--gcc/f/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/f/global.h b/gcc/f/global.h
index 70c704df0c5..d0ac871b71c 100644
--- a/gcc/f/global.h
+++ b/gcc/f/global.h
@@ -55,7 +55,6 @@ typedef enum
FFEGLOBAL_argsummarySUBR, /* Subroutine (intrinsic, external). */
FFEGLOBAL_argsummaryFUNC, /* Function (intrinsic, external). */
FFEGLOBAL_argsummaryALTRTN, /* Alternate-return (label). */
- FFEGLOBAL_argsummaryPTR, /* Pointer (%LOC, LOC()). */
FFEGLOBAL_argsummaryANY,
FFEGLOBAL_argsummary
} ffeglobalArgSummary;