]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/18502 (trigraphs don't work with -std=gnu99)
authorJoseph Myers <joseph@codesourcery.com>
Wed, 2 Feb 2005 23:01:11 +0000 (23:01 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 2 Feb 2005 23:01:11 +0000 (23:01 +0000)
commit740ca4b2b10f7b6bd13568988b659b436143b1a9
treed05a8f5e9792615448ca9373c4e39ea634d64642
parenta52aff238daff783f5ba3bf6ee9b309e01d04fa4
re PR c/18502 (trigraphs don't work with -std=gnu99)

PR c/18502
* gcc.c (cpp_unique_options): Remove %{trigraphs}.
(cpp_options, cc1_options): Change %{std*&ansi} to
%{std*&ansi&trigraphs}.

testsuite:
* gcc.dg/pr18502-1.c: New test.

From-SVN: r94632
gcc/ChangeLog
gcc/gcc.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr18502-1.c [new file with mode: 0644]