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
/
exp_attr.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
ada: Transform Length attribute references for non-Strict overflow mode.
Steve Baird
1
-1
/
+68
2024-08-23
ada: Crash on string interpolation with custom string types
Javier Miranda
1
-1
/
+27
2024-08-08
ada: Finalization_Size raises Constraint_Error
Javier Miranda
1
-1
/
+24
2024-08-01
ada: Remove support for bodies in -gnatceg
Arnaud Charlet
1
-93
/
+69
2024-06-27
ada: Implement first half of Generalized Finalization
Eric Botcazou
1
-3
/
+6
2024-06-14
ada: Bad tree built for Obj.Discrim_Dep_Component'Loop_Entry in assertion
Steve Baird
1
-7
/
+18
2024-06-10
ada: Fix references to Ada RM in comments
Piotr Trojanek
1
-2
/
+2
2024-06-10
ada: Cleanup repeated code in expansion of stream attributes
Piotr Trojanek
1
-21
/
+15
2024-05-16
ada: Implement new experimental attribute 'Super
Justin Squirek
1
-0
/
+1
2024-05-16
ada: Follow up fixes for Put_Image/streaming regressions
Steve Baird
1
-0
/
+38
2024-05-14
ada: Follow up fixes for Put_Image/streaming regressions
Steve Baird
1
-1
/
+2
2024-05-14
ada: Replace "not Present" tests with "No".
Steve Baird
1
-6
/
+6
2024-05-14
ada: Reduce generated code duplication for streaming and Put_Image subprograms
Steve Baird
1
-231
/
+396
2024-05-14
ada: Error in determining accumulator subtype for a reduction expression
Steve Baird
1
-39
/
+26
2024-05-07
ada: Fix crash on body postcondition
Bob Duff
1
-63
/
+9
2024-05-06
ada: Fix wrong Finalization_Size for No_Heap_Finalization objects
Eric Botcazou
1
-1
/
+9
2024-05-06
ada: Partial implementation of redesign of support for object finalization
Eric Botcazou
1
-3
/
+4
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2024-01-09
ada: Fix bug in Sem_Util.Enclosing_Declaration
Steve Baird
1
-10
/
+1
2023-11-28
ada: Error compiling reduction expression with overloaded reducer subprogram
Steve Baird
1
-43
/
+34
2023-08-01
ada: Default Put_Image for composite derived types is missing information
Pascal Obry
1
-2
/
+2
2023-05-26
ada: Fix typos "statment" and "condtion"
Bob Duff
1
-1
/
+1
2023-05-25
ada: Avoid duplicated streaming subprograms
Steve Baird
1
-62
/
+217
2023-05-22
ada: Fix source location for crashes in expanded Loop_Entry attributes
Piotr Trojanek
1
-6
/
+4
2023-05-16
ada: Use accumulator type in expansion of 'Reduce attribute
Eric Botcazou
1
-10
/
+62
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-03
ada: Simplify [Small_]Integer_Type_For
Bob Duff
1
-14
/
+11
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-1
/
+14
2022-11-08
ada: Enforce matching of extra formals
Javier Miranda
1
-10
/
+31
2022-11-07
ada: Remove useless validity suppression for attribute Input
Piotr Trojanek
1
-3
/
+2
2022-11-04
ada: Fix for validity checks combined with aliasing checks
Justin Squirek
1
-5
/
+11
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-1
/
+1
2022-09-12
[Ada] Fix validity checking on renamed Old attribute prefix
Piotr Trojanek
1
-1
/
+11
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-22
/
+25
2022-09-12
[Ada] Revert "Enforce matching of extra formals"
Javier Miranda
1
-31
/
+10
2022-09-06
[Ada] Enable lock free protected implementation by default
Steve Baird
1
-1
/
+0
2022-09-06
[Ada] Enforce matching of extra formals
Javier Miranda
1
-10
/
+31
2022-09-06
[Ada] Cleanup unnecessary shadowing in expansion of attribute Old
Piotr Trojanek
1
-1
/
+0
2022-09-06
[Ada] Cope with scalar subtypes that have a non-scalar basetype.
Steve Baird
1
-1
/
+4
2022-09-06
[Ada] Bad Valid_Scalars result if signed int component type signed has partia...
Steve Baird
1
-24
/
+24
2022-09-06
[Ada] Improve detection of illegal Iterable aspects
Piotr Trojanek
1
-2
/
+3
2022-09-05
[Ada] Cleanup expansion of attribute Priority
Piotr Trojanek
1
-15
/
+16
2022-09-05
[Ada] Fix expansion of attribute Priority
Piotr Trojanek
1
-4
/
+6
2022-05-19
[Ada] Wrong interface dynamic dispatch via access parameter
Javier Miranda
1
-52
/
+84
2022-05-18
[Ada] Ada2022: AI12-0143 Index attribute for entry families
Javier Miranda
1
-0
/
+18
2022-05-16
[Ada] Fix expansion of attribute Loop_Entry wrt value propagation
Piotr Trojanek
1
-10
/
+18
2022-05-13
[Ada] Wrong address for class-wide interface access conversion
Javier Miranda
1
-4
/
+25
2022-05-10
[Ada] Optimize nonstandard boolean validity checking
Alexandre Oliva
1
-1
/
+5
2022-05-09
[Ada] Fix invalid memory access on finalization of class-wide type
Justin Squirek
1
-1
/
+15
2022-05-09
[Ada] Fix package installation for private array type of private element
Ed Schonberg
1
-1
/
+14
[next]