[Bug c++/95449] void_t does not work with some uses of vector_size

2020-05-31 Thread dummyddd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95449 Lars Bonnichsen changed: What|Removed |Added Attachment #48646|0 |1 is obsolete|

[Bug c++/95449] New: void_t does not work with some uses of vector_size

2020-05-31 Thread dummyddd at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dummyddd at gmail dot com Target Milestone: --- Created attachment 48646 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48646&action=edit Example, same as on godbolt Since GCC 10, the default

[Bug c++/85864] New: template argument string literal operator with default argument doesnt work in templates

2018-05-21 Thread dummyddd at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dummyddd at gmail dot com Target Milestone: --- The following code compiles with GCC 7.3.0 and earlier, but errors with GCC 8.1.0 and trunk. template struct

[Bug c++/50943] New: asm goto in templated code causes internal compiler segfaults

2011-11-01 Thread dummyddd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50943 Bug #: 50943 Summary: asm goto in templated code causes internal compiler segfaults Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED