aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp
AgeCommit message (Expand)AuthorFilesLines
2022-11-04libcpp: Update to Unicode 15Jakub Jelinek1-0/+24
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek7-0/+103
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek3-0/+158
2022-08-26c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]Jakub Jelinek4-0/+274
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek3-0/+143
2022-05-29libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]Jakub Jelinek1-0/+18
2022-02-01libcpp: Fix up padding handling in funlike_invocation_p [PR104147]Jakub Jelinek1-0/+27
2022-01-17diagnostic: avoid repeating include pathJason Merrill2-2/+2
2021-12-30libcpp: Fix up ##__VA_OPT__ handling [PR89971]Jakub Jelinek1-0/+20
2021-12-01libcpp: Fix up #__VA_OPT__ handling [PR103415]Jakub Jelinek1-0/+18
2021-11-30libcpp: Enable P1949R7 for C++11 and up as it was a DR [PR100977]Jakub Jelinek2-6/+6
2021-11-17libcpp: Fix up handling of block comments in -fdirectives-only mode [PR103130]Jakub Jelinek1-0/+13
2021-09-01libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]Jakub Jelinek2-4/+105
2021-08-17c++: Add C++20 #__VA_OPT__ supportJakub Jelinek2-0/+84
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon1-0/+22
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+13
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell4-2/+17
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell1-0/+10
2020-07-29preprocessor: Teach traditional about has_include [PR95889]Tiziano Müller1-0/+38
2020-07-28libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek1-0/+8
2020-07-18testsuite: Fix pragma-eof.c failure due to added line to the test.Jakub Jelinek1-1/+1
2020-07-18testsuite/c-c++-common/cpp/pragma-eof.c: Add missing require fopenmpHans-Peter Nilsson1-0/+1
2020-07-07testsuite: missed testcaseNathan Sidwell1-0/+6
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell5-0/+50
2020-05-21Remove accidental testcase commitNathan Sidwell2-14/+0
2020-05-20preprocessor: Revert premature changeNathan Sidwell2-0/+14
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell4-0/+27
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz1-1/+1
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell13-0/+235
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek1-0/+20
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek2-0/+208
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek5-0/+17
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus1-1/+1
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2-0/+21
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+6
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek2-0/+115
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor3-0/+382
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-0/+15
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell1-0/+20
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell3-0/+12
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao3-0/+6
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek1-0/+6
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm2-0/+102
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger1-0/+14
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill2-0/+135
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov2-0/+10
2017-11-13Implement __VA_OPT__Tom Tromey3-0/+75
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell3-5/+5
2017-05-03Replace absolute line numbers in c-c++-commonTom de Vries1-4/+4
2017-04-19Use relative line number for subsequent dg directivesTom de Vries1-1/+1