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
2023-11-07
ada: Fix incorrect resolution of overloaded function call in instance
Eric Botcazou
1
-0
/
+2
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-2
/
+2
2023-11-07
ada: New Local_Restrictions and User_Aspect aspects.
Steve Baird
1
-0
/
+8
2023-09-15
ada: Fix internal error on expression function with Refined_Post aspect
Eric Botcazou
1
-0
/
+3
2023-09-05
ada: Spurious warning about negative modular literal
Steve Baird
1
-0
/
+1
2023-08-07
ada: Crash in GNATprove due to wrong detection of inlining
Yannick Moy
1
-8
/
+10
2023-08-07
ada: Spurious error on class-wide preconditions
Javier Miranda
1
-0
/
+12
2023-07-28
ada: Add guard for detection of class-wide precondition subprograms
Piotr Trojanek
1
-1
/
+4
2023-06-20
ada: Fix crash on inlining in GNATprove
Yannick Moy
1
-0
/
+9
2023-06-20
ada: Add the ability to add error codes to error messages
Yannick Moy
1
-4
/
+5
2023-06-20
ada: Fix for attribute Range in Exceptional_Cases
Piotr Trojanek
1
-1
/
+2
2023-06-20
ada: Fix for quantified expressions in Exceptional_Cases
Piotr Trojanek
1
-1
/
+1
2023-06-20
ada: Small fixes to handling of private views in instances
Eric Botcazou
1
-11
/
+0
2023-06-13
ada: Disable inlining in potentially unevaluated contexts
Piotr Trojanek
1
-15
/
+6
2023-05-30
ada: Fix regression of secondary stack management in return statements
Eric Botcazou
1
-38
/
+31
2023-05-29
ada: Fix memory leak in expression function returning Big_Integer
Eric Botcazou
1
-4
/
+8
2023-05-29
ada: Fix bogus error on conditional expression with only user-defined literals
Eric Botcazou
1
-29
/
+98
2023-05-29
ada: Fix crash on semi-recursive call in access-to-subprogram contract
Piotr Trojanek
1
-2
/
+2
2023-05-29
ada: Fix small fallout of previous change
Eric Botcazou
1
-4
/
+6
2023-05-29
ada: Fix remaining failures in Roman Numbers test
Eric Botcazou
1
-2
/
+6
2023-05-29
ada: Accept parameters of enclosing subprograms in exceptional cases
Piotr Trojanek
1
-0
/
+1
2023-05-29
ada: Allow attributes like First and Last to be read in Exceptional_Cases
Piotr Trojanek
1
-1
/
+9
2023-05-29
ada: Repair support for user-defined literals in arithmetic operators
Eric Botcazou
1
-22
/
+32
2023-05-25
ada: Tune handling of attributes Old in contract Exceptional_Cases
Piotr Trojanek
1
-2
/
+30
2023-05-25
ada: Accept aliased parameters in Exceptional_Cases
Piotr Trojanek
1
-1
/
+2
2023-05-25
ada: Restrict use of formal parameters within exceptional cases
Piotr Trojanek
1
-0
/
+61
2023-05-23
ada: Fix oversight in latest change
Eric Botcazou
1
-1
/
+3
2023-05-23
ada: Fix resolution of mod operator of System.Storage_Elements
Eric Botcazou
1
-4
/
+19
2023-05-23
ada: Remove the body of System.Storage_Elements
Eric Botcazou
1
-5
/
+5
2023-05-22
ada: Cleanup redundant condition in resolution of entity names
Piotr Trojanek
1
-6
/
+4
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-19
/
+19
2023-05-16
ada: Implement inheritance of user-defined literal aspects for untagged types
Eric Botcazou
1
-1
/
+0
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-05
ada: INOX: prototype RFC on String Interpolation
Javier Miranda
1
-3
/
+39
2023-01-03
ada: Another small adjustment to special resolution of membership test
Eric Botcazou
1
-7
/
+12
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-1
/
+1
2022-12-06
ada: Small adjustment to special resolution of membership test
Eric Botcazou
1
-7
/
+11
2022-12-06
ada: Use larger type for membership test of universal value
Eric Botcazou
1
-0
/
+46
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
-26
/
+83
2022-11-08
ada: Remove obsolete code in Resolve_If_Expression
Eric Botcazou
1
-12
/
+1
2022-11-07
ada: Allow reuse of Enclosing_Declaration_Or_Statement by GNATprove
Piotr Trojanek
1
-31
/
+0
2022-11-07
ada: Clean up unnecesary call in resolution of overloaded expressions
Piotr Trojanek
1
-2
/
+2
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-0
/
+1
2022-09-12
[Ada] Fix issues with compiling ACATS test for user-defined literals
Gary Dismukes
1
-0
/
+14
2022-09-05
[Ada] Fix double identifiers in iterated component association
Piotr Trojanek
1
-3
/
+15
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
[next]