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
/
cp
/
error.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
c++: improve some modules comments
Jason Merrill
1
-1
/
+1
2025-01-08
c++: print stub object as std::declval
Jason Merrill
1
-0
/
+9
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-17
c++: print NONTYPE_ARGUMENT_PACK [PR118073]
Marek Polacek
1
-0
/
+15
2024-12-16
diagnostics: move libgdiagnostics dc from sinks into diagnostic_manager
David Malcolm
1
-2
/
+6
2024-12-06
c++: use diagnostic nesting [PR116253]
David Malcolm
1
-15
/
+84
2024-12-06
c++: consolidate location printing in error.cc [PR116253]
David Malcolm
1
-47
/
+24
2024-12-04
c++: Fix up erroneous template error recovery ICE [PR117826]
Jakub Jelinek
1
-2
/
+2
2024-12-02
c++: some further concepts cleanups
Patrick Palka
1
-5
/
+0
2024-11-28
c++: Implement P2662R3, Pack Indexing [PR113798]
Marek Polacek
1
-0
/
+16
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-10-29
diagnostics: support multiple output formats simultaneously [PR116613]
David Malcolm
1
-9
/
+4
2024-10-29
c++: printing AGGR_INIT_EXPR args
Jason Merrill
1
-61
/
+18
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-10
/
+10
2024-10-13
Revert "c++: Fix overeager Woverloaded-virtual with conversion operators [PR1...
Simon Martin
1
-2
/
+1
2024-10-12
c++: Fix overeager Woverloaded-virtual with conversion operators [PR109918]
Simon Martin
1
-1
/
+2
2024-09-25
c++: use TARGET_EXPR accessors
Marek Polacek
1
-2
/
+2
2024-09-20
diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]
David Malcolm
1
-69
/
+80
2024-09-09
diagnostics: introduce struct diagnostic_option_id
David Malcolm
1
-4
/
+6
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-41
/
+51
2024-09-05
c++: Add missing auto_diagnostic_groups
Nathaniel Shead
1
-0
/
+2
2024-09-03
c++: support C++11 attributes in C++98
Jason Merrill
1
-3
/
+4
2024-09-03
pretty-print: naming cleanups
David Malcolm
1
-3
/
+3
2024-08-29
pretty-print: reimplement pp_format with a new struct pp_token
David Malcolm
1
-48
/
+57
2024-08-29
pretty-print: move class chunk_info into its own header
David Malcolm
1
-0
/
+1
2024-08-07
c++: erroneous partial spec vs primary tmpl [PR116064]
Patrick Palka
1
-1
/
+5
2024-08-07
c++/modules: Ensure deduction guides are always reachable [PR115231]
Nathaniel Shead
1
-0
/
+1
2024-08-06
c++: permit errors inside uninstantiated templates [PR116064]
Patrick Palka
1
-0
/
+67
2024-08-05
c++: remove function/var concepts code
Marek Polacek
1
-8
/
+3
2024-07-23
c++: Remove CHECK_CONSTR
Jakub Jelinek
1
-1
/
+0
2024-07-17
c++: diagnose failed qualified lookup into current inst
Patrick Palka
1
-1
/
+2
2024-07-13
diagnostics: add highlight-a vs highlight-b in colorization and pp_markup
David Malcolm
1
-27
/
+80
2024-07-03
c++: OVERLOAD in diagnostics
Jason Merrill
1
-4
/
+2
2024-06-12
pretty_printer: convert chunk_info into a class
David Malcolm
1
-8
/
+2
2024-06-12
pretty_printer: make all fields private
David Malcolm
1
-19
/
+18
2024-05-28
Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]
David Malcolm
1
-1
/
+1
2024-04-26
c++: fix source printing for "required from here" message
Patrick Palka
1
-0
/
+2
2024-03-26
c-family, c++: Handle EXCESS_PRECISION_EXPR in pretty printers [PR112724]
Jakub Jelinek
1
-0
/
+1
2024-01-19
c++: alias template argument conversion [PR112632]
Jason Merrill
1
-1
/
+3
2024-01-09
c++: P0847R7 (deducing this) - diagnostics. [PR102609]
waffl3x
1
-6
/
+18
2024-01-09
OpenMP: lvalue parsing for map/to/from clauses (C++)
Julian Brown
1
-0
/
+9
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-06
diagnostics: use const and references for diagnostic_info
David Malcolm
1
-5
/
+7
2023-12-04
c++: implement P2564, consteval needs to propagate up [PR107687]
Marek Polacek
1
-1
/
+1
2023-11-03
diagnostics: convert diagnostic_context to a class
David Malcolm
1
-5
/
+5
2023-10-20
c++: remove NON_DEPENDENT_EXPR, part 1
Patrick Palka
1
-8
/
+0
2023-10-03
c++: print source code in print_instantiation_partial_context_line
David Malcolm
1
-0
/
+2
2023-10-03
diagnostics: add ctors to text_info; add m_ prefixes to fields
David Malcolm
1
-4
/
+4
2023-07-19
c++: Improve printing of base classes [PR110745]
Marek Polacek
1
-0
/
+2
2023-05-18
c++: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-1
/
+1
[next]