* stor-layout.c (self_referential_size): Fix 2010-07-13 commit.

From-SVN: r171988
This commit is contained in:
Eric Botcazou 2011-04-05 14:34:28 +00:00 committed by Eric Botcazou
parent a4437d18b9
commit c5911a55ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
* stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
2011-04-05 Joseph Myers <joseph@codesourcery.com>
* config/rx/rx-opts.h: New.

View File

@ -367,7 +367,7 @@ self_referential_size (tree size)
VEC_safe_push (tree, gc, size_functions, fndecl);
/* Replace the original expression with a call to the size function. */
return build_call_expr_loc_vec (input_location, fndecl, args);
return build_call_expr_loc_vec (UNKNOWN_LOCATION, fndecl, args);
}
/* Take, queue and compile all the size functions. It is essential that