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
2011-05-24
re PR gcov-profile/48845 (All g++.dg/tree-prof and gcc.dg/{matrix, tree-prof}...
Eric Botcazou
2
-0
/
+8
2011-05-24
gimple.c (compare_type_names_p): Remove for_completion_p arg.
Richard Guenther
2
-66
/
+20
2011-05-24
run-gd.c: New test.
Uros Bizjak
6
-1
/
+140
2011-05-24
* config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
Rainer Orth
2
-10
/
+4
2011-05-24
* gcc.dg/vect/pr48172.c: Remove dg-do run.
Rainer Orth
2
-2
/
+4
2011-05-24
re PR bootstrap/49078 (LTO bootstrap failed with bootstrap-profiled)
Richard Guenther
3
-26
/
+27
2011-05-24
Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
Joseph Myers
13
-36
/
+84
2011-05-24
c++config (_GLIBCXX_NOTHROW): Update for noexcept.
Paolo Carlini
3
-4
/
+13
2011-05-24
re PR tree-optimization/49121 (FAIL: gcc.dg/tree-ssa/ivopt_infer_2.c scan-tre...
Tom de Vries
2
-11
/
+16
2011-05-23
* pt.c (tsubst_copy_and_build): Use current_class_name.
Jason Merrill
2
-2
/
+3
2011-05-23
re PR c++/49102 ([C++0x] Use of deleted copy constructor not diagnosed)
Jason Merrill
4
-4
/
+29
2011-05-24
re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...
Benjamin Kosnik
360
-10178
/
+9230
2011-05-24
Daily bump.
GCC Administrator
1
-1
/
+1
2011-05-23
streambuf_iterator.h: Use noexcept per the FDIS.
Paolo Carlini
2
-6
/
+19
2011-05-23
re PR c++/49105 ([C++0x][SFINAE] ICE during list-initialization of rvalue-ref...
Jason Merrill
4
-3
/
+20
2011-05-23
re PR c++/49105 ([C++0x][SFINAE] ICE during list-initialization of rvalue-ref...
Jason Merrill
4
-5
/
+46
2011-05-23
re PR c++/48106 ([C++0x] ICE with scoped enum with fixed underlying type)
Jason Merrill
4
-9
/
+54
2011-05-23
re PR lto/49123 (FAIL: gcc.c-torture/execute/pr48973-[12].c)
Jakub Jelinek
2
-0
/
+17
2011-05-23
optc-save-gen.awk: New.
Joseph Myers
6
-380
/
+446
2011-05-23
re PR debug/49032 (-gstabs generates reference to deleted static variable)
Jakub Jelinek
5
-1
/
+38
2011-05-23
re PR c/49120 (bogus "value computed is not used" warning (variable-length ar...
Jakub Jelinek
4
-1
/
+22
2011-05-23
re PR rtl-optimization/48826 (ICE in dwarf2out_var_location, at dwarf2out.c:2...
Richard Sandiford
2
-2
/
+31
2011-05-23
cfgexpand.c (expand_debug_expr): For unused non-addressable parameters passed...
Jakub Jelinek
2
-0
/
+20
2011-05-23
Save the initial options after checking vzeroupper.
H.J. Lu
4
-5
/
+27
2011-05-23
fix pr48988
David Li
2
-0
/
+8
2011-05-23
re PR c++/47263 ([C++0x] lambda + dynamic-exception-specification std::unexpe...
Jason Merrill
4
-1
/
+23
2011-05-23
* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
Jason Merrill
2
-1
/
+7
2011-05-23
gimple.c (gimple_types_compatible_p_1): Always compare type names.
Richard Guenther
2
-7
/
+11
2011-05-23
re PR libstdc++/49058 ([C++0x] Bind no-arguments functor failed using std::bi...
Jason Merrill
4
-0
/
+39
2011-05-23
re PR c++/47336 ([C++0x] ICE: "Error reporting routines re-entered")
Jason Merrill
4
-0
/
+31
2011-05-23
re PR c++/47544 ([C++0x] linker does not find =default constructor for explic...
Jason Merrill
4
-1
/
+28
2011-05-23
re PR c++/48617 ([C++0x] Problem with non-type template parameters and decltype)
Jason Merrill
4
-0
/
+20
2011-05-23
forwprop-11.c: Adjust and un-XFAIL.
Richard Guenther
2
-1
/
+6
2011-05-23
re PR tree-optimization/40874 (Function object abstraction penalty with inlin...
Richard Guenther
2
-0
/
+30
2011-05-23
don't use TYPE_ARG_TYPES when calling c-family:check_function_arguments
Nathan Froyd
8
-19
/
+38
2011-05-23
re PR tree-optimization/49115 (invalid return value optimization (?) when exc...
Richard Guenther
5
-2
/
+53
2011-05-23
re PR tree-optimization/15419 (memcpy pessimization)
Richard Guenther
4
-11
/
+31
2011-05-23
gthr-gnat.c: Remove.
Rainer Orth
15
-152
/
+32
2011-05-23
gcov.c (create_file_names): If no object directory is specified, keep the dir...
Tristan Gingold
2
-9
/
+14
2011-05-23
configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
Rainer Orth
3
-4
/
+9
2011-05-23
re PR middle-end/48973 (Inliner bug with one-bit (1-bit) bitfield)
Jakub Jelinek
5
-3
/
+59
2011-05-23
re PR c++/18016 (Warn about member variables initialized with itself)
Jonathan Wakely
4
-0
/
+32
2011-05-23
re PR middle-end/45098 (Missed induction variable optimization)
Tom de Vries
2
-1
/
+59
2011-05-23
re PR middle-end/45098 (Missed induction variable optimization)
Tom de Vries
2
-0
/
+20
2011-05-23
Daily bump.
GCC Administrator
1
-1
/
+1
2011-05-23
[multiple changes]
Paolo Carlini
5
-3
/
+131
2011-05-22
mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
Richard Sandiford
2
-10
/
+9
2011-05-22
cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
Eric Botcazou
2
-4
/
+10
2011-05-22
mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
Richard Sandiford
2
-1
/
+7
2011-05-22
sparc.c (sparc_delegitimize_address): Handle UNSPEC_MOVE_PIC pattern.
Eric Botcazou
2
-7
/
+16
[prev]
[next]