Commit 0f5e5e02 by Marc Glisse Committed by Marc Glisse

constexpr-attribute2.C: Restrict to target init_priority.

2014-02-06  Marc Glisse  <marc.glisse@inria.fr>

	* g++.dg/cpp0x/constexpr-attribute2.C: Restrict to target
	init_priority. Test alignment of variable instead of function.

From-SVN: r207561
parent f29afe5f
2014-02-06 Marc Glisse <marc.glisse@inria.fr>
* g++.dg/cpp0x/constexpr-attribute2.C: Restrict to target
init_priority. Test alignment of variable instead of function.
2014-02-06 Marek Polacek <polacek@redhat.com>
PR c/60087
......@@ -162,7 +167,6 @@
PR ipa/59831
* g++.dg/ipa/devirt-24.C: New testcase.
>>>>>>> .r207518
2014-02-03 Marc Glisse <marc.glisse@inria.fr>
PR c++/53017
......
// { dg-do compile { target init_priority } }
// { dg-options -std=gnu++11 }
struct t { t(); };
......@@ -29,4 +30,4 @@ typedef char vec __attribute__((vector_size(size)));
void f(char*) __attribute__((nonnull(pos)));
void g() __attribute__((aligned(size)));
char g __attribute__((aligned(size)));
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