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
path:
root
/
gcc
/
ada
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
[Ada] Accept aspect Yield on subprogram bodies acting as specs
Piotr Trojanek
1
-6
/
+4
2022-07-12
[Ada] Annotate libraries with returning annotation
Joffrey Huguet
38
-258
/
+443
2022-07-12
[Ada] Fix buffer overrun for small string concatenation at -O0
Eric Botcazou
17
-246
/
+19
2022-07-12
[Ada] Avoid namespace pollution for Next and Previous
Bob Duff
24
-104
/
+106
2022-07-12
[Ada] Warn about unreachable code after calls with No_Return
Piotr Trojanek
2
-6
/
+23
2022-07-12
[Ada] Clean up scanner
Bob Duff
6
-183
/
+37
2022-07-12
[Ada] Ignore exceptions in task termination handlers
Bob Duff
3
-5
/
+10
2022-07-12
[Ada] Fix missing Overflow and Range checks
Marc Poulhiès
3
-7
/
+17
2022-07-12
[Ada] Add new unbounded and indefinite formal doubly linked list
Julien Bortolussi
4
-0
/
+3726
2022-07-12
[Ada] Remove excessive guard in detection of access-to-variable objects
Piotr Trojanek
1
-1
/
+0
2022-07-07
Daily bump.
GCC Administrator
1
-0
/
+171
2022-07-06
[Ada] Simplify regular expression that matches 8 consecutive digits
Piotr Trojanek
1
-1
/
+1
2022-07-06
[Ada] Update comment after recent changes wrt. secondary stack & tagged types
Eric Botcazou
1
-3
/
+1
2022-07-06
[Ada] Improve code generated for aggregates of VFA type
Eric Botcazou
3
-4
/
+29
2022-07-06
[Ada] Fix crash on aliased renaming of unconstrained array
Eric Botcazou
1
-5
/
+7
2022-07-06
[Ada] Small tweak to gnat_to_gnu_subprog_type
Eric Botcazou
1
-3
/
+3
2022-07-06
[Ada] Do not give warnings for compiler-generated entities by default
Eric Botcazou
1
-0
/
+11
2022-07-06
[Ada] Document the various function return mechanisms
Eric Botcazou
1
-1
/
+42
2022-07-06
[Ada] Deferred constant considered as not preelaborable
Yannick Moy
1
-2
/
+3
2022-07-06
[Ada] Indexing error when calling GNAT.Regpat.Match
Justin Squirek
2
-20
/
+42
2022-07-06
[Ada] Spurious non-callable warning on prefixed call in class condition
Justin Squirek
1
-4
/
+19
2022-07-06
[Ada] Support ghost generic formal parameters
Yannick Moy
9
-63
/
+347
2022-07-06
[Ada] Missing error on tagged type conversion
Javier Miranda
1
-34
/
+102
2022-07-06
[Ada] Handle secondary stack memory allocations alignment
Marc Poulhiès
3
-35
/
+74
2022-07-06
[Ada] Cleanup use of local scalars in GNAT.Socket.Get_Address_Info
Piotr Trojanek
1
-4
/
+4
2022-07-06
[Ada] Vxworks7* - Makefile.rtl rtp vs rtp-smp cleanup
Doug Rupp
1
-49
/
+25
2022-07-06
[Ada] Fix incorrect itype sharing for case expression in limited type return
Eric Botcazou
1
-72
/
+76
2022-07-06
[Ada] Remove old vxworks from Makefile.rtl - e500 port.
Doug Rupp
3
-489
/
+0
2022-07-06
[Ada] Incorrect emptying of CUDA global subprograms
Justin Squirek
1
-3
/
+6
2022-07-06
[Ada] Remove explicit call to Make_Unchecked_Type_Conversion
Piotr Trojanek
2
-5
/
+3
2022-07-06
[Ada] Restore accidentally removed part of a comment about unset references
Piotr Trojanek
1
-0
/
+1
2022-07-06
[Ada] Fix spurious error for aggregate with box component choice
Eric Botcazou
4
-94
/
+83
2022-07-06
Daily bump.
GCC Administrator
1
-0
/
+242
2022-07-05
[Ada] Warn about obsolete uses of renamed Ada 83 packages
Piotr Trojanek
3
-6
/
+12
2022-07-05
[Ada] Couple of small cleanups for Cloned_Subtype
Eric Botcazou
2
-7
/
+5
2022-07-05
[Ada] Remove kludge for validity checks on Long_Float type
Piotr Trojanek
2
-38
/
+4
2022-07-05
[Ada] Remove repeated setting of Never_Set_In_Source
Piotr Trojanek
1
-4
/
+3
2022-07-05
[Ada] Reorder processing of default expressions to avoid repeated calls
Piotr Trojanek
1
-3
/
+3
2022-07-05
[Ada] Remove redundant protection against empty lists
Piotr Trojanek
4
-40
/
+23
2022-07-05
[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpath
Doug Rupp
1
-13
/
+0
2022-07-05
[Ada] Remove use of a global name buffer when locating a file
Piotr Trojanek
1
-4
/
+2
2022-07-05
[Ada] Reuse Get_Pragma_Arg to handle pragma argument associations
Piotr Trojanek
2
-10
/
+6
2022-07-05
[Ada] Fix spurious error on object renaming with ghost type
Yannick Moy
1
-1
/
+10
2022-07-05
[Ada] Misc cleanup related to finalization
Bob Duff
9
-70
/
+75
2022-07-05
[Ada] Remove repeated analysis for pragma Thread_Local_Storage
Piotr Trojanek
1
-1
/
+0
2022-07-05
[Ada] Annotate GNAT.Sockets with No_Return aspects
Piotr Trojanek
2
-3
/
+5
2022-07-05
[Ada] Cleanup repeated code for aggregate constraints checks
Piotr Trojanek
1
-15
/
+10
2022-07-05
[Ada] Fix comments mentioning ancient flags related to objects references
Piotr Trojanek
2
-10
/
+10
2022-07-05
[Ada] Spurious error on qualified prefix in Pack.Func'Result
Yannick Moy
1
-0
/
+6
2022-07-05
[Ada] Perform object rewriting as renaming only in the expander
Eric Botcazou
2
-73
/
+33
[prev]
[next]