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
path:
root
/
gcc
/
ada
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-09
Daily bump.
GCC Administrator
1
-0
/
+62
2024-08-08
ada: Missing legality check when type completed
Steve Baird
2
-0
/
+25
2024-08-08
ada: Etype missing for raise expression
Steve Baird
1
-2
/
+5
2024-08-08
ada: Run-time error with GNAT-LLVM on container aggregate with finalization
Gary Dismukes
1
-1
/
+2
2024-08-08
ada: Futher refinements to mutably tagged types
Justin Squirek
5
-21
/
+71
2024-08-08
ada: Spurious maximum nesting level warnings
Justin Squirek
1
-1
/
+2
2024-08-08
ada: Finalization_Size raises Constraint_Error
Javier Miranda
1
-1
/
+24
2024-08-08
Ada, libgnarl: Fix s-taprop__posix.adb compilation.
Iain Sandoe
1
-1
/
+1
2024-08-08
ada: Fix s-taprop__solaris.adb compilation
Rainer Orth
1
-1
/
+1
2024-08-07
Daily bump.
GCC Administrator
1
-0
/
+73
2024-08-06
ada: Fix error in GNATprove inlining with array concatenation
Yannick Moy
1
-0
/
+2
2024-08-06
ada: Implement type inference for generic parameters
Bob Duff
4
-36
/
+485
2024-08-06
ada: GNAT-LLVM compiler crash on container aggregates with iterators
Gary Dismukes
1
-2
/
+9
2024-08-06
ada: Spurious error on the default value of a derived scalar type
Javier Miranda
1
-1
/
+18
2024-08-06
ada: Use fully qualified in more library files
Viljar Indus
2
-6
/
+7
2024-08-06
ada: Assert failure in repinfo
Javier Miranda
1
-1
/
+5
2024-08-06
ada: Use fully qualified in the runtime library
Viljar Indus
4
-12
/
+12
2024-08-06
ada: Fix propagation of SPARK_Mode for renaming-as-body
Yannick Moy
2
-0
/
+16
2024-08-06
ada: Reject use-clause conflicts in the run-time library
Bob Duff
10
-6
/
+48
2024-08-03
Daily bump.
GCC Administrator
1
-0
/
+288
2024-08-02
ada: Fix handling of SPARK_Mode on standalone child subprogram
Yannick Moy
2
-2
/
+18
2024-08-02
ada: Fix handling of iterated component associations with sub-aggregates
Piotr Trojanek
2
-3
/
+20
2024-08-02
ada: Remove unused null branch
Piotr Trojanek
1
-3
/
+0
2024-08-02
ada: Simplify manipulation of the list with loop actions
Piotr Trojanek
1
-1
/
+1
2024-08-02
ada: Refactor negated conjuncts
Piotr Trojanek
1
-6
/
+7
2024-08-02
ada: Simplify code by reusing Choice_List
Piotr Trojanek
2
-11
/
+5
2024-08-02
ada: Errors on legal container aggregates with iterated_element_associations
Gary Dismukes
7
-18
/
+20
2024-08-02
ada: Plug loophole in handling of No_Raise pragma
Eric Botcazou
1
-3
/
+10
2024-08-02
ada: Tweak container aggregate expansion code
Ronan Desplanques
1
-18
/
+22
2024-08-02
ada: Add contracts to Ada.Strings.Unbounded and adapt implementation
Yannick Moy
4
-260
/
+2068
2024-08-02
ada: Ensure variable is initialized before use
Ronan Desplanques
1
-0
/
+1
2024-08-02
ada: Remove unreferenced procedure
Richard Kenner
1
-43
/
+0
2024-08-02
ada: Clean up handling of inlining of finalizer procedures
Richard Kenner
10
-32
/
+25
2024-08-02
ada: Add leap second support to conversion of Unix_Time
Tonu Naks
1
-65
/
+70
2024-08-02
ada: Update doc of Style_Checks pragma
Tonu Naks
3
-8
/
+150
2024-08-02
ada: Reject ambiguous function calls in interpolated string expressions
Javier Miranda
6
-55
/
+213
2024-08-02
ada: Compiler accepts illegal assignment to reference type target.
Steve Baird
1
-8
/
+0
2024-08-02
ada: Finish up support for relaxed finalization
Eric Botcazou
2
-4
/
+72
2024-08-02
ada: Fix handling reference warnings with slices
Viljar Indus
1
-2
/
+3
2024-08-02
ada: Reject illegal uses of type/subtype current instance
Steve Baird
2
-11
/
+44
2024-08-02
ada: Type conversion in instance incorrectly rejected.
Steve Baird
1
-1
/
+1
2024-08-02
ada: Implement No_Raise aspect & pragma on subprograms
Eric Botcazou
20
-758
/
+1039
2024-08-02
ada: Improve documenation about security of PRGNs
Johannes Kliemann
5
-7
/
+17
2024-08-02
ada: Fix layout of GNAT reference manual section
Ronan Desplanques
3
-5
/
+7
2024-08-02
ada: Fix crash on expression function returning tagged type in nested package
Eric Botcazou
4
-79
/
+130
2024-08-02
ada: Fix detection of suspicious loop patterns
Ronan Desplanques
1
-1
/
+5
2024-08-02
Daily bump.
GCC Administrator
1
-0
/
+298
2024-08-01
ada: Fix computation of new size when reallocating unbounded string
Yannick Moy
1
-1
/
+1
2024-08-01
ada: Update contracts on Strings libraries
Yannick Moy
3
-29
/
+27
2024-08-01
ada: Accept duplicate SPARK_Mode pragmas in configuration files
Piotr Trojanek
1
-8
/
+0
[next]