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-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
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-40
/
+41
2010-07-13
c-decl.c (finish_function): Fix typo in comment.
Manuel López-Ibáñez
1
-1
/
+1
2010-06-19
c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
Philip Herron
1
-5
/
+0
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-10
/
+10
2010-06-06
re PR c/20000 (missing warning for noreturn function returning non-void)
Manuel López-Ibáñez
1
-6
/
+0
2010-06-05
c-common.c: Move to c-family/.
Steven Bosscher
1
-3
/
+3
2010-06-01
invoke.texi: Mention -fdump-ada-spec.
Arnaud Charlet
1
-0
/
+50
2010-05-28
c-common.h: Add FIXME for awkward split of c_register_addr_space.
Steven Bosscher
1
-0
/
+19
2010-05-27
diagnostic-core.h: New.
Joseph Myers
1
-3
/
+3
2010-05-26
demangle-expected: Add tests for __int128 and unsigned __int128 types.
Kai Tietz
1
-2
/
+54
2010-05-26
rtl.h (decl_default_tls_model): Move prototype from here...
Steven Bosscher
1
-1
/
+0
2010-05-23
c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...
Joseph Myers
1
-4
/
+34
2010-05-16
c-decl.c: Don't include gimple.h.
Steven Bosscher
1
-5
/
+0
2010-05-15
vecir.h: New file with VEC primitives for tree, gimple, and rtl.
Steven Bosscher
1
-6
/
+1
2010-05-15
c-decl.c (grokfield): Allow typedefs for anonymous structs and unions by defa...
Joseph Myers
1
-9
/
+24
2010-05-09
re PR c/4784 (Anonymous structs issues)
Joseph Myers
1
-15
/
+33
2010-05-05
stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
Steven Bosscher
1
-2
/
+5
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
1
-1
/
+1
2010-04-12
re PR c/36774 (-Wmissing-prototypes triggers on nested functions)
Shujing Zhao
1
-4
/
+4
2010-04-07
re PR c/18624 (GCC does not detect local variable set but never used)
Jakub Jelinek
1
-3
/
+36
2010-03-26
re PR c/43381 (infinite loop in gcc.dg/parm-impl-decl-1.c with -g)
Joseph Myers
1
-1
/
+8
2010-03-19
re PR c/43211 (ICE with incomplete type in function argument)
Andrew Pinski
1
-0
/
+2
2010-03-04
re PR c/43248 (ICE: tree check: expected class 'type', have 'exceptional' (er...
Andrew Pinski
1
-1
/
+2
[next]