mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 18:51:30 +08:00
Minor reformatting.
From-SVN: r219295
This commit is contained in:
parent
10dfac72b1
commit
bdeea27b01
@ -5917,9 +5917,7 @@ package body Exp_Ch6 is
|
||||
-- If the call is within a thunk and the type is a limited view, the
|
||||
-- backend will eventually see the non-limited view of the type.
|
||||
|
||||
elsif Is_Thunk (Current_Scope)
|
||||
and then Is_Incomplete_Type (Exptyp)
|
||||
then
|
||||
elsif Is_Thunk (Current_Scope) and then Is_Incomplete_Type (Exptyp) then
|
||||
return;
|
||||
|
||||
elsif not Requires_Transient_Scope (R_Type) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user