https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67852
--- Comment #4 from julien.boucaron at gmail dot com ---
Sorry for the waste of time
Regards
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67852
--- Comment #2 from julien.boucaron at gmail dot com ---
It does not seem to be a correctly defined trigraph sequences.
++
Assignee: unassigned at gcc dot gnu.org
Reporter: julien.boucaron at gmail dot com
Target Milestone: ---
False warning reported in this very small thing:
#include
int main() {
std::cout << "test6: BEGIN (PROBLEM HERE???)" << std::endl;
return 0;
}
Gcc