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
/
cp
/
error.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
c++: Include the constraint parameter mapping in diagnostic constraint contexts
Patrick Palka
1
-25
/
+10
2020-02-10
c++: Improve dump_decl for standard concepts
Patrick Palka
1
-10
/
+8
2020-02-10
c++: Fux strncmp last argument in dump_decl_name [PR93641]
Jakub Jelinek
1
-1
/
+1
2020-02-07
c++: Fix use of local in constexpr if.
Jason Merrill
1
-6
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-11
Introduce pretty_printer::clone vfunc
David Malcolm
1
-0
/
+5
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
1
-2
/
+2
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
1
-3
/
+3
2019-11-27
Diagnose certain constraint errors as hard errors, but otherwise treat them t...
Andrew Sutton
1
-0
/
+3
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+1
2019-11-02
PR c++/88335 - Implement P1073R3: Immediate functions
Jakub Jelinek
1
-1
/
+3
2019-10-22
[C++] Avoid exposing internal details in aka types
Richard Sandiford
1
-3
/
+7
2019-10-17
decl.c (grokfndecl): Remove redundant use of in_system_header_at.
Paolo Carlini
1
-4
/
+1
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-13
/
+189
2019-08-05
cp-tree.h (cp_expr_loc_or_input_loc): New.
Paolo Carlini
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
2019-06-23
Rename DEFAULT_ARG to DEFERRED_PARSE.
Marek Polacek
1
-3
/
+3
2019-05-31
[C++PATCH] Lambda names are anonymous
Nathan Sidwell
1
-8
/
+9
2019-05-28
[PATCH] Commonize anon-name generation
Nathan Sidwell
1
-1
/
+1
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-15
/
+17
2019-02-19
re PR c++/89390 (ICE in get_string, at spellcheck-tree.h:46)
Jakub Jelinek
1
-1
/
+1
2019-01-17
[PR86648] use auto identifier for class placeholder templates
Alexandre Oliva
1
-0
/
+6
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-29
C++: namespaces and scopes for enum values (PR c++/88121)
David Malcolm
1
-2
/
+23
2018-11-05
Implement P0732R2, class types in non-type template parameters.
Jason Merrill
1
-0
/
+3
2018-10-29
C++: simplify output from suggest_alternatives_for
David Malcolm
1
-7
/
+36
2018-09-28
tree.h (BLOCK_ORIGIN): New.
Richard Biener
1
-10
/
+0
2018-09-17
Add range_idx param to range_label::get_text
David Malcolm
1
-1
/
+1
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-1
/
+1
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+2
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-0
/
+28
2018-08-02
Fix memory leak of pretty_printer prefixes
David Malcolm
1
-2
/
+7
2018-08-01
PR tree-optimization/86650 - -Warray-bounds missing inlining context
Martin Sebor
1
-1
/
+1
2018-07-28
C++: clean up cp_printer
David Malcolm
1
-26
/
+20
2018-06-20
re PR c++/86240 (ice: unexpected expression absu_expr)
Marek Polacek
1
-0
/
+1
2018-06-18
tree.c (cp_expr_location): New.
Jason Merrill
1
-1
/
+1
2018-05-24
cp-tree.h (INDIRECT_TYPE_P): New.
Paolo Carlini
1
-2
/
+2
2018-05-14
cp-tree.h (TYPE_REF_P): New.
Paolo Carlini
1
-10
/
+10
2018-04-18
[PR c++/80290] recycle tinst garbage sooner
Alexandre Oliva
1
-6
/
+6
2018-04-09
PR c++/85279 - dump_expr doesn't understand decltype.
Jason Merrill
1
-0
/
+1
2018-02-21
PR c++/84454 - ICE with pack expansion in signature.
Jason Merrill
1
-1
/
+1
2018-01-10
Preserving locations for variable-uses and constants (PR c++/43486)
David Malcolm
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-28
Remove Cilk Plus support.
Julia Koval
1
-22
/
+0
2017-11-22
C/C++: fix quoting of "aka" typedef information (PR 62170)
David Malcolm
1
-18
/
+81
2017-11-21
Add quotes for constexpr keyword.
Martin Liska
1
-2
/
+2
2017-11-21
New POINTER_DIFF_EXPR
Marc Glisse
1
-0
/
+4
2017-10-31
[C++ PATCH] overloaded operator fns [2/N]
Nathan Sidwell
1
-19
/
+10
2017-10-04
re PR c++/82373 (syntax error in error message)
Jakub Jelinek
1
-2
/
+3
2017-08-14
PR c/81117 - Improve buffer overflow checking in strncpy - part 1
Martin Sebor
1
-1
/
+7
[next]