[Bug c++/86379] New: Class member access of |using|'d field goes horribly awry in presence of templates

2018-07-02 Thread jwalden+ggo at mit dot edu
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jwalden+ggo at mit dot edu Target Milestone: --- Created attachment 44345 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44345=edit Mostly-reduced testc

[Bug c++/51671] New: g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter

2011-12-24 Thread jwalden+ggo at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51671 Bug #: 51671 Summary: g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter Classification: Unclassified Product: gcc Version: unknown

[Bug c++/51671] g++ fails to allow a redundant typedef if the redundant typedef depends on a template parameter

2011-12-24 Thread jwalden+ggo at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51671 --- Comment #1 from Jeff Walden (remove +ggo to email) jwalden+ggo at mit dot edu 2011-12-24 09:18:51 UTC --- For what it's worth, clang also has this bug. See http://llvm.org/bugs/show_bug.cgi?id=11630, which is this bug plus an extra testcase