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
/
c-decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)
Jason Merrill
1
-0
/
+8
2011-07-06
re PR tree-optimization/49645 (g++.dg/tree-ssa/pr8781.C FAILs on Tru64 UNIX)
Richard Guenther
1
-0
/
+2
2011-07-05
c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.
Richard Guenther
1
-2
/
+0
2011-06-27
c-common.h (c_tree_chain_next): New static inline function.
Jakub Jelinek
1
-1
/
+1
2011-06-24
re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)
Jakub Jelinek
1
-1
/
+1
2011-06-10
cp-tree.h (error_operand_p): Remove.
Paolo Carlini
1
-1
/
+1
2011-05-27
move TS_STATEMENT_LIST to be a substructure of TS_TYPED
Nathan Froyd
1
-1
/
+5
2011-05-23
re PR c/49120 (bogus "value computed is not used" warning (variable-length ar...
Jakub Jelinek
1
-1
/
+1
2011-05-10
c-decl.c (c_override_global_bindings_to_false): Remove.
Joseph Myers
1
-5
/
+1
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
1
-5
/
+3
2011-05-05
tree.h (get_pending_sizes): Remove prototype.
Eric Botcazou
1
-6
/
+0
2011-05-05
c-decl.c (finish_decl): Don't call get_pending_sizes.
Joseph Myers
1
-55
/
+21
2011-05-04
c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.
Richard Guenther
1
-1
/
+1
2011-05-03
c-decl.c (grokdeclarator): Instead of looking at TREE_OVERFLOW check if the c...
Richard Guenther
1
-9
/
+7
2011-05-02
Upgrade the utility of timevars.
Lawrence Crowl
1
-0
/
+9
2011-05-02
re PR c/35445 (ICE with conflicting declarations)
Simon Martin
1
-1
/
+1
2011-04-15
In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-7
/
+11
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
1
-1
/
+1
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
1
-1
/
+1
2011-04-01
c-decl.c (grokdeclarator): Fix formatting.
Gary Funck
1
-2
/
+2
2011-03-21
re PR c/47939 (Missing DW_TAG_typedef for qualified types)
Richard Guenther
1
-1
/
+9
2011-03-18
c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...
Joseph Myers
1
-10
/
+6
2011-03-18
c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...
Joseph Myers
1
-2
/
+5
2011-01-26
re PR tree-optimization/26854 (Inordinate compile times on large routines)
Ian Lance Taylor
1
-45
/
+74
2010-12-30
re PR c/46889 (Missing diagnosis on duplicate struct member with anonymous un...
Joseph Myers
1
-4
/
+2
2010-12-22
c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
Nathan Froyd
1
-13
/
+12
2010-12-17
re PR c/20385 (Lame parse error message for undefined type)
Paolo Bonzini
1
-7
/
+8
2010-12-06
In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+1
2010-12-02
re PR c/45062 (Revision 162223 caused ICE at c-decl.c:4064)
Nathan Froyd
1
-2
/
+6
2010-11-30
In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+3
2010-11-14
re PR c/46462 (Revision 166700 caused new C test failures)
Paolo Bonzini
1
-0
/
+5
2010-11-13
c-tree.h (enum c_typespec_kind): Add ctsk_none.
Paolo Bonzini
1
-8
/
+9
2010-11-06
re PR c/43384 (ICE: Segmentation fault with invalid K&R-like code)
Simon Martin
1
-1
/
+4
2010-11-06
re PR c/44772 (-Wc++-compat warns incorrectly for anonymous unions)
Jakub Jelinek
1
-1
/
+2
2010-10-31
tree.h (EXPR_LOC_OR_HERE): New macro.
Jason Merrill
1
-3
/
+2
2010-10-20
In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+6
2010-10-17
In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-1
/
+2
2010-10-06
In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-3
/
+10
2010-10-04
c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...
Ian Lance Taylor
1
-8
/
+75
2010-09-29
In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
1
-0
/
+5
2010-09-24
c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
Richard Guenther
1
-7
/
+6
2010-09-21
re PR objc/25965 (Allows duplicate member names in objc subclasses)
Nicola Pero
1
-0
/
+11
2010-09-16
tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...
Richard Guenther
1
-14
/
+8
2010-09-10
tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
Richard Guenther
1
-0
/
+2
2010-09-08
c-tree.h, c-decl.c (build_enumerator): Add location parameter.
Arnaud Charlet
1
-3
/
+4
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-21
/
+9
2010-08-17
re PR c/40563 (-Wc++-compat does not warn about uninitialized const field in ...
Shujing Zhao
1
-6
/
+40
2010-08-08
c-tree.h (build_arg_info): Declare.
Nathan Froyd
1
-7
/
+18
2010-08-08
c-tree.h (c_arg_tag): Define.
Nathan Froyd
1
-10
/
+14
2010-07-16
c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.
Nathan Froyd
1
-2
/
+1
[next]