projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34945b3
)
* method.c (use_thunk): Expand body directly.
author
Jan Hubicka
<jh@suse.cz>
Fri, 15 Aug 2003 08:55:48 +0000
(10:55 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 15 Aug 2003 08:55:48 +0000
(08:55 +0000)
From-SVN: r70473
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/method.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 6a2765215d76a6fb694a0cd8eb34695ca25928ec..e7e0eddda9de5bcaeb26d6d4c6155912402afc74 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,7
@@
+Thu Aug 14 12:19:25 CEST 2003 Jan Hubicka <jh@suse.cz>
+
+ * method.c (use_thunk): Expand body directly.
+
2003-08-12 Mark Mitchell <mark@codesourcery.com>
PR c++/11703
diff --git
a/gcc/cp/method.c
b/gcc/cp/method.c
index c49af5175c189c6fb61af57c79865e9c34ea55c7..906997254ad242888b58b76fd2044bebeb35556f 100644
(file)
--- a/
gcc/cp/method.c
+++ b/
gcc/cp/method.c
@@
-468,7
+468,7
@@
use_thunk (tree thunk_fndecl, bool emit_p)
/* Re-enable access control. */
pop_deferring_access_checks ();
- expand_
or_defer_fn
(finish_function (0));
+ expand_
body
(finish_function (0));
}
pop_from_top_level ();