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_ch9.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
ada: Factor out implementation of default initialization for objects
Eric Botcazou
1
-66
/
+1
2024-05-13
ada: Refactor repeated code for querying Boolean-valued aspects
Piotr Trojanek
1
-16
/
+3
2024-05-13
ada: Complete implementation of Ada 2022 aspect Exclusive_Functions
Piotr Trojanek
1
-3
/
+16
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2023-12-19
ada: Fix style and typos in comments
Piotr Trojanek
1
-2
/
+2
2023-09-15
ada: Do not perform local-exception-to-goto optimization on barrier functions
Patrick Bernardi
1
-24
/
+14
2023-09-05
ada: Fix problematic secondary stack management in protected entry
Eric Botcazou
1
-1
/
+1
2023-05-26
ada: Remove leftover code for counting protected entries
Piotr Trojanek
1
-20
/
+5
2023-05-26
ada: Crash on loop in dispatching conditional entry call
Javier Miranda
1
-8
/
+30
2023-05-26
ada: Duplicate declaration of _master entity
Javier Miranda
1
-23
/
+25
2023-05-23
ada: Fix latent issue in support for protected entries
Eric Botcazou
1
-16
/
+19
2023-05-22
ada: Small cleanup in support for protected subprograms
Eric Botcazou
1
-48
/
+49
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-2
/
+2
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-0
/
+1
2022-11-08
ada: Missing master of task causing assertion failure
Javier Miranda
1
-1
/
+36
2022-10-06
ada: Fix inserting of validity checks in lock-free protected subprograms
Piotr Trojanek
1
-1
/
+1
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-293
/
+6
2022-09-12
[Ada] Do not mark user parameters of protected subprograms as artificial
Eric Botcazou
1
-15
/
+18
2022-09-06
[Ada] Place "at end" on body nodes
Bob Duff
1
-33
/
+25
2022-06-02
[Ada] Remove redundant checks for missing lists
Piotr Trojanek
1
-149
/
+143
2022-05-19
[Ada] Fix invalid expanded code for entry families
Piotr Trojanek
1
-0
/
+9
2022-05-19
[Ada] Cleanup expansion of protected entry families
Piotr Trojanek
1
-13
/
+7
2022-05-17
[Ada] Don't create calls to Abort_Undefer when not Abort_Allowed
Ghjuvan Lacambre
1
-1
/
+3
2022-05-12
[Ada] Fix scope of block in expanded protected entry body
Piotr Trojanek
1
-1
/
+2
2022-05-10
[Ada] Reuse Is_Rewrite_Substitution where possible
Piotr Trojanek
1
-1
/
+1
2022-01-11
[Ada] Code cleanups
Arnaud Charlet
1
-1
/
+1
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Remove unnecessary guard for inserting non-empty list
Piotr Trojanek
1
-7
/
+1
2022-01-06
[Ada] Fix typo in comments found running aspell
Etienne Servais
1
-2
/
+2
2021-10-05
[Ada] Mark private component renaming as coming from source
Eric Botcazou
1
-6
/
+13
2021-09-22
[Ada] Fix conformance errors and erroneous code
Bob Duff
1
-5
/
+5
2021-07-07
[Ada] Transient scope cleanup
Bob Duff
1
-16
/
+12
2021-06-21
[Ada] Address ??? comments
Ghjuvan Lacambre
1
-1
/
+5
2021-06-16
[Ada] Wrong reference to System.Tasking in expanded code
Arnaud Charlet
1
-26
/
+13
2021-06-15
[Ada] Rename Ada 202* to Ada 2022
Arnaud Charlet
1
-7
/
+7
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-45
/
+45
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-16
/
+16
2021-05-07
[Ada] Fix link from body protected entry implementation to source code
Piotr Trojanek
1
-4
/
+4
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-2
/
+6
2021-05-05
[Ada] Reuse Has_Defaulted_Discriminants where possible
Piotr Trojanek
1
-3
/
+1
2021-05-03
[Ada] Update copyright notice
Arnaud Charlet
1
-1
/
+1
2021-04-28
[Ada] Cleanups related to entry barrier conditions
Piotr Trojanek
1
-4
/
+4
2020-12-16
[Ada] Simplify membership tests with N_Delay_Statement subtype
Piotr Trojanek
1
-2
/
+1
2020-11-27
[Ada] Abort defer mismatch with SJLJ exceptions
Arnaud Charlet
1
-13
/
+2
2020-11-26
[Ada] Reuse Is_Concurrent_Type when detecting protected or task types
Piotr Trojanek
1
-4
/
+3
2020-10-23
[Ada] Further Ada 2020 work on accessibility checking
Justin Squirek
1
-0
/
+21
2020-10-21
[Ada] Wrong detection of potentially blocking call in protected object
Javier Miranda
1
-0
/
+12
2020-10-16
[Ada] Ada2020: AI12-0129 Make protected objects more protecting
Arnaud Charlet
1
-2
/
+12
2020-07-27
[Ada] Use membership tests in front-end
Arnaud Charlet
1
-46
/
+39
[next]