aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-12libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]Jakub Jelinek1-0/+7
2021-05-20libcpp: Fix up -fdirectives-only handling of // comments on last line not ter...Jakub Jelinek2-0/+11
2021-05-12libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek2-0/+9
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers3-0/+136
2021-03-04c-ppoutput: Fix preprocessing ICE on very large line number [PR99325]Jakub Jelinek2-0/+12
2021-02-03libcpp: Fix up -fdirectives-only preprocessing [PR98882]Jakub Jelinek1-0/+6
2021-01-19testsuite: aix testsuite adjustmentsDavid Edelsohn1-2/+2
2021-01-04Update copyright years.Jakub Jelinek3-3/+3
2020-12-01driver: Don't imply -dD for -g3 -g0 [PR97989]Jakub Jelinek2-0/+16
2020-11-27preprocessor: Fix #line overflow check [PR97602]Joseph Myers2-0/+10
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell2-15/+0
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell11-161/+0
2020-05-07Fix various dg directives.Manfred Schwarb1-1/+1
2020-01-01Update copyright years.Jakub Jelinek3-3/+3
2019-12-30Prevent redefinition of WCHAR_MAX from testsuite/gcc.dg/cpp/ucs.cOlivier Hainque1-0/+4
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt1-1/+1
2019-10-02Handle :: tokens in C for C2x.Joseph Myers11-0/+90
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou2-3/+5
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt13-0/+168
2019-06-24[Darwin, testsuite] Fix isystem-2.c.Iain Sandoe2-2/+9
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska3-3/+3
2019-01-01Update copyright years.Jakub Jelinek3-3/+3
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell2-8/+8
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+2
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger1-4/+4
2018-07-17lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek4-3/+15
2018-01-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek1-0/+8
2018-01-03Update copyright years.Jakub Jelinek3-3/+3
2017-11-17re PR testsuite/82997 (gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail st...Jakub Jelinek5-6/+114
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell30-371/+371
2017-05-26Replace absolute line numbers in gcc.dgTom de Vries16-68/+56
2017-05-24Reinstate absolute line number in gcc.dg/cpp/19940712-1.cTom de Vries1-1/+1
2017-04-28Remove superfluous "" in dg-(error|warning|message|bogus)Tom de Vries4-5/+5
2017-04-28Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus)Tom de Vries1-1/+1
2017-04-28Remove superfluous ' . ' in dg-(error|warning|message|bogus)Tom de Vries1-1/+1
2017-04-19Use relative line number for subsequent dg directivesTom de Vries19-34/+34
2017-04-16Remove braces around line number in dejagnu directiveTom de Vries3-5/+5
2017-01-23re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+1
2017-01-18re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+1
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-12-15Introduce selftest::locate_fileDavid Malcolm1-1/+1
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini6-7/+154
2016-11-16Fix test names for trad.exp testsTamar Christina1-2/+2
2016-11-08Fix traditional cpp test failureTamar Christina2-9/+3
2016-10-21re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis6-0/+14
2016-08-22re PR c/52952 (Wformat location info is bad (wrong column number))Bernd Edlinger1-0/+1
2016-08-19expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.Prathamesh Kulkarni2-2/+2
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm2-0/+33
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm1-1/+7