public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] cpp: fix __has_include in traditional mode
@ 2020-07-28  7:28 Tiziano Müller
  2020-07-28  7:28 ` [PATCH 1/2] libcpp: fix __has_include handling with traditional-cpp Tiziano Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tiziano Müller @ 2020-07-28  7:28 UTC (permalink / raw)
  To: gcc-patches; +Cc: Tiziano Müller

Hi there,

this patch intends to fix the regression introduced in gcc 10 with __has_include,
see also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95889

Best,
Tiziano

Tiziano Müller (2):
  libcpp: fix __has_include handling with traditional-cpp
  [testsuite] add tests for __has_include with traditional-cpp

 gcc/testsuite/ChangeLog                       |  4 ++
 .../cpp/has-include-1-traditional.c           | 38 +++++++++++++++++++
 libcpp/init.c                                 |  3 ++
 libcpp/traditional.c                          |  4 +-
 4 files changed, 48 insertions(+), 1 deletion(-)
 create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-1-traditional.c

-- 
2.26.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-29 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  7:28 [PATCH 0/2] cpp: fix __has_include in traditional mode Tiziano Müller
2020-07-28  7:28 ` [PATCH 1/2] libcpp: fix __has_include handling with traditional-cpp Tiziano Müller
2020-07-28  7:28 ` [PATCH 2/2] [testsuite] add tests for __has_include " Tiziano Müller
2020-07-29 12:52 ` [PATCH 0/2] cpp: fix __has_include in traditional mode Nathan Sidwell
2020-07-29 13:15   ` Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).