--- 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
--- 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
--
What|Removed |Added
Version|3.3.4 |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23447