projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d6556
)
Add missing ChangeLog entry
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Sat, 30 Aug 2003 00:01:08 +0000
(
00:01
+0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Sat, 30 Aug 2003 00:01:08 +0000
(
00:01
+0000)
From-SVN: r70937
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index fc18cc116f8e272daf4d91e3ef4bba2c05087b4b..b18105fe3e896735dc1fc70c48dee6425159571e 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-4,6
+4,14
@@
* search.c (add_conversions): Avoid adding two conversion
operators for the same type.
+2003-08-29 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/6196
+ * pt.c (tsubst_copy_and_build): Correct handling of
+ address-of-label extension.
+ * semantics.c (finish_goto_stmt): The address of a label must go
+ through the lvalue-to-rvalue conversion.
+
2003-08-29 Richard Henderson <rth@redhat.com>
Jason Merrill <jason@redhat.com>