index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
c-c++-common
/
cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-04
libcpp: Update to Unicode 15
Jakub Jelinek
1
-0
/
+24
2022-09-07
libcpp: Named universal character escapes and delimited escape sequence tweaks
Jakub Jelinek
7
-0
/
+103
2022-09-01
libcpp: Add -Winvalid-utf8 warning [PR106655]
Jakub Jelinek
3
-0
/
+158
2022-08-26
c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]
Jakub Jelinek
4
-0
/
+274
2022-08-20
libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]
Jakub Jelinek
3
-0
/
+143
2022-05-29
libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]
Jakub Jelinek
1
-0
/
+18
2022-02-01
libcpp: Fix up padding handling in funlike_invocation_p [PR104147]
Jakub Jelinek
1
-0
/
+27
2022-01-17
diagnostic: avoid repeating include path
Jason Merrill
2
-2
/
+2
2021-12-30
libcpp: Fix up ##__VA_OPT__ handling [PR89971]
Jakub Jelinek
1
-0
/
+20
2021-12-01
libcpp: Fix up #__VA_OPT__ handling [PR103415]
Jakub Jelinek
1
-0
/
+18
2021-11-30
libcpp: Enable P1949R7 for C++11 and up as it was a DR [PR100977]
Jakub Jelinek
2
-6
/
+6
2021-11-17
libcpp: Fix up handling of block comments in -fdirectives-only mode [PR103130]
Jakub Jelinek
1
-0
/
+13
2021-09-01
libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]
Jakub Jelinek
2
-4
/
+105
2021-08-17
c++: Add C++20 #__VA_OPT__ support
Jakub Jelinek
2
-0
/
+84
2021-05-20
c: Add support for __FILE_NAME__ macro (PR c/42579)
Christophe Lyon
1
-0
/
+22
2020-12-01
Feature: Macros for identifying the wide and narrow execution string literal ...
JeanHeyd Meneide
1
-0
/
+13
2020-10-20
preprocessor: Further fix for EOF in macro args [PR97471]
Nathan Sidwell
4
-2
/
+17
2020-10-19
preprocessor: Fix non-fn fn-like macro at EOF [PR97471]
Nathan Sidwell
1
-0
/
+10
2020-07-29
preprocessor: Teach traditional about has_include [PR95889]
Tiziano Müller
1
-0
/
+38
2020-07-28
libcpp: Fix up raw string literal parsing error-recovery [PR96323]
Jakub Jelinek
1
-0
/
+8
2020-07-18
testsuite: Fix pragma-eof.c failure due to added line to the test.
Jakub Jelinek
1
-1
/
+1
2020-07-18
testsuite/c-c++-common/cpp/pragma-eof.c: Add missing require fopenmp
Hans-Peter Nilsson
1
-0
/
+1
2020-07-07
testsuite: missed testcase
Nathan Sidwell
1
-0
/
+6
2020-07-07
preprocessor: Better line info for <builtin> & <command-line>
Nathan Sidwell
5
-0
/
+50
2020-05-21
Remove accidental testcase commit
Nathan Sidwell
2
-14
/
+0
2020-05-20
preprocessor: Revert premature change
Nathan Sidwell
2
-0
/
+14
2020-05-19
preprocessor: Fix ICE with EOF in macro args [pr95182]
Nathan Sidwell
4
-0
/
+27
2020-05-19
TESTSUITE: Fix tests for 16-bit targets
Jozef Lawrynowicz
1
-1
/
+1
2020-05-08
preprocessor: Reimplement directives only processing, support raw literals.
Nathan Sidwell
13
-0
/
+235
2020-02-14
c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]
Jakub Jelinek
1
-0
/
+20
2020-02-04
libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]
Jakub Jelinek
2
-0
/
+208
2020-02-04
libcpp: Fix ICEs on __has_include syntax errors [PR93545]
Jakub Jelinek
5
-0
/
+17
2020-02-03
[OpenACC] bump version for 2.6 plus libgomp.texi update
Tobias Burnus
1
-1
/
+1
2020-01-28
preprocessor: Make __has_include a builtin macro [PR93452]
Nathan Sidwell
2
-0
/
+21
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+6
2019-10-31
re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...
Jakub Jelinek
2
-0
/
+115
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
3
-0
/
+382
2019-09-19
Support extended characters in C/C++ identifiers (PR c/67224)
Lewis Hyatt
1
-0
/
+15
2019-09-06
[preprocessor] Popping "" file names
Nathan Sidwell
1
-0
/
+20
2019-09-05
[preprocessor/91639] #includes at EOF
Nathan Sidwell
3
-0
/
+12
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
3
-0
/
+6
2019-01-26
re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))
Jakub Jelinek
1
-0
/
+6
2018-10-11
libcpp: show macro definition when used with wrong argument count
David Malcolm
2
-0
/
+102
2018-07-18
re PR c/69558 (glib2 warning pragmas stopped working)
Bernd Edlinger
1
-0
/
+14
2018-02-15
PR preprocessor/83063 - __VA_OPT__ and ##
Jason Merrill
2
-0
/
+135
2018-01-18
Add ability to remap file names in __FILE__, etc (PR other/70268)
Boris Kolpackov
2
-0
/
+10
2017-11-13
Implement __VA_OPT__
Tom Tromey
3
-0
/
+75
2017-11-13
[Diagnostic Patch] don't print column zero
Nathan Sidwell
3
-5
/
+5
2017-05-03
Replace absolute line numbers in c-c++-common
Tom de Vries
1
-4
/
+4
2017-04-19
Use relative line number for subsequent dg directives
Tom de Vries
1
-1
/
+1
[next]