diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-12-20 18:16:02 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-12-20 18:16:02 +0000 |
commit | b078889a6b206e80867f1987b44d22cebe0f9d78 (patch) | |
tree | 13fd0673744ada2c51a0d71f9d14cefb9337562d /contrib/gcc/gimplify.c | |
parent | cc1a345c65a8e4f51f4a4f108ed78f383b0a8447 (diff) |
Revert r259619:
Fixes GCC libstdc++/29286
The fix seems to work for amd64 but causes segfaults on powerpc.
At this time gcc is much more important on powerpc than on amd64.
Reported by: andreast
Notes
Notes:
svn path=/head/; revision=259661
Diffstat (limited to 'contrib/gcc/gimplify.c')
-rw-r--r-- | contrib/gcc/gimplify.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/gcc/gimplify.c b/contrib/gcc/gimplify.c index b0270a9511f3..be45f478f9a8 100644 --- a/contrib/gcc/gimplify.c +++ b/contrib/gcc/gimplify.c @@ -5748,11 +5748,6 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, ret = GS_ALL_DONE; break; - case CHANGE_DYNAMIC_TYPE_EXPR: - ret = gimplify_expr (&CHANGE_DYNAMIC_TYPE_LOCATION (*expr_p), - pre_p, post_p, is_gimple_reg, fb_lvalue); - break; - case OBJ_TYPE_REF: { enum gimplify_status r0, r1; |