https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
--- Comment #6 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed Oct 18 07:43:06 2017
New Revision: 253843
URL: https://gcc.gnu.org/viewcvs?rev=253843&root=gcc&view=rev
Log:
2017-10-18 Paolo Carlini
PR c++/68884
* g++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
--- Comment #5 from Markus Trippelsdorf ---
markus@x4 /tmp % cat tst.ii
namespace std {
template struct A { static constexpr _Tp value = __v;
};
typedef A true_type;
}
template struct VsA;
template struct ValueTemplate {
template class, cla
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
Markus Trippelsdorf changed:
What|Removed |Added
Keywords||rejects-valid
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
--- Comment #3 from meinaccountnr2 at web dot de ---
Created attachment 37023
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37023&action=edit
ubuntu crash report
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
--- Comment #2 from meinaccountnr2 at web dot de ---
Created attachment 37022
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37022&action=edit
Preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884
--- Comment #1 from meinaccountnr2 at web dot de ---
Created attachment 37021
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37021&action=edit
console output