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
/
sem_ch4.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
ada: Add prototype for mutably tagged types
Justin Squirek
1
-1
/
+60
2024-06-13
ada: Interfaces order disables class-wide prefix notation calls
Javier Miranda
1
-1
/
+22
2024-05-16
ada: Improve recovery from illegal occurrence of 'Old in if_expression
Piotr Trojanek
1
-1
/
+1
2024-05-14
ada: Factor out implementation of default initialization for objects
Eric Botcazou
1
-14
/
+7
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2024-01-09
Fix internal error on function call returning extension of limited interface
Eric Botcazou
1
-1
/
+3
2023-12-19
ada: Cleanup SPARK legality checking
Yannick Moy
1
-5
/
+5
2023-11-30
ada: Constant_Indexing used when context requires a variable
Steve Baird
1
-3
/
+15
2023-11-07
ada: Fix incorrect resolution of overloaded function call in instance
Eric Botcazou
1
-4
/
+11
2023-11-07
ada: Minor tweaks for comparison operators
Eric Botcazou
1
-5
/
+4
2023-11-07
ada: Cleanup more "not Present"
Piotr Trojanek
1
-1
/
+1
2023-11-07
ada: Error in prefix-notation call
Bob Duff
1
-2
/
+8
2023-09-05
ada: Fix crash on selected component lookup in generic instance
Bob Duff
1
-3
/
+7
2023-07-18
ada: Improve error message for ambiguous subprogram call
Eric Botcazou
1
-1
/
+5
2023-06-20
ada: Spurious error on package instantiation
Javier Miranda
1
-101
/
+146
2023-06-15
ada: Fix missing error on function call returning incomplete view
Eric Botcazou
1
-0
/
+6
2023-06-13
ada: Support new GNAT-specific aspect Ghost_Predicate
Yannick Moy
1
-0
/
+27
2023-05-29
ada: Repair support for user-defined literals in arithmetic operators
Eric Botcazou
1
-133
/
+121
2023-05-26
ada: Tune detection of expression functions within a declare expression
Piotr Trojanek
1
-2
/
+2
2023-05-23
ada: Add new switch -gnatyz
Arnaud Charlet
1
-4
/
+4
2023-05-22
ada: Accept Assert pragmas in expression functions
Steve Baird
1
-1
/
+18
2023-05-22
ada: Improve -gnatyx style check
Arnaud Charlet
1
-0
/
+27
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-3
/
+2
2023-05-22
ada: Reject illegal declarations in expression functions
Steve Baird
1
-0
/
+10
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-35
/
+29
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-0
/
+1
2022-11-21
ada: Move warnings switches
Bob Duff
1
-0
/
+1
2022-11-08
ada: Implement RM 4.5.7(10/3) name resolution rule
Eric Botcazou
1
-56
/
+73
2022-11-08
ada: Minor consistency tweaks in Sem_Ch4
Eric Botcazou
1
-15
/
+24
2022-11-08
ada: Remove redundant line in Analyze_Qualified_Expression
Eric Botcazou
1
-2
/
+0
2022-11-04
ada: Allow enabling a restricted set of language extensions.
Steve Baird
1
-5
/
+6
2022-10-06
ada: Accessibility error incorrectly flagged on call within Pre'Class expression
Gary Dismukes
1
-1
/
+6
2022-09-12
[Ada] Initialize a local variable to avoid a CodePeer warning
Steve Baird
1
-1
/
+1
2022-09-12
[Ada] bugbox referencing INOX prefixed view of primitive op of modular type
Steve Baird
1
-1
/
+10
2022-09-06
[Ada] ICE handling discriminant-dependent index constraint for access component
Steve Baird
1
-0
/
+85
2022-09-05
[Ada] Cleanup analysis of quantified expressions with empty ranges
Piotr Trojanek
1
-32
/
+27
2022-07-06
[Ada] Spurious non-callable warning on prefixed call in class condition
Justin Squirek
1
-4
/
+19
2022-07-04
[Ada] Compiler rejects legal allocator in record component constraint expression
Steve Baird
1
-4
/
+13
2022-05-16
[Ada] Fix implementation issues with equality for untagged record types
Eric Botcazou
1
-24
/
+42
2022-05-16
[Ada] Couple of small consistency tweaks
Eric Botcazou
1
-6
/
+24
2022-05-13
[Ada] Do not overwrite limited view of result type
Eric Botcazou
1
-13
/
+0
2022-05-12
[Ada] Plug loophole in Possible_Type_For_Conditional_Expression
Eric Botcazou
1
-0
/
+4
2022-05-12
[Ada] Revamp analysis of conditional expressions
Eric Botcazou
1
-87
/
+390
2022-05-12
[Ada] Rewrite Sem_Ch4.Find_Boolean_Types
Eric Botcazou
1
-74
/
+68
2022-05-11
[Ada] Fix spurious ambiguity for if_expression containing operator
Eric Botcazou
1
-1
/
+1
2022-05-10
[Ada] Reuse Is_Rewrite_Substitution where possible
Piotr Trojanek
1
-1
/
+1
2022-05-09
[Ada] Fix check for looking for user defined literals
Ed Schonberg
1
-1
/
+3
2022-05-09
[Ada] Revamp type resolution for comparison and equality operators
Eric Botcazou
1
-791
/
+495
2022-01-11
[Ada] Reduce scope of declare block in analysis of allocators
Piotr Trojanek
1
-161
/
+160
[next]