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();
}
// ---
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;
con
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51454
Pubby8 changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
Co
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
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
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
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51203
Pubby8 changed:
What|Removed |Added
Severity|normal |trivial
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51203
--- Comment #1 from Pubby8 2011-11-18 07:53:36 UTC
---
Whoops! I seem to have left out the template qualifier.
template
struct foo {
template
using next = typename foo::next;
template <>
using next<10> = int; // not sure if alias templ
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: P3
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
S
12 matches
Mail list logo