Commit 8724cfdd by Paolo Carlini

re PR c++/56134 (ICE: alias attribute on c++ static class member;)

2013-08-21  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/56134
	* g++.dg/ext/attr-alias-3.C: New.

From-SVN: r201897
parent c7ecdec6
2013-08-21 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/56134
* g++.dg/ext/attr-alias-3.C: New.
2013-08-20 Janus Weil <janus@gcc.gnu.org> 2013-08-20 Janus Weil <janus@gcc.gnu.org>
PR fortran/53655 PR fortran/53655
...@@ -175,7 +180,7 @@ ...@@ -175,7 +180,7 @@
* gcc.dg/tree-ssa/pr42585.c: Add avr-*-* to list of targets to * gcc.dg/tree-ssa/pr42585.c: Add avr-*-* to list of targets to
exclude from scan test. exclude from scan test.
* gcc.dg/debug/dwarf2/global-used-types.c: Request dwarf output. * gcc.dg/debug/dwarf2/global-used-types.c: Request dwarf output.
* gcc.dg/debug/dwarf2/inline2.c: Likewise. * gcc.dg/debug/dwarf2/inline2.c: Likewise.
* gcc.dg/debug/dwarf2/inline3.c: Likewise. * gcc.dg/debug/dwarf2/inline3.c: Likewise.
* gcc.dg/debug/dwarf2/pr37726.c: Likewise. * gcc.dg/debug/dwarf2/pr37726.c: Likewise.
......
// PR c++/56134
// { dg-require-alias "" }
char a;
class Q
{
static char q __attribute__ ((alias ("a")));
};
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