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_attr.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-15
ada: Reject Loop_Entry inside prefix of Loop_Entry
Yannick Moy
1
-3
/
+18
2023-06-13
ada: Fix spurious error on call to function returning private in generic
Eric Botcazou
1
-2
/
+6
2023-06-13
ada: Mark attribute Initialized as ghost code
Yannick Moy
1
-0
/
+7
2023-05-29
ada: Analyze pre/post on access-to-subprogram without a wrapper
Piotr Trojanek
1
-0
/
+13
2023-05-26
ada: Fix crash on 'Img as generic actual function
Bob Duff
1
-13
/
+12
2023-05-26
ada: Reject thin 'Unrestricted_Access value to aliased constrained array
Eric Botcazou
1
-23
/
+51
2023-05-25
ada: Set Is_Not_Self_Hidden flag in more cases
Bob Duff
1
-1
/
+1
2023-05-25
ada: Restrict use of formal parameters within exceptional cases
Piotr Trojanek
1
-0
/
+8
2023-05-22
ada: Fix crash caused by incorrect expansion of iterated component
Marc Poulhiès
1
-1
/
+3
2023-05-16
ada: Spurious error analyzing 'old or 'result in class-wide conditions
Javier Miranda
1
-2
/
+21
2023-05-15
ada: Update comment after SPARK RM change
Yannick Moy
1
-1
/
+1
2023-05-15
ada: Improve check of attribute reference
Ronan Desplanques
1
-2
/
+4
2023-05-15
ada: Add Check_Error_Detected before "raise Bad_Attribute"
Bob Duff
1
-0
/
+1
2023-05-15
ada: Reject attribute Initialize on unchecked unions
Piotr Trojanek
1
-1
/
+8
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-128
/
+5
2022-12-01
ada: Use the address type of a Storage_Model_Type for 'Address
Gary Dismukes
1
-1
/
+28
2022-11-21
ada: Move warnings switches
Bob Duff
1
-0
/
+1
2022-11-14
ada: Remove incorrect comments about initialization
Bob Duff
1
-1
/
+1
2022-11-08
ada: Compile-time simplification of 'Image incorrectly ignores Put_Image
Steve Baird
1
-1
/
+3
2022-11-08
ada: Clean up call to check if aspects are present
Piotr Trojanek
1
-2
/
+2
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-1
/
+1
2022-11-04
ada: Allow enabling a restricted set of language extensions.
Steve Baird
1
-1
/
+1
2022-09-29
ada: Further tweak new expansion of contracts
Eric Botcazou
1
-3
/
+5
2022-09-12
[Ada] Reject 'Valid_Scalars on Unchecked_Union regardless of privacy
Piotr Trojanek
1
-10
/
+10
2022-09-12
[Ada] Temporary tweak new expansion of contracts
Eric Botcazou
1
-3
/
+3
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-17
/
+16
2022-09-06
[Ada] Enable lock free protected implementation by default
Steve Baird
1
-43
/
+1
2022-07-13
[Ada] Handle bodies-to-inline just like generic templates
Piotr Trojanek
1
-2
/
+2
2022-07-12
[Ada] Simplify rewriting of attributes into Boolean literals
Piotr Trojanek
1
-6
/
+1
2022-07-05
[Ada] Remove kludge for validity checks on Long_Float type
Piotr Trojanek
1
-37
/
+4
2022-07-05
[Ada] Spurious error on qualified prefix in Pack.Func'Result
Yannick Moy
1
-0
/
+6
2022-07-05
[Ada] Remove unnecessary dead code after calls to nonreturning procedures
Piotr Trojanek
1
-3
/
+0
2022-07-05
[Ada] Remove return statements after procedure calls that don't return
Piotr Trojanek
1
-10
/
+0
2022-07-05
[Ada] Fix clearly unintentional dead analysis of attribute Code_Address
Piotr Trojanek
1
-1
/
+1
2022-07-04
[Ada] Refactor duplicated resolution of Count and Index attributes
Piotr Trojanek
1
-14
/
+4
2022-07-04
[Ada] Tech debt: Remove code duplication
Justin Squirek
1
-16
/
+3
2022-07-04
[Ada] Fix missing error on 'Access of constrained array
Bob Duff
1
-3
/
+1
2022-05-30
[Ada] Do not analyze expression functions for dispatch tables
Eric Botcazou
1
-4
/
+8
2022-05-19
[Ada] Support Ada 2022 null array aggregates
Ed Schonberg
1
-0
/
+26
2022-05-18
[Ada] Ada2022: AI12-0143 Index attribute for entry families
Javier Miranda
1
-0
/
+250
2022-05-17
[Ada] Allow 'Reduce with -gnat2022
Arnaud Charlet
1
-5
/
+1
2022-05-16
[Ada] Remove useless code related to current value propagation
Piotr Trojanek
1
-1
/
+0
2022-05-13
[Ada] Crash in task body reference to discriminant
Javier Miranda
1
-0
/
+22
2022-05-09
[Ada] Remove repeated analysis of attribute prefixes
Piotr Trojanek
1
-8
/
+0
2022-05-09
[Ada] Remove redundant call to Set_Etype for attribute Bit_Order
Piotr Trojanek
1
-1
/
+0
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Fix the check of the 'Old prefix
Etienne Servais
1
-1
/
+4
2022-01-07
[Ada] Fix typo on "Placement" in comment
Etienne Servais
1
-1
/
+1
2022-01-06
[Ada] Spurious error when using current instance of type
Justin Squirek
1
-1
/
+9
[next]