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
/
exp_util.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-20
ada: Convert -gnatw.n messages to warnings
Viljar Indus
1
-2
/
+2
2024-06-14
ada: Add prototype for mutably tagged types
Justin Squirek
1
-36
/
+28
2024-06-13
ada: Compiler goes into loop
Steve Baird
1
-1
/
+4
2024-06-13
ada: Fix segmentation fault on slice of array with Unbounded_String component
Eric Botcazou
1
-1
/
+1
2024-06-13
ada: Fix oversight in latest finalization fix
Eric Botcazou
1
-1
/
+1
2024-06-13
ada: Fix fallout of previous finalization change
Eric Botcazou
1
-4
/
+14
2024-06-13
ada: Fix too late finalization of temporary object
Eric Botcazou
1
-72
/
+44
2024-05-21
ada: Missing constraint check for initial value of object with address clause
Steve Baird
1
-0
/
+29
2024-05-16
ada: Redundant validity checks
Steve Baird
1
-0
/
+5
2024-05-14
ada: Decouple attachment from dynamic allocation for controlled objects
Eric Botcazou
1
-42
/
+478
2024-05-14
ada: Small cleanup about allocators and aggregates
Eric Botcazou
1
-33
/
+15
2024-05-14
ada: Compiler crash or errors on if_expression in container aggregate
Gary Dismukes
1
-1
/
+3
2024-05-14
ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_Proc
Eric Botcazou
1
-25
/
+18
2024-05-14
ada: Fix double finalization for dependent expression of case expression
Eric Botcazou
1
-45
/
+21
2024-05-14
ada: Factor out implementation of default initialization for objects
Eric Botcazou
1
-16
/
+12
2024-05-13
ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util
Eric Botcazou
1
-0
/
+26
2024-05-13
ada: Replace finalization masters with finalization collections
Eric Botcazou
1
-22
/
+23
2024-05-06
ada: Do not attempt to generate finalization actions with restricted profile
Eric Botcazou
1
-2
/
+6
2024-05-06
ada: Rework processing of special objects needing finalization
Eric Botcazou
1
-4
/
+3
2024-05-06
ada: Fix missing associated node for packed array itypes
Piotr Trojanek
1
-13
/
+2
2024-05-06
ada: Partial implementation of redesign of support for object finalization
Eric Botcazou
1
-162
/
+9
2024-02-26
Finalization of object allocated by anonymous access designating local type
Eric Botcazou
1
-5
/
+10
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2024-01-09
ada: Remove side effects depending on the context of subtype declaration
Piotr Trojanek
1
-11
/
+63
2023-12-19
ada: Further cleanup in finalization machinery
Eric Botcazou
1
-6
/
+6
2023-11-30
ada: Fix spelling of functions with(out) "side effects"
Yannick Moy
1
-43
/
+43
2023-11-28
ada: Further cleanup in finalization machinery
Eric Botcazou
1
-3
/
+13
2023-11-21
ada: Further cleanup in finalization machinery
Eric Botcazou
1
-9
/
+0
2023-11-21
ada: Small cleanup in finalization machinery
Eric Botcazou
1
-18
/
+6
2023-11-07
ada: Fix expansion of type aspects with handling of aspects
Piotr Trojanek
1
-2
/
+2
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-2
/
+2
2023-09-26
ada: Fix missing call to Finalize_Protection for simple protected objects
Eric Botcazou
1
-2
/
+30
2023-09-26
ada: Fix missing finalization of extended return object on abnormal completion
Eric Botcazou
1
-3
/
+3
2023-09-15
ada: Fix internal error on misaligned component with variable nominal size
Eric Botcazou
1
-3
/
+6
2023-09-14
ada: Improve detection of deactivated code for warnings with -gnatwt
Yannick Moy
1
-9
/
+150
2023-09-14
ada: Assertion failure on expansion of record with invariant
Javier Miranda
1
-2
/
+10
2023-09-14
ada: Fix premature finalization in loop over limited iterable container
Eric Botcazou
1
-40
/
+48
2023-08-03
ada: Fix spurious error on 'Input of private type with Type_Invariant aspect
Eric Botcazou
1
-4
/
+19
2023-07-28
ada: Small refactor
Viljar Indus
1
-2
/
+3
2023-07-06
ada: Avoid crash in Find_Optional_Prim_Op
Viljar Indus
1
-0
/
+5
2023-07-04
ada: Do not unnecessarily use component-wise loop for slice assignment
Eric Botcazou
1
-15
/
+18
2023-06-15
ada: Fix too small secondary stack allocation for returned conversion
Eric Botcazou
1
-0
/
+1
2023-06-15
ada: Revert latest change to Find_Hook_Context
Eric Botcazou
1
-10
/
+0
2023-06-15
ada: Fix missing finalization for aggregates nested in conditional expressions
Eric Botcazou
1
-0
/
+20
2023-06-13
ada: Streamline expansion of controlled actions for aggregates
Eric Botcazou
1
-8
/
+0
2023-06-13
ada: Factor out tag assignments from type in expander
Eric Botcazou
1
-0
/
+27
2023-06-13
ada: Support new GNAT-specific aspect Ghost_Predicate
Yannick Moy
1
-0
/
+2
2023-05-30
ada: Fix visibility error with DIC or Type_Invariant aspect on generic type
Eric Botcazou
1
-2
/
+17
2023-05-29
ada: Fix wrong finalization for loop on indexed container
Eric Botcazou
1
-3
/
+99
2023-05-16
ada: Adjust semantics and implementation of storage models
Eric Botcazou
1
-0
/
+49
[next]