[Bug c++/67852] false warning: trigraph reported

2015-10-05 Thread julien.boucaron at gmail dot com
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

[Bug c++/67852] false warning: trigraph reported

2015-10-05 Thread julien.boucaron at gmail dot com
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.

[Bug c++/67852] New: false warning: trigraph reported

2015-10-05 Thread julien.boucaron at gmail dot com
++ 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