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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
re PR c++/58566 ([c++11] ICE with invalid expression in lambda body)
Ville Voutilainen
2
-1
/
+7
2015-10-08
cp-tree.h (SIMPLE_TARGET_EXPR_P): New.
Jason Merrill
4
-4
/
+14
2015-10-08
format
Jason Merrill
1
-1
/
+1
2015-10-08
re PR c++/67557 (Calling copy constructor of base class in constructor of der...
Jason Merrill
2
-1
/
+43
2015-10-07
re PR sanitizer/67867 (UBSan bootstrap fails with error: ‘otype’ may be u...
Marek Polacek
2
-1
/
+6
2015-10-07
cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.
Marek Polacek
5
-17
/
+22
2015-10-06
re PR c++/67810 (Non-expression recognized as fold expression)
Jason Merrill
3
-60
/
+118
2015-10-06
re PR c++/67863 (-Wtautological-compare warns when it shouldn't)
Marek Polacek
2
-1
/
+7
2015-10-05
re PR c++/53856 (Default argument allowed on member defined outside of class ...
Paolo Carlini
2
-1
/
+15
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
2
-1
/
+6
2015-10-04
Implement N4514, C++ Extensions for Transactional Memory.
Jason Merrill
17
-44
/
+338
2015-10-02
re PR c/64249 (Missing warning for if (A) else if (A))
Marek Polacek
2
-11
/
+72
2015-10-01
re PR c++/54430 ([C++11] For-Loop: Scope of iterating variable begins too early)
Ville Voutilainen
4
-1
/
+20
2015-09-23
Fix small typos in the coding rule enforcement warnings.
Ville Voutilainen
2
-1
/
+7
2015-09-22
c.opt (Wmultiple-inheritance, [...]): New C++ warnings.
Nathan Sidwell
4
-1
/
+21
2015-09-22
Disconnect -Wabi=<n> from -fabi-compat-version=<n>.
Jason Merrill
2
-21
/
+41
2015-09-21
Complete the implementation of N4230, Nested namespace definition.
Ville Voutilainen
2
-2
/
+21
2015-09-20
switch from gimple to gimple*
Trevor Saunders
2
-1
/
+5
2015-09-19
Implement nested namespace definitions.
Ville Voutilainen
2
-3
/
+42
2015-09-18
Use explicit locations for some warnings in c-pragma.c.
Manuel López-Ibáñez
2
-7
/
+11
2015-09-17
Implement N4295 fold-expressions.
Andrew Sutton
7
-13
/
+588
2015-09-17
cp-tree.h (note_decl_for_pch): Remove.
Richard Biener
5
-24
/
+15
2015-09-14
re PR c++/44282 (fastcall is not mangled at all)
Jason Merrill
2
-21
/
+30
2015-09-14
re PR c++/51911 ([C++11] G++ accepts new auto { list })
Paolo Carlini
2
-2
/
+24
2015-09-14
PR28901 -Wunused-variable ignores unused const initialised variables in C
Mark Wielaard
2
-4
/
+6
2015-09-10
re PR c++/67318 (Parsing error when using abbreviated integral type names in ...
Paolo Carlini
2
-10
/
+18
2015-09-10
Warn when comparing nonnull arguments to NULL in a function.
Mark Wielaard
2
-0
/
+15
2015-09-10
re PR c++/67522 (OpenMP ICE in type_dependent_expression_p)
Jakub Jelinek
2
-4
/
+14
2015-09-10
re PR c++/67511 (ICE with invalid OpenMP random access iterator)
Jakub Jelinek
2
-1
/
+8
2015-09-09
re PR c++/53184 (Unnecessary anonymous namespace warnings)
Paolo Carlini
2
-5
/
+40
2015-09-09
re PR c++/67504 (ICE with type dependent collapse argument)
Jakub Jelinek
2
-2
/
+8
2015-09-08
re PR c++/67041 ([C++14] Variable template initialized by call to lambda does...
Jason Merrill
2
-8
/
+16
2015-09-08
re PR c++/67369 (ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14)
Paolo Carlini
2
-2
/
+9
2015-09-03
Remove path prefixes from filenames.
Jakub Jelinek
1
-5
/
+5
2015-09-03
re PR c/66516 (missing diagnostic on taking the address of a builtin function)
Martin Sebor
6
-11
/
+56
2015-09-02
Fix spawned function with lambda function
Balaji V. Iyer
2
-7
/
+43
2015-09-01
re PR c++/61753 (poor diagnostic for constructor definition that starts with ...
Paolo Carlini
2
-24
/
+69
2015-08-29
Fix c++/67371 (issues with throw in constexpr)
Markus Trippelsdorf
2
-11
/
+10
2015-08-22
re PR c++/63693 (ICE in resolve_typename_type)
Paolo Carlini
2
-1
/
+8
2015-08-21
re PR c++/67240 ([concepts] Implicit conversion constraints are not respected)
Jason Merrill
2
-1
/
+7
2015-08-21
decl.c (grokvardecl): Simplify the latter.
Paolo Carlini
2
-2
/
+5
2015-08-21
decl.c (grokvardecl): Complete check added for c++/67065.
Paolo Carlini
2
-1
/
+6
2015-08-20
* name-lookup.c (hidden_name_p): Handle OVERLOAD.
Jason Merrill
2
-0
/
+11
2015-08-20
re PR c++/67065 ([DR 1886] Missing diagnostics for ill-formed program with ma...
Paolo Carlini
2
-0
/
+10
2015-08-19
re PR c++/66957 (incorrect "is protected within this context" error)
Jason Merrill
3
-86
/
+166
2015-08-19
* lambda.c (current_nonlambda_scope): New.
Jason Merrill
3
-0
/
+29
2015-08-19
remove more useless typedefs
Trevor Saunders
14
-124
/
+123
2015-08-18
DR 1155
Jason Merrill
2
-3
/
+11
2015-08-17
re PR c++/67216 (false is still a null pointer constant)
Paolo Carlini
2
-4
/
+20
2015-08-17
re PR c++/67244 (internal compiler error: in gimplify_var_or_parm_decl, at gi...
Jason Merrill
2
-0
/
+5
[next]