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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-13
re PR c++/26965 (Unnecessary debug info for unused consts in C++)
Jason Merrill
4
-22
/
+22
2009-11-13
Forgot to add gcc/ChangeLog entry for debug/41065
Dodji Seketeli
1
-0
/
+28
2009-11-13
algorithm: Include <utility>, per UK-300.
Paolo Carlini
3
-2
/
+9
2009-11-13
re PR c++/35075 (ICE with references in templates)
Jason Merrill
4
-0
/
+39
2009-11-13
PR c++/21008, DR 515
Jason Merrill
5
-9
/
+32
2009-11-13
re PR c++/11987 (Accepts-invalid with inherited nested type)
Jason Merrill
8
-5
/
+55
2009-11-13
re PR rtl-optimization/41697 (ICE on gcc.c-torture/compile/20090917-1.c)
Andrey Belevantsev
2
-0
/
+11
2009-11-13
sched-deps.c (init_deps): New parameter lazy_reg_last.
Andrey Belevantsev
9
-24
/
+115
2009-11-13
re PR testsuite/42001 (LTO tests fail with non multilib targets (but still no...
Uros Bizjak
3
-14
/
+22
2009-11-13
i386.md (call_value): Fix comment.
Uros Bizjak
2
-17
/
+29
2009-11-13
Fix nits
Eric Botcazou
1
-8
/
+8
2009-11-13
linux-unwind.h (x86_frob_update_context): New function.
Eric Botcazou
2
-0
/
+24
2009-11-13
type_traits (declval): Add, per DR 1255.
Paolo Carlini
9
-27
/
+205
2009-11-12
re PR c++/27078 (Duplicate error message for ambiguous enum)
Jason Merrill
2
-6
/
+14
2009-11-13
Daily bump.
GCC Administrator
1
-1
/
+1
2009-11-12
re PR c++/39560 (Erroneous warnings 'unused variable' in a templated class me...
Jason Merrill
4
-0
/
+33
2009-11-12
linux-unwind.h (sparc64_fallback_frame_state): Tidy.
Eric Botcazou
4
-54
/
+95
2009-11-12
re PR c++/37037 (ICE on template class member function definition after expli...
Jason Merrill
4
-1
/
+20
2009-11-12
re PR c++/42013 (cv-qualification of conditional expression type depending on...
Jason Merrill
3
-6
/
+13
2009-11-12
ipa.c (function_and_variable_visibility): Fix my accidentail commit and clear...
Jan Hubicka
2
-2
/
+8
2009-11-12
* MAINTAINERS (Write After Approval): Add myself.
Jan Kratochvil
2
-0
/
+5
2009-11-12
stl_algobase.h: Include the full <utility>, per UK-300.
Paolo Carlini
3
-4
/
+7
2009-11-12
typeck.c (cv_qualified_p): New fn.
Jason Merrill
5
-8
/
+26
2009-11-12
re PR c++/42013 (cv-qualification of conditional expression type depending on...
Jason Merrill
4
-2
/
+42
2009-11-12
re PR rtl-optimization/38582 (excessive time in rename registers)
Bernd Schmidt
2
-66
/
+111
2009-11-12
cgraph.h (varpool_node_name): Declare.
Jan Hubicka
5
-9
/
+32
2009-11-12
lto-plugin.c (write_resolution): Assume resolution_file is set.
Rafael Avila de Espindola
6
-15
/
+36
2009-11-12
intrinsic.texi (XOR): Refer also to .NEQV.
Tobias Burnus
2
-2
/
+9
2009-11-12
re PR middle-end/41930 (cc1 SEGV compiling maxval_r16.c)
Uros Bizjak
2
-50
/
+57
2009-11-12
decl2.c (constrain_visibility): Clear WEAK and COMMON flags.
Jan Hubicka
4
-0
/
+14
2009-11-11
Makefile.am: Remove use of baseline_file.
Jason Merrill
3
-4
/
+7
2009-11-11
re PR c++/39131 (decimal float point: ICE on typeid( 0.dd ))
Jason Merrill
7
-0
/
+38
2009-11-12
re PR middle-end/41440 (SEG FAULT in CSE.C caused by bad RTL expansion)
Andy Hutchinson
2
-0
/
+18
2009-11-12
Daily bump.
GCC Administrator
1
-1
/
+1
2009-11-11
re PR middle-end/41729 (Undefined reference with -fPIC -fwhole-program -flto)
Jan Hubicka
2
-2
/
+18
2009-11-11
re PR fortran/41978 ([F03] ICE in gfc_conv_expr_descriptor for array PPC assi...
Janus Weil
4
-1
/
+45
2009-11-11
call.c (build_op_delete_call): Downgrade error about placement/non-placement ...
Jason Merrill
2
-2
/
+7
2009-11-11
(patch by Richard Guenther)
Jan Hubicka
3
-6
/
+28
2009-11-11
re PR testsuite/42001 (LTO tests fail with non multilib targets (but still no...
H.J. Lu
3
-7
/
+45
2009-11-11
basic_string.h (to_string(int), [...]): Add, per resolution of DR 1261.
Paolo Carlini
5
-0
/
+309
2009-11-11
lto-cgraph.c: Include gcov-io.h
Jan Hubicka
5
-5
/
+80
2009-11-11
ChangeLog for libcpp
Kai Tietz
16
-177
/
+411
2009-11-11
plugins.texi (Registering custom attributes): section renamed as (Registering...
Basile Starynkevitch
4
-3
/
+39
2009-11-11
config.gcc: Add lm32 elf and uclinux targets.
Jon Beniston
37
-4
/
+4125
2009-11-11
re PR lto/41932 (LTO ICE when compiling ocaml trunk (incompatible type))
Martin Jambor
2
-1
/
+11
2009-11-11
arm.c (neon_vdup_constant, [...]): New.
Daniel Jacobowitz
44
-53
/
+276
2009-11-11
neon.md (*neon_mov<mode>): Reject two non-register operands.
Daniel Jacobowitz
3
-3
/
+31
2009-11-11
arm.c (arm_override_options): Enable scheduling for Thumb-2.
Daniel Jacobowitz
2
-2
/
+6
2009-11-11
Daily bump.
GCC Administrator
1
-1
/
+1
2009-11-10
re PR target/10127 (-fstack-check let's program crash)
Eric Botcazou
6
-62
/
+83
[next]