[Bug c++/78504] New: Bad fixit hint: '_Pragma' does not name a type; did you mean '_Pragma'?
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 24 02:08:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78504
Bug ID: 78504
Summary: Bad fixit hint: '_Pragma' does not name a type; did
you mean '_Pragma'?
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: redi at gcc dot gnu.org
CC: dmalcolm at gcc dot gnu.org
Target Milestone: ---
g++ -c -x c++ - <<< '_Pragma(GCC system_header)'
<stdin>:1:9: error: _Pragma takes a parenthesized string literal
<stdin>:1:1: error: '_Pragma' does not name a type; did you mean '_Pragma'?
More information about the Gcc-bugs
mailing list