Commit 18103407 by Douglas Gregor Committed by Doug Gregor

warn_cxx0x.C: New.

2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>

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

From-SVN: r121160
parent 527cab20
2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
* g++.dg/cpp0x/warn_cxx0x.C: New.
2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/builtins-20.c: Test builtin carg.
// { dg-options "-Wc++0x-compat" }
int static_assert; // { dg-warning "will become a keyword" }
void foo()
{
static_assert = 5;
}
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