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
/
exp_ch7.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-2
/
+2
2023-10-10
ada: Remove superfluous setter procedure
Eric Botcazou
1
-1
/
+1
2023-09-26
ada: Fix missing call to Finalize_Protection for simple protected objects
Eric Botcazou
1
-9
/
+10
2023-09-26
ada: Fix unnesting generated loops with nested finalization procedure
Marc Poulhiès
1
-5
/
+83
2023-09-26
ada: Fix missing finalization of extended return object on abnormal completion
Eric Botcazou
1
-3
/
+3
2023-09-19
ada: TSS finalize address subprogram generation for constrained...
Richard Wai
1
-2
/
+26
2023-07-06
ada: Finalization not performed for component of protected type
Steve Baird
1
-0
/
+2
2023-06-20
ada: Further fixes to handling of private views in instances
Eric Botcazou
1
-5
/
+7
2023-06-20
ada: Small fixes to handling of private views in instances
Eric Botcazou
1
-19
/
+5
2023-05-30
ada: Fix fallout of recent fix for missing finalization
Eric Botcazou
1
-10
/
+26
2023-05-29
ada: Fix memory leak in expression function returning Big_Integer
Eric Botcazou
1
-12
/
+20
2023-05-26
ada: Fix missing finalization in library-level instance body
Eric Botcazou
1
-118
/
+15
2023-05-23
ada: Fix latent issue in support for protected entries
Eric Botcazou
1
-10
/
+0
2023-05-22
ada: Use idiomatic construct in Expand_N_Package_Body
Eric Botcazou
1
-10
/
+1
2023-05-22
ada: Fix missing finalization in separate package body
Eric Botcazou
1
-22
/
+37
2023-05-22
ada: Fix missing finalization in library-unit instance spec
Eric Botcazou
1
-5
/
+13
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-09
ada: Remove a couple of unreachable statements
Eric Botcazou
1
-10
/
+2
2023-01-09
ada: Simplify finalization of temporaries created for interface objects
Eric Botcazou
1
-24
/
+4
2023-01-05
ada: Clean up interface handling in Expand_N_Object_Declaration
Eric Botcazou
1
-5
/
+8
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-1
/
+1
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-537
/
+11
2022-09-06
[Ada] Place "at end" on body nodes
Bob Duff
1
-172
/
+52
2022-07-05
[Ada] Misc cleanup related to finalization
Bob Duff
1
-35
/
+20
2022-07-05
[Ada] Fix dangling bounds for array result of BIP functions
Eric Botcazou
1
-25
/
+3
2022-07-04
[Ada] Call-initialize all controlled objects in place
Eric Botcazou
1
-2
/
+7
2022-06-02
[Ada] Restore full generation of static dispatch tables with -gnatzr
Eric Botcazou
1
-7
/
+12
2022-06-02
[Ada] Get rid of secondary stack for most calls returning tagged types
Eric Botcazou
1
-32
/
+9
2022-06-01
[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_Stack
Eric Botcazou
1
-1
/
+1
2022-05-30
[Ada] Avoid creating a finalization wrapper block for functions
Bob Duff
1
-52
/
+28
2022-05-19
[Ada] Fix spurious violations of No_Secondary_Stack restriction
Eric Botcazou
1
-1
/
+1
2022-05-19
[Ada] Avoid copy operation for returns involving function calls
Eric Botcazou
1
-9
/
+4
2022-05-18
[Ada] Use specific predicate before manipulating BIP_Alloc_Form
Eric Botcazou
1
-4
/
+2
2022-05-17
[Ada] Typo fix in finalization comment
Marc Poulhiès
1
-8
/
+8
2022-05-16
[Ada] Type invariant or postcondition may cause uninitialized memory reads
Justin Squirek
1
-8
/
+27
2022-05-16
[Ada] Implement component finalization ordering rules for type extensions
Steve Baird
1
-5
/
+47
2022-01-11
[Ada] Avoid redundant checks for empty lists
Piotr Trojanek
1
-1
/
+1
2022-01-11
[Ada] Reuse Make_Temporary where possible
Piotr Trojanek
1
-11
/
+4
2022-01-11
[Ada] Remove extra space in single object declarations
Piotr Trojanek
1
-1
/
+1
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Simplify traversal in hooking of transient scopes
Piotr Trojanek
1
-15
/
+7
2022-01-06
[Ada] Fix typo in comments found running aspell
Etienne Servais
1
-1
/
+1
2022-01-06
[Ada] New restriction No_Tagged_Type_Registration
Bob Duff
1
-2
/
+6
2021-12-01
[Ada] Do not free task for _parent
Ghjuvan Lacambre
1
-2
/
+3
2021-10-20
[Ada] Crash on object of protected type with defaulted access component
Justin Squirek
1
-7
/
+21
2021-10-20
[Ada] tech debt: Clean up Uint fields, such as Esize
Bob Duff
1
-4
/
+3
2021-09-22
[Ada] Fix conformance errors and erroneous code
Bob Duff
1
-4
/
+4
2021-09-21
[Ada] Crash on build of Initialization procedure for derived container
Ed Schonberg
1
-1
/
+4
2021-09-20
[Ada] Cleanups related to building of dispatch tables
Piotr Trojanek
1
-1
/
+1
2021-09-20
[Ada] Move Build_And_Insert_Cuda_Initialization to Expand_CUDA_Package
Ghjuvan Lacambre
1
-6
/
+1
[next]