projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10dfac7
)
Minor reformatting.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 7 Jan 2015 11:00:13 +0000
(12:00 +0100)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 7 Jan 2015 11:00:13 +0000
(12:00 +0100)
From-SVN: r219295
gcc/ada/exp_ch6.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/exp_ch6.adb
b/gcc/ada/exp_ch6.adb
index e4d45883ac9d84da6b28eb643a1fed25ee289fe9..5279e85a3c1ab76bd513b1c6133eb363b7278cdc 100644
(file)
--- a/
gcc/ada/exp_ch6.adb
+++ b/
gcc/ada/exp_ch6.adb
@@
-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