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_res.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
[Ada] Plug legality loophole for equality operator of untagged record types
Eric Botcazou
1
-8
/
+1
2022-07-13
[Ada] Fix internal error on untagged record type with equality operator
Eric Botcazou
1
-1
/
+8
2022-07-12
[Ada] Remove out-of-range warning in unreachable code
Bob Duff
1
-3
/
+1
2022-07-12
[Ada] Warn about unreachable code after calls with No_Return
Piotr Trojanek
1
-0
/
+9
2022-07-12
[Ada] Fix missing Overflow and Range checks
Marc Poulhiès
1
-3
/
+5
2022-07-06
[Ada] Missing error on tagged type conversion
Javier Miranda
1
-34
/
+102
2022-07-06
[Ada] Restore accidentally removed part of a comment about unset references
Piotr Trojanek
1
-0
/
+1
2022-07-04
[Ada] Assertions in Einfo.Utils
Bob Duff
1
-3
/
+3
2022-07-04
[Ada] Give missing error on ambiguous operand of equality operator
Eric Botcazou
1
-15
/
+20
2022-06-01
[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_Stack
Eric Botcazou
1
-4
/
+2
2022-06-01
[Ada] Missing discriminant checks when accessing variant field
Steve Baird
1
-1
/
+5
2022-05-30
[Ada] Deconstruct deferred references
Piotr Trojanek
1
-16
/
+0
2022-05-19
[Ada] Fix spurious violations of No_Secondary_Stack restriction
Eric Botcazou
1
-2
/
+4
2022-05-18
[Ada] Crash building VSS with compiler built with assertions
Javier Miranda
1
-1
/
+6
2022-05-17
[Ada] Restore defensive guard in checks for volatile actuals
Piotr Trojanek
1
-1
/
+2
2022-05-16
[Ada] Fix implementation issues with equality for untagged record types
Eric Botcazou
1
-19
/
+81
2022-05-13
[Ada] Accept effectively volatile components in actuals
Piotr Trojanek
1
-0
/
+6
2022-05-13
[Ada] Remove redundant guard in checks for volatile actuals
Piotr Trojanek
1
-2
/
+1
2022-05-12
[Ada] Reuse collective subtype for comparison operators where possible
Piotr Trojanek
1
-6
/
+1
2022-05-10
[Ada] Remove repeated conversions between Source_Ptr and Int
Piotr Trojanek
1
-2
/
+2
2022-05-10
[Ada] Fix style in resolution of expression with actions
Piotr Trojanek
1
-0
/
+16
2022-05-10
[Ada] Reuse Is_Rewrite_Substitution where possible
Piotr Trojanek
1
-1
/
+1
2022-05-10
[Ada] Check declare and qualified expressions for unset references
Piotr Trojanek
1
-0
/
+2
2022-05-10
[Ada] Check if- and case-expressions for unset references
Piotr Trojanek
1
-0
/
+6
2022-05-10
[Ada] Fix hiding of user-defined operator that is not a homograph
Eric Botcazou
1
-84
/
+2
2022-05-10
[Ada] Simplify conversion from Character to Char_Code
Piotr Trojanek
1
-2
/
+2
2022-05-09
[Ada] Prevent inlining-for-proof for calls inside ELSIF condition
Piotr Trojanek
1
-1
/
+1
2022-05-09
[Ada] Fix visibility inside declare_expression
Ed Schonberg
1
-2
/
+15
2022-05-09
[Ada] Revamp type resolution for comparison and equality operators
Eric Botcazou
1
-136
/
+222
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-07
[Ada] Cleanup and modification of unreferenced warnings
Justin Squirek
1
-2
/
+2
2022-01-07
[Ada] Check scalar range in arrays constructed by concatenation
Etienne Servais
1
-3
/
+23
2022-01-06
[Ada] Warn on subtype declaration of null range
Bob Duff
1
-0
/
+24
2022-01-06
[Ada] Simplify type conversions in source pointer arithmetic
Piotr Trojanek
1
-1
/
+1
2022-01-06
[Ada] Refactor repeated implicit conversion from Char_Code to Uint
Piotr Trojanek
1
-2
/
+2
2022-01-06
[Ada] Fix typo in comments found running aspell
Etienne Servais
1
-5
/
+5
2022-01-06
[Ada] Rename Any_Access into Universal_Access
Eric Botcazou
1
-4
/
+4
2021-12-01
[Ada] Fix incorrect fixed-point computation in expression function
Eric Botcazou
1
-3
/
+9
2021-11-09
[Ada] Improve integration of strub with type systems
Alexandre Oliva
1
-2
/
+41
2021-10-25
[Ada] Spurious error on user-defined literal and operator
Ed Schonberg
1
-145
/
+260
2021-10-25
[Ada] Change format of the ?? warning insertion sequence
Etienne Servais
1
-6
/
+6
2021-10-05
[Ada] Improve error message on missing all/for in quantified expression
Yannick Moy
1
-0
/
+18
2021-10-04
[Ada] Remove repeated calls to Prefix in resolution of array accesses
Piotr Trojanek
1
-43
/
+40
2021-10-04
[Ada] Fix comment about expansion of slices
Piotr Trojanek
1
-1
/
+1
2021-10-04
[Ada] Fix resolution of Declare_Expressions involving transient scopes
Ed Schonberg
1
-49
/
+59
2021-10-04
[Ada] Fix handling of slices with subtype names
Piotr Trojanek
1
-10
/
+11
2021-10-04
[Ada] Fix missing check on slice with a subtype indication
Piotr Trojanek
1
-1
/
+5
2021-10-04
[Ada] Fix handling of 'Image acting as a prefix of a slice in CodePeer
Piotr Trojanek
1
-0
/
+10
2021-10-01
[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditions
Javier Miranda
1
-0
/
+9
[next]