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
/
decl2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-20
Avoid duplicate visibility warning.
Jason Merrill
1
-1
/
+2
2017-11-16
[PATCH] New lang hook
Nathan Sidwell
1
-3
/
+35
2017-11-06
re PR c++/65579 ([C++11] gcc requires definition of a static constexpr member...
Paolo Carlini
1
-0
/
+9
2017-10-31
[C++ PATCH] overloaded operator fns [2/N]
Nathan Sidwell
1
-1
/
+1
2017-10-31
[C++ PATCH] overloaded operator fns [1/N]
Nathan Sidwell
1
-2
/
+2
2017-10-11
[PATCH] DECL_ASSEMBLER_NAME and friends
Nathan Sidwell
1
-4
/
+4
2017-10-10
[C++ PATCH] Hash mangling alias
Nathan Sidwell
1
-12
/
+40
2017-10-06
re PR c++/47791 (finish function is using literal value instead of a #defined...
Paolo Carlini
1
-5
/
+5
2017-10-05
[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
Nathan Sidwell
1
-8
/
+8
2017-10-05
Re: [C++ PATCH] Move mangling alias out of ::
Nathan Sidwell
1
-4
/
+2
2017-10-04
[C++ PATCH] Move mangling alias out of ::
Nathan Sidwell
1
-9
/
+66
2017-09-29
P0683R1 - default member initializers for bit-fields
Jakub Jelinek
1
-4
/
+10
2017-09-29
c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...
Jakub Jelinek
1
-1
/
+4
2017-09-28
PR c++/56973, DR 696 - capture constant variables only as needed.
Jason Merrill
1
-0
/
+5
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-06
class.c (warn_hidden): Don't barf on non-functions.
Nathan Sidwell
1
-5
/
+9
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-2
/
+2
2017-08-25
Conversion operators have a special name
Nathan Sidwell
1
-1
/
+1
2017-08-18
Add warn_if_not_aligned attribute
H.J. Lu
1
-0
/
+7
2017-08-11
Introduce TARGET_SUPPORTS_ALIASES
Martin Liska
1
-14
/
+11
2017-08-09
PR c++/81359 - Unparsed NSDMI error from SFINAE context.
Jason Merrill
1
-2
/
+3
2017-07-21
Remove TYPE_METHODS.
Nathan Sidwell
1
-19
/
+10
2017-07-12
cp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifier flags.
Nathan Sidwell
1
-1
/
+1
2017-07-11
* decl2.c (reset_type_linkage_2): Dont't change ctor name.
Nathan Sidwell
1
-7
/
+0
2017-06-30
cp-tree.h (lookup_fnfields_1, [...]): Don't declare.
Nathan Sidwell
1
-102
/
+75
2017-06-29
Whitespace cleanups.
Nathan Sidwell
1
-2
/
+3
2017-06-19
PR c++/81073 - constexpr and static var in statement-expression.
Jason Merrill
1
-3
/
+12
2017-06-18
PR c++/60063 - -Wunused-local-typedefs and templates.
Jason Merrill
1
-2
/
+3
2017-06-16
PR c++/80831 - ICE with -fsyntax-only.
Jason Merrill
1
-5
/
+5
2017-06-16
cp-tree.h (build_this_parm, [...]): Add FN parm.
Nathan Sidwell
1
-11
/
+11
2017-06-16
Make keyed_classes a vector.
Nathan Sidwell
1
-28
/
+9
2017-06-13
Implement no_sanitize function attribute
Martin Liska
1
-1
/
+1
2017-06-11
tree.h (id_equal): New.
Jason Merrill
1
-1
/
+1
2017-06-02
name-lookup.h (cp_binding_level): Lose namespaces field.
Nathan Sidwell
1
-22
/
+14
2017-05-29
PR c++/80891 (#3)
Nathan Sidwell
1
-1
/
+1
2017-05-26
cp-tree.h (struct lang_decl_decomp): New type.
Jakub Jelinek
1
-0
/
+3
2017-05-23
PR c++/80396 - built-in for make_integer_sequence.
Jason Merrill
1
-0
/
+7
2017-05-22
invoke.texi (fdump-translation-unit): Delete documentation.
Nathan Sidwell
1
-4
/
+5
2017-05-17
Introduce dump_flags_t type and use it instead of int type.
Martin Liska
1
-1
/
+1
2017-05-16
call.c (build_user_type_conversion_1): Use OVL_FIRST.
Nathan Sidwell
1
-40
/
+32
2017-05-16
cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators.
Nathan Sidwell
1
-3
/
+3
2017-05-16
cp-tree.h (OVL_FIRST, OVL_NAME): New.
Nathan Sidwell
1
-1
/
+1
2017-05-11
Revert pushdecl_top_level_and_finish name change.
Nathan Sidwell
1
-2
/
+2
2017-05-11
cp-tree.h (pushdecl, [...]): Move declarations to ...
Nathan Sidwell
1
-2
/
+2
2017-05-05
Kill per-namespace static_decls.
Nathan Sidwell
1
-3
/
+1
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-2
/
+2
2017-02-21
re PR c++/79654 (ICE on invalid c++ code in register_dtor_fn in cp/decl.c:7877)
Jakub Jelinek
1
-1
/
+1
2017-02-13
PR c++/79296 - ICE mangling localized template instantiation
Nathan Sidwell
1
-20
/
+21
2017-02-11
PR c++/77790 - ICE with auto function in C++11 mode
Jason Merrill
1
-12
/
+5
2017-02-02
re PR c++/69637 (ICE on an invalid bit-field with template name for width)
Paolo Carlini
1
-2
/
+5
[next]