[Bug c++/94255] New: template specialization in different namespace causes crash

2020-03-21 Thread vince.a.bridgers at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: vince.a.bridgers at gmail dot com Target Milestone: --- I encountered this issue using gcc/g++ 6.2.0, then 8.2.0, the tried trunk that I built on rhel7. g++ crashes when trying to compile code

[Bug c++/94255] template specialization in different namespace causes crash

2020-03-21 Thread vince.a.bridgers at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94255 --- Comment #1 from Vince Bridgers --- The corrected code successfully compiles. Basically, making sure the template specialization is in the correct namespace. namespace clang { class DynTypedNode { private: template struct

[Bug c/98247] New: gcc analyzer does not detect Flexible Array Member misuse

2020-12-11 Thread vince.a.bridgers at gmail dot com via Gcc-bugs
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: vince.a.bridgers at gmail dot com Target Milestone: --- This is more of a query than a bug at this point (or possible "feature enhancement request"). This initial request follows