[Bug c++/87178] New: Compilation failure when program contains multiple variables allocated in particular section, and at least one variable is C++17 "inline"
Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jpmarath at gmail dot com Target Milestone: --- This program fails to compile: /
[Bug c++/70793] New: g++ does not accept some forms of "friend" declaration for builtin types
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jpmarath at gmail dot com Target Milestone: --- This fails to compile: struct S { friend short ; } s; with gcc 5.3.1, the reported error is (compile with