[Bug c++/95291] New: ICE

2020-05-23 Thread wouter at voti dot nl
dot gnu.org Reporter: wouter at voti dot nl Target Milestone: --- The compiler ICE's on this code. I used the 10.0.1 on windows, but the 10.1.0 on compiler explorer gives the same ICE. Options: g++ --std=c++20 https://godbolt.org/z/As6Rm7 template< typename T = int &g

[Bug c++/95301] New: excessive error messages

2020-05-24 Thread wouter at voti dot nl
: unassigned at gcc dot gnu.org Reporter: wouter at voti dot nl Target Milestone: --- This code emits an excessive amount of error messages, which seem to repeat. Detected on windows using 10.0.1, but compiler exporer gives the same effect with 10.1 https://godbolt.org/z/AY5m-b

[Bug c++/83583] New: ICE in synthesize_implicit_template_parm, at cp/parser.c:38794

2017-12-24 Thread wouter at voti dot nl
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wouter at voti dot nl Target Milestone: --- The compiler ICE's on this construct. There are some simular bug reports which might be the same problem or a related one, but they rep

[Bug c++/59955] New: G++ 4.8 internal compiler error: Segmentation fault on (re?)defining a struct template as function template, when inside a struct tempate

2014-01-27 Thread wouter at voti dot nl
Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wouter at voti dot nl Created attachment 31960 --> http://gcc.gnu.org/bugzi

[Bug c++/59955] G++ 4.8 internal compiler error: Segmentation fault on (re?)defining a struct template as function template, when inside a struct tempate

2014-01-27 Thread wouter at voti dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59955 Wouter van Ooijen changed: What|Removed |Added Target||ARM Host|

[Bug c++/60399] New: constexpr ctor that does not init an attribute should be rejected but isn't

2014-03-03 Thread wouter at voti dot nl
erity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wouter at voti dot nl Created attachment 32250 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32250&action=edit cpp stanalone main file that shows the prob

[Bug c++/99775] New: segmentation fault on template variable as template parameter

2021-03-25 Thread wouter at voti dot nl via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wouter at voti dot nl Target Milestone: --- Segmentation fault with 10.x (on gotbolt ) on this code: #include template< int N > constexpr auto immutable_string_decimal = std: