https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17162
Nicholas Guriev changed:
What|Removed |Added
CC||guriev-ns at ya dot ru
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91999
Nicholas Guriev changed:
What|Removed |Added
Resolution|INVALID |DUPLICATE
--- Comment #3 from Nicholas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91999
--- Comment #2 from Nicholas Guriev ---
Thank you for the clarification. The diagnostic message looks like no pch is
used at all that results in a misunderstanding.
At an end-user point of view, the -Winvalid-pch flag isn't so valuable. Who
care
IRMED
Severity: normal
Priority: P3
Component: pch
Assignee: unassigned at gcc dot gnu.org
Reporter: guriev-ns at ya dot ru
Target Milestone: ---
In the following example g++ uses C precompiled header if it exists, although
there is a C++ precompiled header near
Assignee: unassigned at gcc dot gnu.org
Reporter: guriev-ns at ya dot ru
Target Milestone: ---
GCC with an input file as hyphen crashes when it tries to process a C/C++
header. But it perfectly works if the argument is a normal file name (even link
`/dev/stdin`).
mymedia@comp2:/tmp