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
/
sem_ch6.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
ada: Remove redundant parentheses inside unary operators
Piotr Trojanek
1
-2
/
+2
2025-01-09
ada: Fix missing detection of late equality operator returning subtype of Boo...
Eric Botcazou
1
-2
/
+10
2025-01-07
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2025-01-07
ada: Cleanup preanalysis of static expressions (part 2)
Javier Miranda
1
-23
/
+23
2025-01-07
ada: Add "finally" GNAT extension
Ronan Desplanques
1
-0
/
+17
2025-01-06
ada: null procedure cannot be used as compilation unit
Bob Duff
1
-8
/
+0
2025-01-06
ada: Cleanup preanalysis of static expressions
Javier Miranda
1
-0
/
+6
2025-01-06
ada: Fix incorrect incomplete type error
Viljar Indus
1
-1
/
+3
2025-01-03
ada: Warn on unmodified parameters of expression functions
Bob Duff
1
-6
/
+10
2024-12-13
ada: Cleanup preanalysis of static expressions
Javier Miranda
1
-19
/
+3
2024-12-12
ada: Improve task entry context detection
Ronan Desplanques
1
-0
/
+10
2024-11-12
ada: Elide the copy in aggregate returns for nonlimited types
Eric Botcazou
1
-3
/
+8
2024-11-04
ada: Missing precondition runtime check in inherited primitive
Javier Miranda
1
-3
/
+1
2024-10-08
ada: Improved support for incomplete parameter types
Steve Baird
1
-1
/
+3
2024-10-08
ada: Legal access discriminant default expression incorrectly rejected
Steve Baird
1
-0
/
+39
2024-08-29
ada: Missing legality check when type completed
Steve Baird
1
-0
/
+26
2024-08-29
ada: Avoid creating continuation messages without an intended parent
Viljar Indus
1
-3
/
+9
2024-08-23
ada: First controlling parameter aspect
Javier Miranda
1
-2
/
+12
2024-08-23
ada: Fix style in lines starting with assignment operator
Piotr Trojanek
1
-2
/
+2
2024-08-23
ada: First controlling parameter aspect
Javier Miranda
1
-14
/
+69
2024-08-08
ada: Missing legality check when type completed
Steve Baird
1
-0
/
+14
2024-08-06
ada: Fix propagation of SPARK_Mode for renaming-as-body
Yannick Moy
1
-0
/
+9
2024-08-01
ada: Define No_Return flag only for subprograms
Eric Botcazou
1
-2
/
+2
2024-08-01
ada: Implement full relaxed finalization semantics for controlled objects
Eric Botcazou
1
-0
/
+4
2024-08-01
ada: Remove support for bodies in -gnatceg
Arnaud Charlet
1
-82
/
+0
2024-06-27
ada: Overridden operation field not correctly set for controlling result wrap...
Martin Clochard
1
-47
/
+35
2024-06-14
ada: Add prototype for mutably tagged types
Justin Squirek
1
-2
/
+8
2024-06-13
ada: List subprogram body entities in scopes
Yannick Moy
1
-0
/
+9
2024-06-10
ada: Storage_Error in indirect call to function returning limited type
Javier Miranda
1
-5
/
+7
2024-05-16
ada: Avoid checking parameters of protected procedures
Viljar Indus
1
-2
/
+5
2024-05-16
ada: Fix bogus error on function returning noncontrolling result in private part
Eric Botcazou
1
-14
/
+9
2024-05-14
ada: Update of SPARK RM legality rules on ghost code
Yannick Moy
1
-7
/
+7
2024-05-13
ada: Deconstruct flag Split_PPC since splitting now is done in expansion
Piotr Trojanek
1
-3
/
+1
2024-05-13
ada: Replace finalization masters with finalization collections
Eric Botcazou
1
-6
/
+6
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2024-01-09
ada: Cannot requeue to a procedure implemented by an entry
Javier Miranda
1
-0
/
+1
2024-01-09
ada: More aggressive inlining of subprogram calls in GNATprove mode
Piotr Trojanek
1
-1
/
+4
2023-11-30
ada: Remove SPARK legality checks
Yannick Moy
1
-2
/
+2
2023-11-30
ada: Fix spelling of functions with(out) "side effects"
Yannick Moy
1
-2
/
+2
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-3
/
+3
2023-11-07
ada: Implement Aspects as fields under nodes
Viljar Indus
1
-26
/
+10
2023-11-07
ada: New Local_Restrictions and User_Aspect aspects.
Steve Baird
1
-0
/
+10
2023-10-19
ada: Support new SPARK aspect Side_Effects
Yannick Moy
1
-28
/
+75
2023-09-15
ada: Crash on creation of extra formals on type extension
Javier Miranda
1
-5
/
+22
2023-09-14
ada: Assertion failure adding extra formals to late overriding subp.
Javier Miranda
1
-1
/
+2
2023-09-05
ada: Crash on creation of extra formals on type extension
Javier Miranda
1
-4
/
+4
2023-07-28
ada: Fix unsupported dispatching constructor call
Javier Miranda
1
-77
/
+108
2023-07-28
ada: Leave detection of missing return in functions to GNATprove
Piotr Trojanek
1
-9
/
+2
2023-06-20
ada: Further fixes to handling of private views in instances
Eric Botcazou
1
-12
/
+5
2023-05-29
ada: Cleanup detection of type support subprogram entities
Piotr Trojanek
1
-42
/
+31
[next]