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
/
decl2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
backport: re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol de...
Eric Botcazou
1
-0
/
+16
2019-04-30
backport: re PR c++/60702 (thread_local initialization)
Jakub Jelinek
1
-1
/
+17
2019-04-30
backport: re PR c++/89403 (ICE in maybe_clone_body, at cp/optimize.c:693)
Jakub Jelinek
1
-5
/
+0
2019-03-08
PR c++/87921 - wrong error with inline static data member.
Jason Merrill
1
-1
/
+4
2018-07-12
c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...
Jakub Jelinek
1
-5
/
+5
2018-05-07
PR c++/85646 - lambda visibility.
Jason Merrill
1
-17
/
+7
2018-04-05
PR c++/84665 - ICE with array of empty class.
Jason Merrill
1
-1
/
+1
2018-04-04
PR c++/84221 - bogus -Wunused with attribute and template.
Jason Merrill
1
-4
/
+5
2018-04-04
[PR c++/84943] mark function as used when taking its address
Alexandre Oliva
1
-0
/
+6
2018-03-28
[PR c++/84973] don't defer output of uninstantiated templates
Alexandre Oliva
1
-0
/
+3
2018-03-21
[PR c++/85008] ICE looking for clone
Nathan Sidwell
1
-1
/
+1
2018-03-05
[PR c++/84497] ref to undefined tls init
Pádraig Brady
1
-1
/
+2
2018-02-14
[C++ PATCH]: instantiation via vtable marking
Nathan Sidwell
1
-0
/
+8
2018-01-30
PR c++/84091 - ICE with local class in lambda in template.
Jason Merrill
1
-0
/
+10
2018-01-22
PR c++/83720 - different fix
Jason Merrill
1
-6
/
+5
2018-01-22
PR c++/83720 - ICE with lambda and LTO.
Jason Merrill
1
-5
/
+6
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
PR c++/83394 - always_inline vs. noinline no longer diagnosed
Martin Sebor
1
-22
/
+47
2017-12-18
re PR c++/83300 (Segmentation fault with template and __attribute__((vector_s...
Jakub Jelinek
1
-3
/
+16
2017-12-14
invoke.texi: Document -Wcast-function-type.
Bernd Edlinger
1
-1
/
+2
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-1
/
+25
2017-12-06
re PR c++/80259 (ICE deleting friend function)
Jakub Jelinek
1
-3
/
+12
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
[next]