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
/
sem_ch12.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
ada: Implement new aspect Always_Terminates for SPARK
Piotr Trojanek
1
-3
/
+4
2023-06-13
ada: Fix another case of missing Has_Private_View flag
Eric Botcazou
1
-1
/
+1
2023-06-13
ada: Fix spurious error on call to function returning private in generic
Eric Botcazou
1
-56
/
+57
2023-05-29
ada: Fix spurious error on nested instantiations with generic renaming
Eric Botcazou
1
-9
/
+18
2023-05-26
ada: Fix internal error on Big_Integer conversion ghost instance
Eric Botcazou
1
-12
/
+12
2023-05-26
ada: Fix missing finalization in library-level instance body
Eric Botcazou
1
-54
/
+60
2023-05-23
ada: Accept and analyze new aspect Exceptional_Cases
Piotr Trojanek
1
-1
/
+2
2023-05-23
ada: Fix latent issue in support for protected entries
Eric Botcazou
1
-26
/
+1
2023-05-22
ada: Fix missing finalization in library-unit instance spec
Eric Botcazou
1
-4
/
+6
2023-05-22
ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_Hidden
Bob Duff
1
-4
/
+4
2023-05-22
ada: Add Is_Past_Self_Hiding_Point flag
Bob Duff
1
-0
/
+5
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-1
/
+1
2023-05-16
ada: Trivial refactoring in Instantiate_*_Body
Marc Poulhiès
1
-10
/
+6
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-05
ada: Fix nested generic instantiation
Marc Poulhiès
1
-0
/
+3
2023-01-05
ada: Fix generic instantiation of sibling package
Marc Poulhiès
1
-2
/
+31
2022-11-21
ada: Move warnings switches
Bob Duff
1
-4
/
+4
2022-11-14
ada: Adjust locations in aspects on generic formal subprograms
Piotr Trojanek
1
-0
/
+20
2022-11-14
ada: Fix style in code for generic formal subprograms with contracts
Piotr Trojanek
1
-9
/
+9
2022-11-14
ada: Expand generic formal subprograms with contracts for GNATprove
Piotr Trojanek
1
-1
/
+1
2022-11-08
ada: Propagate aspect Ghost when instantiating null formal procedures
Piotr Trojanek
1
-0
/
+2
2022-11-08
ada: Remove unneeded code in handling formal type defaults
Piotr Trojanek
1
-4
/
+2
2022-11-07
ada: Clean up code for visibility of generic actuals
Piotr Trojanek
1
-8
/
+6
2022-11-04
ada: Remove redundant calls in handling of aspect specifications
Piotr Trojanek
1
-1
/
+0
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-1
/
+1
2022-09-26
ada: Fix location of pragmas coming from aspects in top-level instances
Piotr Trojanek
1
-2
/
+5
2022-07-13
[Ada] Fix CodePeer warnings in GNAT sources
Justin Squirek
1
-1
/
+1
2022-07-12
[Ada] Fix spurious warning on unreferenced internal generic instance
Piotr Trojanek
1
-1
/
+0
2022-07-06
[Ada] Support ghost generic formal parameters
Yannick Moy
1
-27
/
+86
2022-07-05
[Ada] Remove unnecessary dead code after calls to nonreturning procedures
Piotr Trojanek
1
-1
/
+0
2022-05-18
[Ada] Fix incorrect freezing with generic child unit
Marc Poulhiès
1
-2
/
+2
2022-05-17
[Ada] Allow inlining for proof inside generics
Yannick Moy
1
-1
/
+4
2022-05-17
[Ada] Fix bogus visibility error with partially parameterized formal package
Eric Botcazou
1
-77
/
+157
2022-05-12
[Ada] Fix warning about generic subprograms withed but not instantiated
Piotr Trojanek
1
-1
/
+1
2022-05-11
[Ada] Fix style of body header boxes
Piotr Trojanek
1
-3
/
+3
2022-05-10
[Ada] Cleanup detection of No_Elist with No and Present
Piotr Trojanek
1
-1
/
+1
2022-05-09
[Ada] Fix indentation of "Start of processing for ..." labels
Piotr Trojanek
1
-1
/
+1
2022-01-11
[Ada] Remove extra space in single object declarations
Piotr Trojanek
1
-2
/
+2
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Remove unnecessary guards for appending non-empty lists
Piotr Trojanek
1
-3
/
+1
2022-01-06
[Ada] Fix regression in freezing code for instantiations
Eric Botcazou
1
-11
/
+19
2022-01-06
[Ada] Fix typo in comments found running aspell
Etienne Servais
1
-1
/
+1
2022-01-05
[Ada] Remove redundant code related to instances with formal subprograms
Piotr Trojanek
1
-1
/
+0
2022-01-05
[Ada] Deconstruct dead wrappers added for external axiomatization
Piotr Trojanek
1
-205
/
+0
2021-12-02
[Ada] Enhance freezing code for instantiations
Eric Botcazou
1
-118
/
+158
2021-12-01
[Ada] Allow formal functions to have a default in the form of an expression f...
Gary Dismukes
1
-2
/
+59
2021-12-01
[Ada] Tidy up freezing code for instantiations (continued)
Eric Botcazou
1
-266
/
+266
2021-12-01
[Ada] Tidy up freezing code for instantiations
Eric Botcazou
1
-134
/
+144
2021-12-01
[Ada] Replace low-level detection of subprograms with high-level wrapper
Piotr Trojanek
1
-1
/
+1
2021-10-25
[Ada] Renamed_Or_Alias cleanup
Bob Duff
1
-41
/
+42
[next]