Commit a4c2b857 by Jonathan Wakely Committed by Jonathan Wakely

two-stage2.C: fix comment.

2008-01-18  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* g++.dg/lookup/two-stage2.C: fix comment.

From-SVN: r131636
parent 70a0694b
2008-01-18 Jonathan Wakely <jwakely.gcc@gmail.com>
* gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
2008-01-18 Ian Lance Taylor <iant@google.com> 2008-01-18 Ian Lance Taylor <iant@google.com>
* gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings. * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
...@@ -14,6 +14,6 @@ int&f (int); ...@@ -14,6 +14,6 @@ int&f (int);
int main() int main()
{ {
g(2); // f(char) followed by f(int) g(2); // two f(char)
g('a'); // two f(char) g('a'); // two f(char)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment