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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
PR c++/33799 - destroy return value if local cleanup throws.
Jason Merrill
1
-0
/
+14
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-30
Remove assert in reshape_init_r.
Marek Polacek
1
-1
/
+0
2019-12-30
decl2.c (delete_sanity): Add location_t parameter and use it throughout.
Paolo Carlini
1
-1
/
+1
2019-12-20
PR c++/92745 - bogus error when initializing array of vectors.
Marek Polacek
1
-8
/
+7
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-3
/
+6
2019-12-17
PR c++/92576 - redeclaration of variable template.
Jason Merrill
1
-11
/
+5
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-1
/
+2
2019-12-06
[C++] Pass type uses through the verify_type_context hook
Richard Sandiford
1
-0
/
+26
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
1
-4
/
+12
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
1
-1
/
+2
2019-12-04
cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.
Jakub Jelinek
1
-0
/
+6
2019-12-03
PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
Marek Polacek
1
-4
/
+64
2019-11-29
re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)
Jakub Jelinek
1
-4
/
+10
2019-11-27
PR c++/92206 - ICE with typedef to dependent alias.
Jason Merrill
1
-1
/
+1
2019-11-22
re PR c++/92458 (Constraints do not work with precompiled headers)
Jakub Jelinek
1
-1
/
+1
2019-11-11
Implement P1946R0, Allow defaulting comparisons by value.
Jason Merrill
1
-0
/
+5
2019-11-11
re PR c++/92447 (ICE in poplevel, at cp/decl.c:585)
Jakub Jelinek
1
-4
/
+4
2019-11-06
C++20 NB CA378 - Remove constrained non-template functions.
Jason Merrill
1
-1
/
+11
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+8
2019-11-05
decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ...
Jakub Jelinek
1
-4
/
+17
2019-11-02
gimplify.h (omp_construct_selector_matches): Change return type to int, add a...
Jakub Jelinek
1
-2
/
+2
2019-11-02
PR c++/88335 - Implement P1073R3: Immediate functions
Jakub Jelinek
1
-36
/
+146
2019-10-31
re PR c++/90947 (Simple lookup table of array of strings is miscompiled)
Jakub Jelinek
1
-3
/
+2
2019-10-30
cp-tree.h (omp_declare_variant_finalize, [...]): Declare.
Jakub Jelinek
1
-0
/
+205
2019-10-29
Add a simulate_enum_decl langhook
Richard Sandiford
1
-0
/
+34
2019-10-29
Add a simulate_builin_function_decl langhook
Richard Sandiford
1
-0
/
+13
2019-10-24
Add missing space to diagnostic in reshape_init_r.
Marek Polacek
1
-1
/
+1
2019-10-24
Finish moving constraint and logic functionality of out pt.c.
Andrew Sutton
1
-3
/
+0
2019-10-24
[C++ PATCH] 'std' identifier not needed
Nathan Sidwell
1
-8
/
+7
2019-10-22
re PR tree-optimization/85887 (Missing DW_TAG_lexical_block PC range)
Jakub Jelinek
1
-2
/
+2
2019-10-18
[C++ PATCH] anon type names
Nathan Sidwell
1
-3
/
+0
2019-10-17
decl.c (grokfndecl): Remove redundant use of in_system_header_at.
Paolo Carlini
1
-13
/
+8
2019-10-17
[C++ PATCH] builtin fn creation
Nathan Sidwell
1
-49
/
+28
2019-10-17
decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup...
Jakub Jelinek
1
-0
/
+2
2019-10-14
decl.c (check_tag_decl): Use DECL_SOURCE_LOCATION.
Paolo Carlini
1
-3
/
+3
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-45
/
+127
2019-10-09
decl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.
Paolo Carlini
1
-1
/
+2
2019-10-07
call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.
Paolo Carlini
1
-2
/
+2
2019-10-05
PR c++/91369 - Implement P0784R7: constexpr new
Jakub Jelinek
1
-12
/
+40
2019-10-02
Add some hash_map_safe_* functions like vec_safe_*.
Jason Merrill
1
-8
/
+1
2019-10-02
re PR c++/91606 (Optimization leads to invalid code)
Richard Biener
1
-0
/
+2
2019-09-27
cp-tree.h (class iloc_sentinel): New.
Jason Merrill
1
-10
/
+5
2019-09-16
decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...
Paolo Carlini
1
-5
/
+11
2019-09-14
Formatting and comment syntax adjustments.
Jason Merrill
1
-2
/
+2
2019-09-11
[PATCH] some tree struct marking
Nathan Sidwell
1
-8
/
+8
2019-09-10
decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.
Paolo Carlini
1
-11
/
+17
2019-09-10
PR c++/84374 - diagnose invalid uses of decltype(auto).
Marek Polacek
1
-0
/
+10
2019-09-06
[PATCH] Deprecate -frepo option.
Nathan Sidwell
1
-1
/
+0
2019-09-05
PR c++/91644 - ICE with constinit in function template.
Marek Polacek
1
-1
/
+8
[next]