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_ch6.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-05
[Ada] Refactoring related to Returns_By_Ref
Bob Duff
1
-24
/
+2
2021-06-29
[Ada] tech debt: Parent (Empty) is not allowed
Bob Duff
1
-1
/
+3
2021-06-21
[Ada] INOX: prototype "when" constructs
Justin Squirek
1
-0
/
+17
2021-06-21
[Ada] Add Return_Statement field
Richard Kenner
1
-0
/
+1
2021-06-18
[Ada] Code cleanups in exp_ch6.adb
Arnaud Charlet
1
-54
/
+51
2021-06-17
[Ada] Implementation of Inox feature of fixed lower bounds on array types/sub...
Gary Dismukes
1
-0
/
+7
2021-06-16
[Ada] Wrong reference to System.Tasking in expanded code
Arnaud Charlet
1
-1
/
+1
2021-06-15
[Ada] No_Task_Parts aspect
Bob Duff
1
-1
/
+3
2021-06-15
[Ada] Rename Ada 202* to Ada 2022
Arnaud Charlet
1
-4
/
+4
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-54
/
+54
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-2
/
+2
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-3
/
+7
2021-05-05
[Ada] Incorrect accessibility level on actual in procedure call
Justin Squirek
1
-64
/
+23
2021-05-03
[Ada] Update copyright notice
Arnaud Charlet
1
-1
/
+1
2021-05-03
[Ada] Replace calls to RTE with Is_RTE where possible
Piotr Trojanek
1
-2
/
+0
2021-05-03
[Ada] Expansion in _postconditions confusing CodePeer
Justin Squirek
1
-14
/
+48
2021-04-28
[Ada] Incorrect discriminant check on call to access to subprogram
Arnaud Charlet
1
-1
/
+1
2020-12-17
[Ada] Remove unused subprograms in validsw
Arnaud Charlet
1
-2
/
+2
2020-12-16
[Ada] Simplify membership tests with N_Subprogram_Call subtype
Piotr Trojanek
1
-2
/
+1
2020-12-15
[Ada] Postcondition checks performed before finalization
Justin Squirek
1
-0
/
+65
2020-12-15
[Ada] Transform_Function_Array issues
Arnaud Charlet
1
-5
/
+7
2020-12-14
[Ada] Compiler crash on call to function instance
Bob Duff
1
-0
/
+1
2020-11-30
[Ada] Fix internal error on extended return and fixed-point result
Eric Botcazou
1
-13
/
+10
2020-11-30
[Ada] Confusion in Transform_Function_Array and internal subprograms
Arnaud Charlet
1
-2
/
+2
2020-11-27
[Ada] Reference before declaration on C392015
Arnaud Charlet
1
-1
/
+2
2020-11-24
[Ada] Premature finalization on build in place return and case expression
Arnaud Charlet
1
-1
/
+1
2020-11-24
[Ada] Wrong finalization in call with if expression
Arnaud Charlet
1
-68
/
+24
2020-10-27
[Ada] New flag Transform_Function_Array
Arnaud Charlet
1
-2
/
+2
2020-10-23
[Ada] Further Ada 2020 work on accessibility checking
Justin Squirek
1
-132
/
+35
2020-10-22
[Ada] Reimplementation of accessibility checking
Justin Squirek
1
-600
/
+235
2020-10-21
[Ada] Implement missing function result finalization.
Steve Baird
1
-7
/
+73
2020-10-21
[Ada] Compiler crash on prefixed call to controlled function with invariant c...
Gary Dismukes
1
-0
/
+3
2020-10-21
[Ada] Incorrect associations for extra accessibility parameters
Justin Squirek
1
-12
/
+12
2020-10-21
[Ada] Make minimum accessibility level a constant object
Piotr Trojanek
1
-6
/
+6
2020-10-20
[Ada] Crash on cond expression as actual for anonymous access formal
Justin Squirek
1
-11
/
+16
2020-10-20
[Ada] Hang on cond expression as actual for anonymous access formal
Justin Squirek
1
-6
/
+9
2020-10-20
[Ada] Support for new aspect Subprogram_Variant on recursive subprograms
Piotr Trojanek
1
-0
/
+47
2020-10-19
[Ada] Suppress warnings in expansion of "for ... of" loops
Bob Duff
1
-1
/
+7
2020-10-19
[Ada] Compiler abort on in_out function parameter with type invariant
Ed Schonberg
1
-1
/
+7
2020-10-19
[Ada] No range check on fixed point to integer conversion
Arnaud Charlet
1
-3
/
+2
2020-10-19
[Ada] Simplify detection of by-copy types
Piotr Trojanek
1
-3
/
+1
2020-10-19
[Ada] Remove useless initialization and refine type of a local variable
Piotr Trojanek
1
-1
/
+1
2020-10-19
[Ada] Refine type of a local variable
Piotr Trojanek
1
-1
/
+1
2020-10-19
[Ada] Simplify membership test for operators
Piotr Trojanek
1
-3
/
+1
2020-10-16
[Ada] Assorted style cleanups
Piotr Trojanek
1
-10
/
+9
2020-10-16
[Ada] Remove obsolete workaround regarding array returns
Bob Duff
1
-8
/
+1
2020-10-16
[Ada] Finalization of uninitialized object with build in place call
Arnaud Charlet
1
-1
/
+1
2020-10-16
[Ada] Remove support for -gnatP and pragma Polling
Arnaud Charlet
1
-22
/
+0
2020-10-15
[Ada] Cleanup definition of Might_Have_Tasks
Javier Miranda
1
-3
/
+4
2020-10-15
[Ada] Get finalization right when a function returns a function call
Steve Baird
1
-2
/
+9
[next]