diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 0c6ff93..6fcdbdd 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -3324,7 +3324,7 @@ cgraph_node::verify_node (void) error ("More than one edge out of thunk node"); error_found = true; } - if (gimple_has_body_p (decl)) + if (gimple_has_body_p (decl) && !global.inlined_to) { error ("Thunk is not supposed to have body"); error_found = true; |