This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
            Version|3.4.4                       |3.3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23447


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]