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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-28
re PR c++/25999 (compiler loses extern "C" for function after #pragma weak)
Mark Mitchell
1
-4
/
+11
2006-01-23
cp-tree.h (do_poplevel): Remove prototype.
Volker Reichelt
1
-1
/
+1
2006-01-22
re PR c++/25895 (wrong code with ?: and derived class pointers)
Mark Mitchell
1
-12
/
+17
2006-01-19
re PR c++/16829 (default parameter can be not one of the last in function)
Volker Reichelt
1
-2
/
+2
2006-01-17
re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...
Jakub Jelinek
1
-0
/
+1
2006-01-15
* decl.c (check_initializer): Fix thinko.
Gabriel Dos Reis
1
-1
/
+1
2006-01-04
decl.c (finish_constructor_body): create simple compound stmt instead of a if...
Dirk Mueller
1
-25
/
+0
2006-01-03
re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)
Mark Mitchell
1
-34
/
+35
2005-12-27
re PR c++/25439 ("template<> int A<0>" accepted)
Mark Mitchell
1
-16
/
+0
2005-12-27
PR c++/23171, c++/23172, c++/25417.
Mark Mitchell
1
-11
/
+11
2005-12-23
decl.c (grokdeclarator): Improve diagnostic for friend declarations of class ...
Volker Reichelt
1
-3
/
+8
2005-12-20
re PR c++/21228 (-Wunreachable-code produces spurious warnings for constructor)
Mark Mitchell
1
-14
/
+27
2005-12-06
re PR c++/24138 (ICE with the code in PR 20407)
Aldy Hernandez
1
-0
/
+4
2005-12-06
re PR c++/25263 (ICE on invalid array bound: int x[1/0];)
Roger Sayle
1
-1
/
+2
2005-12-03
re PR c++/24173 (ICE with garbage collection)
Mark Mitchell
1
-2
/
+6
2005-12-02
decl2.c (get_priority_info): Use XNEW, not xmalloc.
Gabriel Dos Reis
1
-1
/
+1
2005-11-25
re PR c++/9278 (Illegal use of typedef to "void")
Volker Reichelt
1
-0
/
+1
2005-11-21
c-common.c, [...]: Revert 2005-11-18 lookup_name patch.
Richard Henderson
1
-1
/
+1
2005-11-19
re PR c++/8355 (befriending a template specialization in another namespace)
Mark Mitchell
1
-68
/
+61
2005-11-14
re PR c++/24817 (g++ accepts multiple function template declarations even if ...
Mark Mitchell
1
-34
/
+56
2005-11-08
re PR c++/19450 (__thread static class members)
Jakub Jelinek
1
-0
/
+23
2005-11-03
re PR c++/24582 (ICE in decl_jump_unsafe)
Andrew Pinski
1
-1
/
+2
2005-10-28
decl.c (grokfndecl): Remove the setting of the return type of the function ty...
Andrew Pinski
1
-1
/
+0
2005-10-28
re PR c++/23229 (g++ gives incorrect error message with void main() and a voi...
Andrew Pinski
1
-0
/
+5
2005-10-28
re PR c++/23426 (Too large array problem gives two error message)
Andrew Pinski
1
-4
/
+2
2005-10-20
decl.c (grokdeclarator): Fix ambiguous pedwarn message.
Richard Guenther
1
-1
/
+1
2005-10-18
re PR c++/22293 (ICE declaring destructor as friend)
Volker Reichelt
1
-8
/
+18
2005-10-17
re PR c++/21353 (rvalues should not be allowed to be default values for non c...
Nathan Sidwell
1
-10
/
+3
2005-10-16
re PR c++/23959 (-Wswitch-default reports missing default in a template that ...
Andrew Pinski
1
-3
/
+4
2005-10-14
re PR c++/19565 (g++ does not warn about overflow in conversion but gcc does)
Mark Mitchell
1
-1
/
+11
2005-10-13
re PR c++/20721 (crossing of a initialization left undetected on goto)
Mark Mitchell
1
-7
/
+10
2005-10-13
re PR c++/22464 (ICE on classes in template functions which attempt closure)
Mark Mitchell
1
-1
/
+1
2005-10-12
re PR c++/21117 (ICE after error about returning an incomplete type)
Nathan Sidwell
1
-14
/
+9
2005-10-10
re PR c++/24139 (Rejects definition of member of specialized inner class)
Mark Mitchell
1
-3
/
+7
2005-10-04
re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)
Andrew Pinski
1
-1
/
+1
2005-09-28
re PR c++/16782 (Accepts qualified member function declaration in class)
Mark Mitchell
1
-11
/
+2
2005-09-27
re PR c++/13764 (c++ front-end creates extra blocks)
Jason Merrill
1
-5
/
+22
2005-09-15
re PR c++/13140 (declaration in global namespace, definition inside named or ...
Mark Mitchell
1
-5
/
+50
2005-09-12
re PR c++/7874 (g++ finds friend functions defined in class-definition but no...
Ian Lance Taylor
1
-15
/
+32
2005-09-09
re PR c++/22252 (pragma interface/implementation still break synthesized meth...
Mark Mitchell
1
-4
/
+12
2005-09-08
re PR debug/23190 (debug info omitted for uninitialized variables (stabs))
Richard Henderson
1
-0
/
+1
2005-09-06
* decl.c (check_elaborated_type_specifier): Remove redundant check.
Volker Reichelt
1
-2
/
+1
2005-09-06
cp-tree.h, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-08-29
re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)
Mark Mitchell
1
-3
/
+14
2005-08-22
Partial fix for too large arrays.
James E Wilson
1
-2
/
+2
2005-08-22
re PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layou...
Volker Reichelt
1
-4
/
+6
2005-08-15
Fix Infinite Stack Recursion Regression.
Fariborz Jahanian
1
-2
/
+2
2005-08-10
re PR c++/20646 (ICE on illegal code: "extern static" struct member)
Volker Reichelt
1
-1
/
+4
2005-08-01
class.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-07-20
Make CONSTRUCTOR use VEC to store initializers.
Giovanni Bajo
1
-212
/
+287
[next]