]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
09ffa08bde45a76b20f9aa8b6abd66217ed58100
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 Upstream-Status: Inappropriate [Backport]
2 From 6d713959cbb05f7cd030d776bb52113eac8af075 Mon Sep 17 00:00:00 2001
3 From: ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
4 Date: Tue, 5 Apr 2011 14:34:51 +0000
5 Subject: [PATCH 069/200] * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
6
7 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171989 138bc75d-0d04-0410-961f-82ee72b054a4
8
9 index ed36c5b..a225dbf 100644
10 --- a/gcc/stor-layout.c
11 +++ b/gcc/stor-layout.c
12 @@ -367,7 +367,7 @@ self_referential_size (tree size)
13 VEC_safe_push (tree, gc, size_functions, fndecl);
14
15 /* Replace the original expression with a call to the size function. */
16 - return build_call_expr_loc_vec (input_location, fndecl, args);
17 + return build_call_expr_loc_vec (UNKNOWN_LOCATION, fndecl, args);
18 }
19
20 /* Take, queue and compile all the size functions. It is essential that
21 --
22 1.7.0.4
23