[Bug c++/23447] False trigraph warning about literal string.

2005-08-17 Thread trt at acm dot org
--- Additional Comments From trt at acm dot org 2005-08-17 20:25 --- Perhaps the message could be clearer or less ominous, e.g. c.cc:4:15: warning: "??(" not changed, use -trigraphs to change it to "[" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23447

[Bug c++/23447] False trigraph warning about literal string.

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 17:08 --- No ??( for [ is a trigraph. trigraphs are standard C++. We don't enable by default because they get in the way. Use -Wno-trigraphs to remove the warning. -- What|Removed

[Bug c++/23447] False trigraph warning about literal string.

2005-08-17 Thread work at paul dot dubuc dot org
-- What|Removed |Added Version|3.3.4 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23447