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/gfortran-test
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-15
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-15
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
/
ada
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
[Ada] use -gnatd_A to disable .ali on -fcompare-debug recompile
Alexandre Oliva
4
-12
/
+13
2018-09-28
calls.c (expand_call): Try to do a tail call for thunks at -O0 too.
Eric Botcazou
4
-6
/
+262
2018-09-27
tree.h (tree_to_shwi): Add attribute nonnull and pure.
Martin Sebor
2
-7
/
+15
2018-09-26
[Ada] SPARK: minor error message enhancement
Elisa Barboni
2
-1
/
+9
2018-09-26
[Ada] Fix inheritance of representation items defined as aspects
Thomas Quinot
2
-2
/
+28
2018-09-26
[Ada] Spurious ineffective use_clause warning
Justin Squirek
2
-1
/
+15
2018-09-26
[Ada] Store -G xxx switches
Arnaud Charlet
2
-7
/
+22
2018-09-26
[Ada] Issue info message on inlined subprograms in GNATprove mode
Yannick Moy
4
-4
/
+20
2018-09-26
[Ada] Missing front-end code for constraint checks on fixed point exprs
Ed Schonberg
3
-2
/
+31
2018-09-26
[Ada] SPARK: fix a bug related to loop exit environment
Maroua Maalej
2
-23
/
+58
2018-09-26
[Ada] Spurious elaboration issue due to inlining
Hristian Kirtchev
2
-54
/
+86
2018-09-26
[Ada] Do not issue by default info messages for inlining in GNATprove
Yannick Moy
3
-8
/
+27
2018-09-26
[Ada] Spurious error on interface conversion under ZFP
Javier Miranda
3
-1
/
+41
2018-09-26
[Ada] Add a No_Return annotation to ease static analysis
Hristian Kirtchev
2
-1
/
+6
2018-09-26
[Ada] Spurious error on private extension with predicate
Ed Schonberg
2
-2
/
+10
2018-09-26
[Ada] Spurious dependency on secondary stack
Hristian Kirtchev
4
-195
/
+362
2018-09-26
[Ada] Mimic the C++ ABI when passing class-wide conversion actuals
Javier Miranda
2
-0
/
+9
2018-09-26
[Ada] Pair miscount in Dynamic_HTable.Put
Hristian Kirtchev
2
-2
/
+14
2018-09-26
[Ada] Add notes about processing of aggregate projects
Sergey Rybin
2
-2
/
+9
2018-09-26
[Ada] Minor reformattings
Hristian Kirtchev
12
-202
/
+318
2018-09-26
[Ada] New unit GNAT.Sets
Hristian Kirtchev
11
-113
/
+439
2018-09-26
[Ada] ICE on mix of tagged and limited interfaces
Javier Miranda
2
-0
/
+13
2018-09-26
[Ada] Illegal formal objects associated with anonymous acc-to-subp args
Gary Dismukes
2
-5
/
+12
2018-09-26
[Ada] Front-end support for OpenACC pragmas
Olivier Hainque
11
-997
/
+2081
2018-09-26
[Ada] Missing error on non-limited derived type with limited component
Ed Schonberg
2
-2
/
+11
2018-09-26
[Ada] Inlining of renamed subprogram instances in package body
Eric Botcazou
2
-21
/
+56
2018-09-26
[Ada] Preparation for new description of interface thunks
Eric Botcazou
6
-10
/
+26
2018-09-26
[Ada] Propagate bit order and SSO from root to classwide equivalent type
Thomas Quinot
2
-3
/
+21
2018-09-26
[Ada] Crash on expression functions within quantified expressions
Justin Squirek
2
-4
/
+24
2018-09-26
[Ada] Missing predicate check on return value
Ed Schonberg
2
-0
/
+18
2018-09-26
[Ada] ICE on array of task type with -gnatct
Eric Botcazou
2
-1
/
+7
2018-09-26
[Ada] Fix assertion failure on record subtype with -gnatRj
Eric Botcazou
2
-2
/
+22
2018-09-26
[Ada] Regression in partial compilation of RCI units
Justin Squirek
3
-11
/
+24
2018-09-26
[Ada] Set Current_Error_Node directly
Eric Botcazou
5
-10
/
+13
2018-09-26
[Ada] Wrong handling of address clause for limited record type
Eric Botcazou
3
-10
/
+39
2018-09-26
[Ada] Introduce -gnatd_A to set Opt.Disable_ALI_File
Arnaud Charlet
3
-1
/
+15
2018-09-26
[Ada] Disable special handling for preconditions specified by pragmas
Ed Schonberg
2
-1
/
+11
2018-09-26
[Ada] Unnesting: fix handling of up level refs for entries
Ed Schonberg
2
-9
/
+87
2018-09-26
[Ada] Fix ICE related to type freezing
Ed Schonberg
3
-6
/
+50
2018-09-26
[Ada] SPARK: update borrowing effects for IN parameters
Maroua Maalej
2
-19
/
+39
2018-09-26
[Ada] Vxlink: minor reformatting
Arnaud Charlet
2
-32
/
+29
2018-09-26
[Ada] Fix miscellaneous typos
Gary Dismukes
5
-6
/
+11
2018-09-26
[Ada] Vxlink: kill a CodePeer warning
Jerome Lambourg
2
-0
/
+7
2018-09-24
re PR ada/87396 (ada/gcc-interface/decl.c:8798:53:Value Conversion Issue: imp...
Eric Botcazou
2
-1
/
+7
2018-09-13
* Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHANISM to -arm.
Eric Botcazou
2
-6
/
+5
2018-09-13
re PR ada/81103 (gcc/ada/terminals.c: please remove unused termio.h)
Eric Botcazou
2
-10
/
+6
2018-08-27
Replace 8 spaces with a tabular in ChangeLog files.
Martin Liska
1
-3
/
+3
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
4
-3
/
+11
2018-08-23
Fix typo 'exapnded' to 'expanded'
Giuliano Belinassi
2
-1
/
+5
2018-08-21
[Ada] Minor reformattings
Hristian Kirtchev
22
-132
/
+163
[next]