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/existing-fp8
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
2010-12-22
c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
Nathan Froyd
24
-40
/
+82
2010-12-22
re PR c++/47003 (ice in stabilize_expr)
Jason Merrill
4
-3
/
+23
2010-12-22
parser.c (cp_parser_unary_expression): Call pedwarn for alignof with expression.
Rodrigo Rivas Costa
4
-1
/
+31
2010-12-22
Don't crash on array type with erroneous length expression.
Ian Lance Taylor
1
-2
/
+6
2010-12-22
Don't crash on variable initialization from erroneous receive.
Ian Lance Taylor
1
-1
/
+1
2010-12-22
Don't crash on erroneous channel send or receive.
Ian Lance Taylor
1
-0
/
+6
2010-12-22
Don't crash if a temporary is not defined due to errors.
Ian Lance Taylor
2
-5
/
+14
2010-12-22
More tweaking of recursive name types when converting to GENERIC.
Ian Lance Taylor
2
-26
/
+37
2010-12-22
Don't crash if array length is invalid const.
Ian Lance Taylor
1
-2
/
+13
2010-12-22
Fix handling of named results for functions which call recover.
Ian Lance Taylor
2
-0
/
+30
2010-12-22
spu.md ("mov<mode>"): Use nonimmediate_operand predicate for destination oper...
Ulrich Weigand
3
-3
/
+16
2010-12-22
re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...
Martin Jambor
14
-460
/
+108
2010-12-22
* gfortran.dg/pr46755.f: Fix test case.
Steven Bosscher
2
-5
/
+10
2010-12-22
svr4.h: Remove.
Joseph Myers
29
-433
/
+40
2010-12-22
configure.ac: (picochip): Disable libiberty.
Hariharan Sandanagobalane
2
-0
/
+7
2010-12-22
re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...
Andrey Belevantsev
5
-8
/
+91
2010-12-22
Correct test for number of arguments to append.
Ian Lance Taylor
1
-1
/
+1
2010-12-22
Don't crash if a constant initializer refers to the constant.
Ian Lance Taylor
2
-4
/
+5
2010-12-22
Don't crash on invalid type conversion.
Ian Lance Taylor
1
-0
/
+12
2010-12-22
re PR debug/46724 (Wrong debug info: Invalid variable location)
Alexandre Oliva
6
-98
/
+142
2010-12-22
arm.c (output_move_double): Update the comment above the function to reflect ...
Jie Zhang
2
-3
/
+7
2010-12-22
Fix uninitialized variable when looking up '_'.
Ian Lance Taylor
1
-3
/
+3
2010-12-22
Don't crash receiving multiple results from void function.
Ian Lance Taylor
1
-0
/
+6
2010-12-22
Fix handling of functions with named results that call recover.
Ian Lance Taylor
1
-1
/
+1
2010-12-22
Don't crash building erroneous variable initializer.
Ian Lance Taylor
1
-3
/
+10
2010-12-22
Daily bump.
GCC Administrator
1
-1
/
+1
2010-12-22
In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
3
-92
/
+112
2010-12-22
In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
9
-68
/
+14
2010-12-22
Check for errors when building map construction.
Ian Lance Taylor
1
-2
/
+10
2010-12-21
Fixed changelog entry for one of my libobjc patches of a few days ago
Nicola Pero
1
-1
/
+1
2010-12-21
Don't warn about []int of string with NUL bytes.
Ian Lance Taylor
1
-10
/
+11
2010-12-21
Don't permit assigning abstract string/bool to numeric variable.
Ian Lance Taylor
1
-4
/
+6
2010-12-21
Don't crash on calling new with an erroneous type.
Ian Lance Taylor
1
-0
/
+4
2010-12-21
Don't crash when returning something from a function named '_'.
Ian Lance Taylor
1
-1
/
+7
2010-12-21
Don't crash indexing into erroneous array.
Ian Lance Taylor
1
-1
/
+5
2010-12-21
value-prof.c (value_prof_hooks): Remove.
Steven Bosscher
5
-142
/
+102
2010-12-21
Don't crash when copying a function with no closure variable.
Ian Lance Taylor
1
-1
/
+3
2010-12-21
In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
4
-34
/
+56
2010-12-21
Make-lang.in (check-go): Remove.
Ian Lance Taylor
2
-1
/
+11
2010-12-21
go-test.exp: Clear runtests around invocation of go-dg-runtest from errchk an...
Ian Lance Taylor
2
-2
/
+19
2010-12-21
re PR target/46880 (generating of shufpd is broken)
Jakub Jelinek
4
-3
/
+42
2010-12-21
Don't finalize methods for a type more than once.
Ian Lance Taylor
1
-0
/
+5
2010-12-21
In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
Nicola Pero
2
-31
/
+47
2010-12-21
Correct handling of methods which call recover.
Ian Lance Taylor
2
-10
/
+4
2010-12-21
Don't crash when declaring methods on unknown name.
Ian Lance Taylor
3
-2
/
+20
2010-12-21
Layout undefined type.
Ian Lance Taylor
1
-0
/
+1
2010-12-21
Correct lexing of exponents.
Ian Lance Taylor
2
-3
/
+25
2010-12-21
Report errors for temporary statements rather than crashing.
Ian Lance Taylor
1
-1
/
+12
2010-12-21
* es.po, ja.po: Update.
Joseph Myers
3
-431
/
+357
2010-12-21
Don't crash when some object is redefined as a type.
Ian Lance Taylor
1
-2
/
+2
[next]