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_ch4.adb
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-11
[Ada] Balance parentheses in comments about allocators
Piotr Trojanek
1
-2
/
+2
2022-01-11
[Ada] Remove extra space in single object declarations
Piotr Trojanek
1
-1
/
+1
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-06
[Ada] Remove unnecessary guards for non-empty lists
Piotr Trojanek
1
-18
/
+16
2022-01-06
[Ada] Fix typo in comments found running aspell
Etienne Servais
1
-1
/
+1
2022-01-06
[Ada] Spurious error when using current instance of type
Justin Squirek
1
-0
/
+18
2022-01-06
[Ada] Rename Any_Access into Universal_Access
Eric Botcazou
1
-22
/
+16
2022-01-05
[Ada] Remove Compiler_Unit[_Warning] pragmas
Marc Poulhiès
1
-16
/
+0
2021-12-01
[Ada] Improve error messages for dot notation when -gnatX not used
Yannick Moy
1
-3
/
+5
2021-11-10
[Ada] Fix oversight in latest change to Has_Compatible_Type
Eric Botcazou
1
-5
/
+4
2021-11-10
[Ada] Add guard against previous error for peculiar ACATS test
Eric Botcazou
1
-0
/
+6
2021-11-09
[Ada] Tidy up implementation of Has_Compatible_Type
Eric Botcazou
1
-31
/
+29
2021-10-25
[Ada] Spurious error on user-defined literal and operator
Ed Schonberg
1
-0
/
+79
2021-10-25
[Ada] Change format of the ?? warning insertion sequence
Etienne Servais
1
-4
/
+4
2021-10-20
[Ada] Issue warning on unused quantified expression
Yannick Moy
1
-13
/
+59
[next]