https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
--- Comment #6 from Mikhail Maltsev ---
$ cat test4_min.cc
struct B {
void *extradata;
};
template
class C {
static const B b;
virtual void m_fn1() { (void)b; }
};
template
struct strdata_t {
int data[];
};
template
const B C::b{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
--- Comment #5 from Mikhail Maltsev ---
$ cat test3.cc
template
struct B {
static const int staticMetaObject;
};
template
struct D {
int stringdata0 = T::className;
} staticStringData{};
template
const int B::staticMetaObject{static
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
Mikhail Maltsev changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
Markus Trippelsdorf changed:
What|Removed |Added
Keywords||ice-on-invalid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
--- Comment #2 from Jean-Michaël Celerier ---
I now get this error :
/home/jcelerier/i-score/base/plugins/iscore-plugin-scenario/source/Process/ScenarioModel.cpp:63:
internal compiler error: in make_decl_rtl, at varasm.c:1313
constexpr const QMe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67398
--- Comment #1 from Jean-Michaël Celerier ---
I couldn't upload the attachment here (>1mb) so here is the preprocessed source
:
https://gist.githubusercontent.com/jcelerier/6e67a053e08188cac07f/raw/b74ad5be0dcc12ff230cc7212fe5fa94b6413686/gccsegf