mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 08:40:30 +08:00
re PR c++/65513 (gcc stops with "internal compiler error")
2015-03-24 Paolo Carlini <paolo.carlini@oracle.com> PR c++/65513 * g++.dg/cpp0x/constexpr-array11.C: New. From-SVN: r221620
This commit is contained in:
parent
bdb3744886
commit
a9272fd042
@ -1,3 +1,8 @@
|
||||
2015-03-24 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/65513
|
||||
* g++.dg/cpp0x/constexpr-array11.C: New.
|
||||
|
||||
2015-03-24 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR middle-end/65517
|
||||
|
13
gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
Normal file
13
gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
Normal file
@ -0,0 +1,13 @@
|
||||
// PR c++/65513
|
||||
// { dg-do compile { target c++11 } }
|
||||
|
||||
template <typename _Tp> struct atomic {
|
||||
atomic() = default;
|
||||
atomic(_Tp);
|
||||
};
|
||||
|
||||
struct {
|
||||
atomic<bool> bReadyToFlush;
|
||||
}
|
||||
|
||||
LogThreadsleLogEntries[10]{};
|
Loading…
x
Reference in New Issue
Block a user