[Bug c++/104278] ICE constexpr class non-type template parameter

2022-01-29 Thread pubby.8 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104278 --- Comment #1 from Pubby8 --- Oops I forgot to include the template instantiation: // --- int main(int argc, char const** argv) { qux::run(); } // ---

[Bug c++/104278] New: ICE constexpr class non-type template parameter

2022-01-29 Thread pubby.8 at gmail dot com via Gcc-bugs
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pubby.8 at gmail dot com Target Milestone: --- Getting ICE from the following code. The trigger seems to be the 'modify' function. // --- struct foo { int value; constexpr foo

[Bug c++/52233] New: ICE segmentation fault with non-recursive templates

2012-02-13 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52233 Bug #: 52233 Summary: ICE segmentation fault with non-recursive templates Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51454] New: For loop improper scoping

2011-12-07 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51454 Bug #: 51454 Summary: For loop improper scoping Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/51454] For loop improper scoping

2011-12-07 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51454 Pubby8 pubby.8 at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/51373] New: ICE for static pointer to member initialized in-class

2011-11-30 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 Bug #: 51373 Summary: ICE for static pointer to member initialized in-class Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51289] New: Template template alias causes ICE

2011-11-23 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51289 Bug #: 51289 Summary: Template template alias causes ICE Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/51257] New: Template changes scope of friend functions

2011-11-21 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51257 Bug #: 51257 Summary: Template changes scope of friend functions Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51203] Recursive alias template specialization causes compiler segfault

2011-11-18 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51203 Pubby8 pubby.8 at gmail dot com changed: What|Removed |Added Severity|normal |trivial

[Bug c++/51203] New: Recursive alias templates not working

2011-11-17 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51203 Bug #: 51203 Summary: Recursive alias templates not working Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/51203] Recursive alias templates not working

2011-11-17 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51203 --- Comment #1 from Pubby8 pubby.8 at gmail dot com 2011-11-18 07:53:36 UTC --- Whoops! I seem to have left out the template qualifier. template typename t struct foo { template int n using next = typename foot::nextn + 1; template

[Bug c++/51155] New: sizeof and sizeof... in template partial specialization

2011-11-15 Thread pubby.8 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51155 Bug #: 51155 Summary: sizeof and sizeof... in template partial specialization Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED