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/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-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-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
/
g++.dg
/
cpp23
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
c++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]
Patrick Palka
1
-0
/
+21
7 days
c++: harmless use of 'this' rejected despite P2280R4 [PR118249]
Patrick Palka
1
-1
/
+1
2025-02-28
c++: generic lambda, implicit 'this' capture, xobj memfn [PR119038]
Patrick Palka
1
-0
/
+11
2025-02-13
c++: -frange-for-ext-temps and reused temps [PR118856]
Jason Merrill
1
-0
/
+20
2025-02-12
c++: don't default -frange-for-ext-temps in -std=gnu++20 [PR188574]
Jason Merrill
2
-4
/
+4
2025-01-28
c++: friend vs inherited guide confusion [PR117855]
Patrick Palka
1
-0
/
+12
2024-12-11
c++: print z candidate count and number them (v2)
David Malcolm
1
-1
/
+2
2024-11-30
c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
1
-10
/
+10
2024-11-01
Update bitwise_or op_range.
Andrew MacLeod
1
-1
/
+36
2024-11-01
Reimplement 'assume' processing pass.
Andrew MacLeod
1
-0
/
+38
2024-10-22
testsuite: Fix typo in ext-floating19.C
Stefan Schulze Frielinghaus
1
-1
/
+1
2024-10-12
libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics
Jakub Jelinek
14
-499
/
+499
2024-09-24
c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...
Jakub Jelinek
9
-2
/
+497
2024-09-23
c++: diagnose this specifier in requires expr [PR116798]
Marek Polacek
1
-0
/
+10
2024-09-19
c++: deleting explicitly-defaulted functions [PR116162]
Marek Polacek
1
-0
/
+23
2024-09-12
testsuite: introduce hostedlib effective target
Alexandre Oliva
4
-0
/
+4
2024-09-12
libcpp: adjust pedwarn handling
Jason Merrill
1
-0
/
+19
2024-08-28
c++: add missing -Wc++??-extensions checks
Jason Merrill
1
-0
/
+20
2024-08-15
c++: fix up cpp23/consteval-if3.C test [PR115583]
Patrick Palka
1
-0
/
+1
2024-08-09
c++: inherited CTAD fixes [PR116276]
Patrick Palka
3
-2
/
+73
2024-07-28
c++: if consteval and consteval propagation [PR115583]
Jason Merrill
1
-0
/
+17
2024-07-19
c++: xobj fn call without obj [PR115783]
Patrick Palka
1
-0
/
+48
2024-06-17
c++: Fix up floating point conversion rank comparison for _Float32 and float ...
Jakub Jelinek
1
-0
/
+26
2024-04-24
c++: Fix ICE with xobj parms and maybe incomplete decl-specifiers
Nathaniel Shead
1
-0
/
+9
2024-04-23
c++: Check if allocation functions are xobj members [PR114078]
Nathaniel Shead
1
-0
/
+11
2024-03-27
testsuite: Fix up ext-floating{3,12}.C on i686-linux
Jakub Jelinek
2
-0
/
+3
2024-03-08
c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802]
Jakub Jelinek
1
-11
/
+50
2024-03-06
c++: Fix template deduction for conversion operators with xobj parameters [PR...
Nathaniel Shead
1
-0
/
+49
2024-03-01
c++: auto(x) partial substitution [PR110025, PR114138]
Patrick Palka
3
-0
/
+96
2024-02-10
gimple-low: Fix up handling of volatile automatic vars in assume attribute [P...
Jakub Jelinek
1
-0
/
+14
2024-01-30
c++: duplicated side effects of xobj arg [PR113640]
Patrick Palka
1
-0
/
+27
2024-01-18
c++: ICE when xobj is not the first parm [PR113389]
Marek Polacek
1
-0
/
+8
2024-01-16
c++: fix ICE with xobj in destructor [PR113340]
Marek Polacek
1
-0
/
+6
2024-01-16
c++: reject packs on xobj params [PR113307]
waffl3x
1
-1
/
+105
2024-01-11
testsuite: remove xfail
Jason Merrill
1
-2
/
+2
2024-01-09
c++: P0847R7 (deducing this) - CWG2586 [PR102609]
waffl3x
3
-0
/
+173
2024-01-09
c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]
waffl3x
14
-0
/
+1541
2024-01-09
c++: P0847R7 (deducing this) - diagnostics. [PR102609]
waffl3x
13
-0
/
+570
2024-01-09
c++: P0847R7 (deducing this) - initial functionality. [PR102609]
waffl3x
24
-0
/
+3409
2023-12-27
testsuite: 32 bit AIX 2 byte wchar
David Edelsohn
1
-0
/
+1
2023-12-14
c++: fix parsing with auto(x) at block scope [PR112482]
Marek Polacek
1
-0
/
+21
2023-12-14
c++: Implement P2582R1, CTAD from inherited constructors
Patrick Palka
4
-0
/
+112
2023-12-04
c++: implement P2564, consteval needs to propagate up [PR107687]
Marek Polacek
3
-11
/
+14
2023-11-15
c++: fix parsing with auto(x) [PR112410]
Marek Polacek
2
-0
/
+70
2023-11-14
c++: Implement C++26 P1854R4 - Making non-encodable string literals ill-forme...
Jakub Jelinek
2
-33
/
+34
2023-11-14
c++: Link extended FP conversion pedwarns to -Wnarrowing [PR111842]
Jonathan Wakely
2
-0
/
+82
2023-09-22
c++: missing SFINAE in grok_array_decl [PR111493]
Patrick Palka
1
-0
/
+25
2023-09-19
c++: Move consteval folding to cp_fold_r
Marek Polacek
1
-1
/
+2
2023-06-23
c++: Add support for -std={c,gnu}++2{c,6}
Marek Polacek
1
-1
/
+1
2023-05-15
c++: add feature-test macro for auto(x)
Patrick Palka
1
-0
/
+6
[next]