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
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
class.c (type_build_ctor_call): Return early in C++98 mode.
Jason Merrill
1
-0
/
+4
2013-10-23
In C++11 a trivial [cd]tor might not be callable.
Jason Merrill
1
-11
/
+43
2013-10-06
re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...
Paolo Carlini
1
-0
/
+6
2013-09-18
re PR c++/58457 (ICE when placement new operator is used with using keyword a...
Paolo Carlini
1
-1
/
+1
2013-09-04
re PR c++/24926 (gcc ignores access level violation for anonymous structs)
Paolo Carlini
1
-50
/
+82
2013-08-30
Correct previous patch to not mark terminate as LEAF.
Jan Hubicka
1
-1
/
+1
2013-08-30
class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...
Jan Hubicka
1
-1
/
+1
2013-08-22
re PR c++/56380 (Const/reference mutable members are not always rejected in c...
Paolo Carlini
1
-0
/
+16
2013-08-06
Commit the vtable verification feature.
Caroline Tice
1
-0
/
+3
2013-07-21
class.c: Fix typos.
Ondřej Bílka
1
-2
/
+2
2013-07-13
re PR c++/57793 (ICE with bitfields in get_bit_range)
Jason Merrill
1
-0
/
+6
2013-07-05
re PR c++/14263 (Cryptic diagnostic for cast from virtual base class not usin...
Paolo Carlini
1
-3
/
+25
2013-06-29
re PR c++/57645 (Explicitly-declared destructor with no exception specificati...
Paolo Carlini
1
-3
/
+8
2013-06-23
c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.
Gabriel Dos Reis
1
-6
/
+6
2013-06-06
decl.c (grokdeclarator): Keep a decl with error type.
Jason Merrill
1
-1
/
+3
2013-06-03
class.c (mark_type_abi_tags): New.
Jason Merrill
1
-14
/
+30
2013-05-30
re PR c++/52377 (C++11 non-static initializers in unions are not used)
Jason Merrill
1
-0
/
+26
2013-05-24
re PR c++/19618 (Do warn if a bit-field exceeds the size of a bool type)
Paolo Carlini
1
-3
/
+6
2013-05-20
re PR c++/57319 (bogus "defaulted move assignment for ... calls a non-trivial...
Jason Merrill
1
-0
/
+38
2013-04-19
N3638 changes to return type deduction
Jason Merrill
1
-1
/
+20
2013-04-02
cp-tree.h (TAGGED_TYPE_P): Remove.
Paolo Carlini
1
-1
/
+1
2013-04-01
cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
Jason Merrill
1
-8
/
+6
2013-04-01
Implement N2439 (ref-qualifiers for 'this')
Bronek Kozicki
1
-5
/
+15
2013-03-29
call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.
Paolo Carlini
1
-2
/
+2
2013-03-29
tree.h (VAR_P): New.
Gabriel Dos Reis
1
-6
/
+6
2013-03-28
re PR c++/17232 ([DR 1640] classes and class template specializations treated...
Jason Merrill
1
-1
/
+1
2013-03-16
re PR c++/56095 (Crash casting function pointer as non-type template argument)
Jason Merrill
1
-4
/
+6
2013-03-08
re PR c++/51884 ([C++11] ICE with local class/lambda template argument)
Jason Merrill
1
-0
/
+4
2013-02-27
re PR c++/56358 ([C++11] Erroneous interaction of typedef and inherited const...
Jason Merrill
1
-3
/
+2
2013-02-15
re PR c++/56343 ([C++11] Destructor defaulted on first declaration has wrong ...
Jason Merrill
1
-4
/
+5
2013-01-29
re PR libstdc++/54314 (undefined references to 'construction vtable for std::...
Jason Merrill
1
-0
/
+6
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-4
/
+1
2012-12-27
Before this patch...
Sriraman Tallam
1
-2
/
+0
2012-11-29
re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...
Kai Tietz
1
-5
/
+6
2012-11-19
* class.c (one_inheriting_sig): Don't inherit base copy ctors.
Jason Merrill
1
-7
/
+11
2012-11-19
re PR c++/55261 ([C++0x] ICE (SIGSEGV) when inheriting implicit constructor)
Jason Merrill
1
-1
/
+2
2012-11-19
re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...
Jakub Jelinek
1
-6
/
+8
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-88
/
+85
2012-11-14
class.c (finish_struct_1): Check virtual functions for missing ABI tags.
Jason Merrill
1
-0
/
+6
2012-11-13
cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...
Sriraman Tallam
1
-59
/
+10
2012-11-09
Add C++ attribute abi_tag and -Wabi-tag option.
Jason Merrill
1
-0
/
+88
2012-11-06
Function Multiversioning
Sriraman Tallam
1
-4
/
+101
2012-10-25
re PR c++/53761 (ICE on incorrect transparent union (first field has floating...
Paolo Carlini
1
-1
/
+8
2012-10-25
c.opt (Winherited-variadic-ctor): New.
Jason Merrill
1
-0
/
+6
2012-10-15
Implement C++11 inheriting constructors.
Jason Merrill
1
-5
/
+85
2012-10-09
Change more non-GTY hash tables to use the new type-safe template hash table.
Lawrence Crowl
1
-10
/
+8
2012-09-13
typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...
Paolo Carlini
1
-4
/
+4
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-5
/
+3
2012-09-05
re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)
Paolo Carlini
1
-14
/
+29
2012-08-24
PR c++/51213 (again)
Jason Merrill
1
-8
/
+4
[next]