aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2000-11-10 21:36:15 +0100
committerToon Moene <toon@gcc.gnu.org>2000-11-10 20:36:15 +0000
commita8d0a42e363624b288a88d4381bd7a6f1251ee1d (patch)
tree6134f0b984fefdcb1e2053fbed82c7ba5e1184ae /gcc/f/com.c
parent93ae2b3e0669b306a2bf33778637275bd7f4971d (diff)
downloadgcc-a8d0a42e363624b288a88d4381bd7a6f1251ee1d.zip
gcc-a8d0a42e363624b288a88d4381bd7a6f1251ee1d.tar.gz
gcc-a8d0a42e363624b288a88d4381bd7a6f1251ee1d.tar.bz2
com.c (ffecom_stabilize_aggregate_) [case RTL_EXPR]: Abort.
2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl> * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort. From-SVN: r37376
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r--gcc/f/com.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c
index d158fed..458acd0 100644
--- a/gcc/f/com.c
+++ b/gcc/f/com.c
@@ -1082,11 +1082,7 @@ ffecom_stabilize_aggregate_ (tree ref)
break;
case RTL_EXPR:
- result = build1 (INDIRECT_REF, TREE_TYPE (ref),
- save_expr (build1 (ADDR_EXPR,
- build_pointer_type (TREE_TYPE (ref)),
- ref)));
- break;
+ abort ();
default: