[Bug c++/97474] New: Regression: optimization produces wrong code

2020-10-17 Thread sfranzen85 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97474 Bug ID: 97474 Summary: Regression: optimization produces wrong code Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug c++/93295] ICE in alias_ctad_tweaks

2020-10-13 Thread sfranzen85 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295 Steven Franzen changed: What|Removed |Added CC||sfranzen85 at hotmail dot com ---

[Bug c++/97214] ICE in lookup_template_class_1, at cp/pt.c:9896

2020-09-27 Thread sfranzen85 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97214 --- Comment #1 from Steven Franzen --- Bug 97219 looks similar. Unqualified name lookup should consider the scope containing the lambda, which here is a member function and also includes the full scope of its class. Similar example at

[Bug c++/97214] New: ICE in lookup_template_class_1, at cp/pt.c:9896

2020-09-26 Thread sfranzen85 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97214 Bug ID: 97214 Summary: ICE in lookup_template_class_1, at cp/pt.c:9896 Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: