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/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++.old-deja
/
g++.other
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
testsuite: introduce hostedlib effective target
Alexandre Oliva
11
-0
/
+12
2024-08-27
c++: Don't show constructor internal name in error message [PR105483]
Simon Martin
1
-1
/
+1
2024-07-17
c++: diagnose failed qualified lookup into current inst
Patrick Palka
1
-1
/
+1
2023-11-03
Skip a number of C++ test cases for '-fno-exceptions' testing
Thomas Schwinge
1
-0
/
+1
2023-05-07
c++: goto entering scope of obj w/ non-trivial dtor [PR103091]
Patrick Palka
1
-3
/
+4
2022-11-07
c++: implement P2468R2, the equality operator you are looking for
Jason Merrill
1
-1
/
+1
2021-11-15
c++: Add -fimplicit-constexpr
Jason Merrill
1
-1
/
+1
2021-08-05
testsuite: Fix warning introduced by nodiscard in libstdc++
Jonathan Wakely
1
-1
/
+1
2021-01-23
c++: private inheritance access diagnostics fix [PR17314]
Anthony Sharp
1
-2
/
+2
2020-12-23
c++: EOF location [PR 96045]
Nathan Sidwell
1
-2
/
+1
2020-12-03
Add support for detecting mismatched allocation/deallocation calls.
Martin Sebor
1
-0
/
+2
2020-11-15
c++: Check abstract type only on object creation. [PR86252]
Jason Merrill
1
-1
/
+1
2020-11-09
c++: Improve error location for class using-decl.
Jason Merrill
1
-2
/
+2
2020-11-05
c++: Implement -Wvexing-parse [PR25814]
Marek Polacek
1
-1
/
+1
2020-09-03
c++: Fix P0960 in member init list and array [PR92812]
Marek Polacek
1
-1
/
+2
2020-05-20
c++: C++20 DR 2237, disallow simple-template-id in cdtor.
Marek Polacek
1
-1
/
+1
2020-05-19
TESTSUITE: Fix tests for 16-bit targets
Jozef Lawrynowicz
3
-15
/
+16
2020-05-12
preprocessor: EOF location is at end of file [PR95013]
Nathan Sidwell
1
-1
/
+1
2020-05-08
EOF has a location
Nathan Sidwell
1
-1
/
+2
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-12
/
+12
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
4
-13
/
+14
2019-12-03
typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...
Paolo Carlini
2
-2
/
+2
2019-11-27
typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...
Paolo Carlini
1
-10
/
+10
2019-11-25
typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...
Paolo Carlini
2
-5
/
+5
2019-10-21
parser.c (cp_parser_class_head): Improve error recovery upon extra qualificat...
Paolo Carlini
1
-4
/
+3
2019-10-17
decl.c (grokfndecl): Remove redundant use of in_system_header_at.
Paolo Carlini
1
-2
/
+2
2019-09-25
name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.
Paolo Carlini
1
-1
/
+1
2019-09-10
decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.
Paolo Carlini
1
-4
/
+4
2019-09-03
Remove Cell Broadband Engine SPU targets
Ulrich Weigand
2
-2
/
+0
2019-08-29
Implement P1152R4: Deprecating some uses of volatile.
Marek Polacek
1
-1
/
+1
2019-08-15
PR c++/90393 - ICE with thow in ?:
Jason Merrill
1
-2
/
+2
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-2
/
+2
2019-06-04
decl.c (grokdeclarator): Use declarator->id_loc in two additional places.
Paolo Carlini
1
-1
/
+1
2019-01-16
decl.c (grokdeclarator): Use locations[ds_storage_class] in error messages ab...
Paolo Carlini
1
-6
/
+6
2018-10-29
C++: simplify output from suggest_alternatives_for
David Malcolm
1
-2
/
+1
2018-10-29
decl.c (create_array_type_for_decl): Add location_t parameter and use it.
Paolo Carlini
1
-2
/
+2
2018-10-11
[C++ PATCH] parser simplification
Nathan Sidwell
1
-2
/
+4
2018-06-10
decl.c (grokfndecl): Use the location_t argument in two more places.
Paolo Carlini
1
-1
/
+1
2018-05-18
PR c++/58407 - deprecated implicit copy ops.
Jason Merrill
1
-1
/
+1
2018-03-27
search.c (check_final_overrider): Use inform instead of error for the diagnos...
Volker Reichelt
2
-2
/
+2
2018-03-21
Deprecate some C++ extensions
Nathan Sidwell
1
-1
/
+1
2018-01-12
Add dg-require-effective-target alloca for c++ test-cases
Tom de Vries
2
-0
/
+2
2017-11-06
Fix test-suite fallout of default -Wreturn-type.
Martin Liska
5
-2
/
+9
2017-10-10
[C++ PATCH] hash-table for extern-c fns.
Nathan Sidwell
1
-1
/
+1
2017-09-15
re PR c++/64644 ("warning: anonymous union with no members" should be an erro...
Manuel López-Ibáñez
1
-1
/
+1
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
4
-5
/
+5
2017-07-21
Remove TYPE_METHODS.
Nathan Sidwell
1
-2
/
+2
2017-06-30
cp-tree.h (lookup_fnfields_1, [...]): Don't declare.
Nathan Sidwell
2
-7
/
+8
2017-06-29
class.c (add_method): Change pair of errors to error + inform.
Paolo Carlini
2
-3
/
+3
2017-06-19
re PR c++/81124 (internal compiler error: in operator*, at cp/cp-tree.h:726)
Nathan Sidwell
1
-2
/
+2
[next]