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
2018-05-23
Fix SLP def type when computing masks (PR85853)
Richard Sandiford
4
-41
/
+93
2018-05-23
[Ada] Minor reformattings
Hristian Kirtchev
6
-38
/
+47
2018-05-23
[Ada] Fix memory leak in win32_wait error handling
Pascal Obry
2
-0
/
+7
2018-05-23
[Ada] Fix computation of handle/pid lists in win32_wait
Pascal Obry
2
-2
/
+6
2018-05-23
[Ada] Spurious Storage_Error on imported array
Hristian Kirtchev
6
-104
/
+160
2018-05-23
[Ada] Spurious error on instantiation with type with unknown discriminants
Ed Schonberg
8
-12
/
+176
2018-05-23
[Ada] Fix faulty preconditions for trigonometric functions
Boris Yakobowski
2
-2
/
+6
2018-05-23
[Ada] Fix various defects found by static analysis
Arnaud Charlet
3
-8
/
+21
2018-05-23
[Ada] gnatbind: do not list No_Implementation_Restrictions
Bob Duff
2
-20
/
+34
2018-05-23
[Ada] Implementation of AI12-0131: legality of class-wide precondition
Ed Schonberg
2
-1
/
+10
2018-05-23
[Ada] Crash processing Valid_Scalars whose evaluation is always true
Javier Miranda
4
-2
/
+27
2018-05-23
[Ada] Vectors: spurious error in -gnatwE mode
Bob Duff
2
-2
/
+14
2018-05-23
[Ada] Clarify meaning of local pragma Warnings Off without On
Yannick Moy
3
-0
/
+14
2018-05-23
[Ada] Add a Is_Foreign_Exception predicate to GNAT.Exception_Actions
Olivier Hainque
3
-2
/
+26
2018-05-23
[Ada] Missing legality check on iterator over formal container
Ed Schonberg
5
-31
/
+77
2018-05-23
[Ada] Fix implementation of utility for finding enclosing declaration
Yannick Moy
2
-1
/
+8
2018-05-23
[Ada] Suspension and elaboration warnings/checks
Hristian Kirtchev
5
-17
/
+160
2018-05-23
[Ada] Restrict initialization of External_Tag and Expanded_Name
Javier Miranda
5
-105
/
+69
2018-05-23
[Ada] Fix of some permission rules of pointers in SPARK
Maroua Maalej
2
-35
/
+64
2018-05-23
[Ada] Crash on predicate involving qualified expression in instance
Ed Schonberg
2
-0
/
+20
2018-05-23
[Ada] Suppression of elaboration-related warnings
Hristian Kirtchev
2
-11
/
+20
2018-05-23
[Ada] Suppression of elaboration-related warnings
Hristian Kirtchev
8
-25
/
+234
2018-05-23
[Ada] Remove obsolete stuff from repinfo.adb
Eric Botcazou
2
-17
/
+7
2018-05-23
[Ada] Suppression of elaboration-related warnings
Hristian Kirtchev
16
-58
/
+490
2018-05-23
[Ada] Minor reformatting
Piotr Trojanek
2
-1
/
+5
2018-05-23
[Ada] Compiler fails to reject illegal store of anonymous_access_to_subprogram
Ed Schonberg
2
-0
/
+23
2018-05-23
[Ada] Turn off length expansion in CodePeer mode
Daniel Mercier
2
-0
/
+8
2018-05-23
[Ada] Build-in-place aggregates and Address clauses
Bob Duff
4
-7
/
+39
2018-05-23
[Ada] Minor reformatting
Bob Duff
4
-3
/
+9
2018-05-23
[Ada] Initialize_Scalars optimization causes spurious runtime check failure
Hristian Kirtchev
3
-29
/
+64
2018-05-23
[Ada] Minor reformatting
Hristian Kirtchev
6
-29
/
+34
2018-05-23
re PR middle-end/85874 (gcc points to wrong location when displaying warning ...
Richard Biener
4
-0
/
+41
2018-05-23
re PR tree-optimization/85822 (Maybe wrong code in VRP since r249150)
Yury Gribov
4
-5
/
+44
2018-05-23
tree-ssa-sccvn.c (vn_reference_lookup_3): Handle arbitrary memset constants v...
Richard Biener
4
-3
/
+43
2018-05-22
PR c++/81420 - not extending temporary lifetime.
Jason Merrill
4
-2
/
+27
2018-05-22
PR c++/85866 - error with .* in default template arg.
Jason Merrill
3
-1
/
+37
2018-05-23
Daily bump.
GCC Administrator
1
-1
/
+1
2018-05-22
re PR fortran/85841 ([F2018] reject deleted features)
Janus Weil
2
-1
/
+6
2018-05-22
PR middle-end/85359 - duplicate -Wstringop-overflow for a strcmp call with a ...
Martin Sebor
5
-12
/
+161
2018-05-22
Don't mark IFUNC resolver as only called directly
H.J. Lu
9
-7
/
+98
2018-05-22
[AArch64] Recognize a missed usage of a sbfiz instruction
Luis Machado
4
-0
/
+46
2018-05-22
re PR fortran/85841 ([F2018] reject deleted features)
Janus Weil
7
-6
/
+17
2018-05-22
Fix typo in a comment.
Martin Sebor
2
-1
/
+5
2018-05-22
PR c/85623 - strncmp() warns about attribute 'nonstring' incorrectly in -Wstr...
Martin Sebor
6
-13
/
+274
2018-05-22
[AArch64, patch] Refactor of aarch64-ldpstp
Jackson Woodruff
4
-167
/
+103
2018-05-22
[AArch64] Merge stores of D-register values with different modes
Jackson Woodruff
11
-133
/
+256
2018-05-22
PR tree-optimization/85826 - ICE in gimple-ssa-warn-restruct on
Martin Sebor
4
-1
/
+35
2018-05-22
pr85862.c: Rename to...
Richard Sandiford
2
-0
/
+5
2018-05-22
[Ada] Missing warning for unreferenced formals in expression functions
Justin Squirek
8
-20
/
+130
2018-05-22
[Ada] Don't define HAVE_ADJUST_CONTEXT_FOR_RAISE on VxWorks7 for AArch64
Doug Rupp
2
-1
/
+6
[prev]
[next]