__func__.C: New.
2007-12-13 Douglas Gregor <doug.gregor@gmail.com> * g++.dg/cpp0x/__func__.C: New. From-SVN: r130911
This commit is contained in:
parent
76ce039e60
commit
a2b3eb5c97
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-12-13 Douglas Gregor <doug.gregor@gmail.com>
|
||||
|
||||
* g++.dg/cpp0x/__func__.C: New.
|
||||
|
||||
2007-12-13 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/34435
|
||||
|
|
6
gcc/testsuite/g++.dg/cpp0x/__func__.C
Normal file
6
gcc/testsuite/g++.dg/cpp0x/__func__.C
Normal file
|
@ -0,0 +1,6 @@
|
|||
// { dg-options "-std=c++0x -pedantic" }
|
||||
|
||||
const char* foo()
|
||||
{
|
||||
return __func__;
|
||||
}
|
Loading…
Add table
Reference in a new issue