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
/
sem_ch6.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
[Ada] Crash on inlined separate subprogram
Justin Squirek
1
-1
/
+6
2021-07-09
[Ada] Initialize local variables related to static expression functions
Piotr Trojanek
1
-2
/
+2
2021-07-09
[Ada] Reorder preanalysis of static expression functions
Piotr Trojanek
1
-10
/
+6
2021-07-09
[Ada] Decouple analysis of static expression functions from GNATprove
Piotr Trojanek
1
-69
/
+68
2021-07-09
[Ada] Avoid repeated computing of type of expression functions
Piotr Trojanek
1
-8
/
+11
2021-07-09
[Ada] Fix comment related to analysis of expression functions
Piotr Trojanek
1
-1
/
+1
2021-07-09
[Ada] Avoid repeated calls in analysis of expression functions
Piotr Trojanek
1
-2
/
+2
2021-07-09
[Ada] Refine types of local variables in analysis of expression functions
Piotr Trojanek
1
-2
/
+2
2021-07-09
[Ada] Remove an unnecessary local constant
Piotr Trojanek
1
-1
/
+0
2021-07-08
[Ada] Simplify redundant checks for non-empty lists
Piotr Trojanek
1
-1
/
+0
2021-07-07
[Ada] Reduce scope of local variables
Piotr Trojanek
1
-4
/
+6
2021-07-07
[Ada] Replace low-level membership tests with Is_Private_Type
Piotr Trojanek
1
-2
/
+2
2021-07-06
[Ada] Support for Object.Op subprogram-call notation for untagged types
Gary Dismukes
1
-2
/
+96
2021-07-06
[Ada] Spurious conformance error on expression function
Ed Schonberg
1
-0
/
+11
2021-07-05
[Ada] Simplify and reuse Is_Concurrent_Interface
Piotr Trojanek
1
-4
/
+1
2021-07-05
[Ada] Fix missing error messages when returning limited type
Ghjuvan Lacambre
1
-1
/
+2
2021-07-05
[Ada] Refactoring related to Returns_By_Ref
Bob Duff
1
-13
/
+1
2021-06-29
[Ada] Overriding errors on renamings and instances overriding predefined oper...
Gary Dismukes
1
-5
/
+7
2021-06-29
[Ada] tech debt: Parent (Empty) is not allowed
Bob Duff
1
-1
/
+1
2021-06-21
[Ada] INOX: prototype "when" constructs
Justin Squirek
1
-0
/
+12
2021-06-18
[Ada] Ada2020: AI12-0195 overriding class-wide pre/post conditions
Javier Miranda
1
-7
/
+32
2021-06-18
[Ada] Relax null exclusion mismatch check in Relaxed_RM_Semantics mode
Arnaud Charlet
1
-1
/
+3
2021-06-18
[Ada] Ada2020: Special handling of types derived from runtime
Javier Miranda
1
-0
/
+12
2021-06-17
[Ada] Removal of technical debt
Justin Squirek
1
-22
/
+11
2021-06-17
[Ada] Fix varsize node name conflict
Bob Duff
1
-7
/
+7
2021-06-16
[Ada] Wrong reference to System.Tasking in expanded code
Arnaud Charlet
1
-1
/
+1
2021-06-15
[Ada] Rename Ada 202* to Ada 2022
Arnaud Charlet
1
-6
/
+6
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-66
/
+66
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-17
/
+17
2021-05-07
[Ada] Fix link from body protected entry implementation to source code
Piotr Trojanek
1
-14
/
+1
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-3
/
+39
2021-05-06
[Ada] Assert failure on pragma Inline in procedure body
Arnaud Charlet
1
-4
/
+2
2021-05-04
[Ada] Fix inconsistent iteration with First_Formal and Next_Entity
Piotr Trojanek
1
-2
/
+2
2021-05-03
[Ada] Update copyright notice
Arnaud Charlet
1
-1
/
+1
2021-05-03
[Ada] Remove leading and trailing spaces in error messages
Piotr Trojanek
1
-5
/
+5
2020-12-17
[Ada] Fixes for GNAT error/warning messages
Yannick Moy
1
-3
/
+3
2020-12-15
[Ada] Postcondition checks performed before finalization
Justin Squirek
1
-4
/
+2
2020-12-15
[Ada] Transform_Function_Array issues
Arnaud Charlet
1
-11
/
+35
2020-11-27
[Ada] Implement AI12-0187 (Stable properties of abstract data types)
Steve Baird
1
-1
/
+11
2020-11-26
[Ada] Minor reformatting and a typo fix
Gary Dismukes
1
-3
/
+2
2020-11-26
[Ada] Improve error message on illegal prefixed procedure call
Ed Schonberg
1
-0
/
+21
2020-11-26
[Ada] Compiler crash on named association in return aggregate
Justin Squirek
1
-13
/
+201
2020-10-27
[Ada] New flag Transform_Function_Array
Arnaud Charlet
1
-14
/
+15
2020-10-23
[Ada] Further Ada 2020 work on accessibility checking
Justin Squirek
1
-170
/
+271
2020-10-22
[Ada] Reimplementation of accessibility checking
Justin Squirek
1
-3
/
+3
2020-10-21
[Ada] Make minimum accessibility level a constant object
Piotr Trojanek
1
-1
/
+2
2020-10-20
[Ada] Add support for Unreferenced aspect on formal parameters
Arnaud Charlet
1
-3
/
+24
2020-10-20
[Ada] Inlining nonstatic calls to static expression functions
Gary Dismukes
1
-0
/
+6
2020-10-19
[Ada] AI12-0352: Early derivation and equality of untagged types
Arnaud Charlet
1
-2
/
+19
2020-10-16
[Ada] Assorted style cleanups
Piotr Trojanek
1
-2
/
+0
[next]