mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 02:50:29 +08:00
expr.c (expand_expr_real_1, [...]): Remove obsolete error check.
* expr.c (expand_expr_real_1, case PARM_DECL): Remove obsolete error check. From-SVN: r85250
This commit is contained in:
parent
61025d1b36
commit
0b1d1db444
@ -1,5 +1,8 @@
|
||||
2004-07-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* expr.c (expand_expr_real_1, case PARM_DECL): Remove obsolete error
|
||||
check.
|
||||
|
||||
* gimplify.c (maybe_with_size_expr): If already have WITH_SIZE_EXPR,
|
||||
don't make another one.
|
||||
|
||||
|
@ -6335,14 +6335,6 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode,
|
||||
}
|
||||
|
||||
case PARM_DECL:
|
||||
if (!DECL_RTL_SET_P (exp))
|
||||
{
|
||||
error ("%Jprior parameter's size depends on '%D'", exp, exp);
|
||||
return CONST0_RTX (mode);
|
||||
}
|
||||
|
||||
/* ... fall through ... */
|
||||
|
||||
case VAR_DECL:
|
||||
/* If a static var's type was incomplete when the decl was written,
|
||||
but the type is complete now, lay out the decl now. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user