Commit a2b3eb5c by Douglas Gregor Committed by Doug Gregor

__func__.C: New.

2007-12-13  Douglas Gregor  <doug.gregor@gmail.com>

	* g++.dg/cpp0x/__func__.C: New.

From-SVN: r130911
parent 76ce039e
2007-12-13 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/cpp0x/__func__.C: New.
2007-12-13 Uros Bizjak <ubizjak@gmail.com> 2007-12-13 Uros Bizjak <ubizjak@gmail.com>
PR target/34435 PR target/34435
// { dg-options "-std=c++0x -pedantic" }
const char* foo()
{
return __func__;
}
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