diff options
author | Mike Stump <mrs@cygnus.com> | 1994-07-10 07:34:51 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1994-07-10 07:34:51 +0000 |
commit | 63c68bb75ec7c5da7aee9bfd357d79dd94bd5db5 (patch) | |
tree | 7d6e23c0aed2de8d40e1965de7696efd4ffcf6ea /gcc/cp/decl.c | |
parent | 5b605f684ecea48279b4c31a263cc8ecc65d9feb (diff) | |
download | gcc-63c68bb75ec7c5da7aee9bfd357d79dd94bd5db5.zip gcc-63c68bb75ec7c5da7aee9bfd357d79dd94bd5db5.tar.gz gcc-63c68bb75ec7c5da7aee9bfd357d79dd94bd5db5.tar.bz2 |
fix libg++ make check.
From-SVN: r7694
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index f3cc1b9..8797ee1 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -11953,7 +11953,11 @@ cplus_expand_expr_stmt (exp) warning ("at this point in file"); } +#if 0 + /* We should do this eventually, but right now this causes regex.o from + libg++ to miscompile, and tString to core dump. */ exp = build1 (CLEANUP_POINT_EXPR, TREE_TYPE (exp), exp); +#endif expand_expr_stmt (break_out_cleanups (exp)); } |