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-family
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-12
cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...
Eric Botcazou
2
-1
/
+7
2011-07-08
re PR c++/45437 (Loses reference during update)
Jason Merrill
2
-0
/
+24
2011-07-08
re PR c++/49673 ([C++0x] const variables initialised with constexpr construct...
Jason Merrill
2
-8
/
+11
2011-07-06
tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.
Richard Guenther
2
-2
/
+6
2011-07-05
c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.
Richard Guenther
2
-2
/
+8
2011-06-27
c-common.h (c_tree_chain_next): New static inline function.
Jakub Jelinek
2
-0
/
+17
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
2
-0
/
+17
2011-06-21
cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...
Andrew MacLeod
3
-19
/
+23
2011-06-20
c-pragma.h (pragma_handler_1arg, [...]): New handler.
Pierre Vittet
3
-21
/
+136
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
3
-2
/
+12
2011-06-10
c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier to print a IDENTI...
Richard Guenther
2
-1
/
+6
2011-06-09
netbsd.h (ENABLE_EXECUTE_STACK): Remove.
Rainer Orth
3
-1
/
+18
2011-06-07
re PR c++/48969 (ICE with -std=c++0x)
Jason Merrill
2
-3
/
+8
2011-06-07
pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
Jason Merrill
2
-1
/
+5
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
2
-6
/
+5
2011-06-07
re PR debug/49130 (discrepancies between DW_AT_name and demangler)
Dodji Seketeli
2
-2
/
+13
2011-06-04
invoke.texi: Document -Wdelete-non-virtual-dtor.
Jonathan Wakely
3
-0
/
+10
2011-05-30
re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
Nathan Froyd
2
-1
/
+11
2011-05-27
re PR c++/49165 (ICE on for-loop/throw combination)
Jakub Jelinek
2
-7
/
+14
2011-05-27
move TS_STATEMENT_LIST to be a substructure of TS_TYPED
Nathan Froyd
3
-14
/
+28
2011-05-26
make TS_BLOCK a substructure of TS_BASE
Nathan Froyd
2
-0
/
+7
2011-05-26
make TS_IDENTIFIER be a substructure of TS_TYPED
Nathan Froyd
2
-1
/
+6
2011-05-25
c-common.c (def_fn_type): Remove extra va_end.
Jakub Jelinek
2
-1
/
+4
2011-05-23
re PR c++/48106 ([C++0x] ICE with scoped enum with fixed underlying type)
Jason Merrill
2
-9
/
+38
2011-05-23
don't use TYPE_ARG_TYPES when calling c-family:check_function_arguments
Nathan Froyd
3
-13
/
+25
2011-05-15
c-common.c (c_common_reswords): Reorder.
Paolo Carlini
3
-12
/
+22
2011-05-10
use build_function_type less in c-family and LTO
Nathan Froyd
2
-8
/
+16
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
4
-11
/
+8
2011-05-05
c-decl.c (finish_decl): Don't call get_pending_sizes.
Joseph Myers
3
-4
/
+10
2011-05-04
don't use TYPE_ARG_TYPES in c-family/
Nathan Froyd
3
-68
/
+89
2011-05-04
c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.
Richard Guenther
3
-4
/
+12
2011-04-27
re PR c++/40975 (ICE in copy_tree_r on array new)
Jason Merrill
3
-0
/
+17
2011-04-26
Implement -Wno-maybe-uninitialized
Xinliang David Li
1
-0
/
+1
2011-04-26
re PR preprocessor/48248 (Wrong error message location when compiling preproc...
Richard Guenther
2
-1
/
+8
2011-04-25
c-common.c (struct c_common_resword): Add __underlying_type.
Paolo Carlini
2
-0
/
+2
2011-04-20
remove useless if-before-free tests
Jim Meyering
2
-5
/
+8
2011-04-15
In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
3
-4
/
+10
2011-04-14
In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
3
-2
/
+8
2011-04-14
In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
2
-1
/
+5
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
3
-0
/
+15
2011-04-12
In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
3
-2
/
+7
2011-04-12
Fixed my email address in a ChangeLog entry of a few months ago
Nicola Pero
1
-2
/
+2
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
2
-1
/
+6
2011-04-11
stor-layout.c (layout_type): Compute all array index size operations in the o...
Richard Guenther
2
-1
/
+8
2011-04-10
Remove doubled up words.
Mike Stump
1
-1
/
+1
2011-04-08
utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES
Nathan Froyd
2
-13
/
+7
2011-04-07
re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)
Jason Merrill
2
-10
/
+25
2011-04-06
tm.texi.in: Document C target hooks as separate from general target hooks.
Joseph Myers
8
-7
/
+169
2011-03-30
PR/driver 48208
Christian Schüler
1
-1
/
+1
2011-03-29
Move ChangeLog entry.
Jakub Jelinek
1
-0
/
+9
[next]