Commit 39e6a377 by Dirk Mueller Committed by Dirk Mueller

pedantic2.C: New testcase.

2007-03-29  Dirk Mueller  <dmueller@suse.de>

        * g++.dg/warn/pedantic2.C: New testcase.

From-SVN: r123345
parent da489f73
2007-03-29 Dirk Mueller <dmueller@suse.de>
* g++.dg/warn/pedantic2.C: New testcase.
2007-03-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* size_dim.f90: Fix dg directive.
// { dg-options "-pedantic" }
class foo
{
foo() {}; // { dg-error "extra" }
};
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