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_ch13.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
[Ada] Add warning for overlays changing scalar storage order
Eric Botcazou
1
-4
/
+6
2020-07-10
[Ada] Reformatting and typo corrections
Gary Dismukes
1
-15
/
+15
2020-07-10
[Ada] Use small limit for aggregates inside subprograms
Arnaud Charlet
1
-4
/
+4
2020-07-10
[Ada] Part of implementation of AI12-0212: container aggregates
Ed Schonberg
1
-2
/
+298
2020-07-08
[Ada] Minor reformatting and typo fix
Gary Dismukes
1
-1
/
+1
2020-07-08
[Ada] Accept aspect Relaxed_Initialization on generic subprograms
Piotr Trojanek
1
-6
/
+10
2020-07-08
[Ada] Analyze aspects once generic subprograms are recognized
Piotr Trojanek
1
-16
/
+0
2020-07-08
[Ada] Disallow Predicate_Failure without predicate
Bob Duff
1
-10
/
+6
2020-07-08
[Ada] Add expected and actual size to "bit number out of range" error message
Ghjuvan Lacambre
1
-4
/
+8
2020-07-08
[Ada] Allow boolean expressions in aspect Relaxed_Initialization
Piotr Trojanek
1
-4
/
+40
2020-07-08
[Ada] Check predicates for subtypes of private types
Bob Duff
1
-0
/
+15
2020-07-07
[Ada] Ensure No_Specification_Of_Aspect forbids pragmas and repr. clauses
Ghjuvan Lacambre
1
-0
/
+7
2020-07-07
[Ada] Allow aspect Relaxed_Initialization on protected entries
Piotr Trojanek
1
-1
/
+1
2020-07-06
[Ada] AI12-0376 Relax RM 13.1(10) rule wrt primitive operations
Arnaud Charlet
1
-35
/
+36
2020-07-06
[Ada] Wording problems with predicates (AI12-0099)
Gary Dismukes
1
-0
/
+3
2020-06-18
[Ada] Missing error on aspects Input and Output
Javier Miranda
1
-23
/
+10
2020-06-17
[Ada] Additional legality rule for indexing operation for derived type
Ed Schonberg
1
-2
/
+34
2020-06-17
[Ada] Ada2020: AI12-0279 more dispatching points with aspect Yield
Javier Miranda
1
-0
/
+100
2020-06-17
[Ada] Support aspect Relaxed_Initialization on private types and constants
Piotr Trojanek
1
-2
/
+33
2020-06-17
[Ada] Implement static expression functions for Ada 202x (AI12-0075)
Gary Dismukes
1
-0
/
+132
2020-06-16
[Ada] Implement AI12-0249, AI12-0295 (user-defined numeric & string literals)
Steve Baird
1
-1
/
+154
2020-06-16
[Ada] Fix assertion failure on qualified type names in predicates
Piotr Trojanek
1
-1
/
+1
2020-06-15
[Ada] Fix analysis of Relaxed_Initialization for bodies-as-specs
Piotr Trojanek
1
-10
/
+22
2020-06-15
[Ada] Missing errors on aspect checking
Arnaud Charlet
1
-94
/
+143
2020-06-15
[Ada] Support aspect Relaxed_Initialization and attribute Initialized
Piotr Trojanek
1
-0
/
+183
2020-06-12
[Ada] ACATS 4.2Q - BDD2007
Arnaud Charlet
1
-0
/
+11
2020-06-12
[Ada] ACATS 4.1Q - CDD2A04 - RLS not followed
Arnaud Charlet
1
-5
/
+5
2020-06-12
[Ada] Small cleanup in handling of Ada 2012 implicit dereferences
Eric Botcazou
1
-2
/
+3
2020-06-11
[Ada] Allow specifying volatility refinement aspects for types
Steve Baird
1
-1
/
+10
2020-06-11
[Ada] Fix unnesting crash with Predicate_Failure/no pred
Bob Duff
1
-2
/
+0
2020-06-10
[Ada] Remove more references to ASIS
Arnaud Charlet
1
-18
/
+6
2020-06-10
[Ada] Simplify detection of static membership choices
Piotr Trojanek
1
-5
/
+10
2020-06-09
[Ada] Propagate DIC, Invariant and Predicate attributes to views
Eric Botcazou
1
-16
/
+50
2020-06-08
[Ada] AI12-0085 Missing aspect cases for Remote_Types
Arnaud Charlet
1
-0
/
+13
2020-06-08
[Ada] Style cleanups in new code for Pure_Barriers
Piotr Trojanek
1
-3
/
+5
2020-06-08
[Ada] Implement AI12-0290 (Simple_Barriers restriction)
Steve Baird
1
-56
/
+64
2020-06-08
[Ada] Ada_2020: shared variable control aspects on formal derived types
Ed Schonberg
1
-1
/
+5
2020-06-04
[Ada] Put_Image attribute
Bob Duff
1
-6
/
+302
2020-06-04
[Ada] Alignment clause ignored on completion derived from private type
Eric Botcazou
1
-8
/
+5
2020-06-03
[Ada] Iterate with procedural versions of Next_... routines where possible
Piotr Trojanek
1
-4
/
+4
2020-06-02
[Ada] Remove ASIS_Mode
Arnaud Charlet
1
-145
/
+41
2020-06-02
[Ada] Bump copyright year
Arnaud Charlet
1
-1
/
+1
2020-06-02
[Ada] Address potentially uninitialized variables and dead code
Arnaud Charlet
1
-3
/
+4
2020-06-02
[Ada] Fix bogus error for clause on derived type with variant part
Eric Botcazou
1
-1
/
+5
2019-12-18
[Ada] AI12-0282: shared variable control aspects on formal types
Ed Schonberg
1
-6
/
+26
2019-12-16
[Ada] Do not set a bogus Esize on subtype built for Component_Size clause
Eric Botcazou
1
-1
/
+1
2019-12-16
[Ada] AI12-0001: Independence and Representation clauses for atomic objects
Eric Botcazou
1
-4
/
+7
2019-12-13
[Ada] Spurious error on precondition of subprogram instantiation
Javier Miranda
1
-1
/
+4
2019-12-13
[Ada] Implement AI12-0109 (prohibit some "early" derivations)
Steve Baird
1
-18
/
+96
2019-12-13
[Ada] New flag to indicate whether aspect appears on partial view
Ed Schonberg
1
-0
/
+9
[next]