mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
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
This commit is contained in:
parent
c7ecdec646
commit
8724cfdd3b
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR fortran/53655
|
||||
@ -175,7 +180,7 @@
|
||||
* gcc.dg/tree-ssa/pr42585.c: Add avr-*-* to list of targets to
|
||||
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/inline3.c: Likewise.
|
||||
* gcc.dg/debug/dwarf2/pr37726.c: Likewise.
|
||||
|
8
gcc/testsuite/g++.dg/ext/attr-alias-3.C
Normal file
8
gcc/testsuite/g++.dg/ext/attr-alias-3.C
Normal file
@ -0,0 +1,8 @@
|
||||
// PR c++/56134
|
||||
// { dg-require-alias "" }
|
||||
|
||||
char a;
|
||||
class Q
|
||||
{
|
||||
static char q __attribute__ ((alias ("a")));
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user