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/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_ch3.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
[Ada] Fix implementation issues with equality for untagged record types
Eric Botcazou
1
-66
/
+27
2022-05-16
[Ada] Remove duplicated detection of user-defined equality
Piotr Trojanek
1
-21
/
+3
2022-05-16
[Ada] Improve building of untagged equality
Piotr Trojanek
1
-0
/
+1
2022-05-16
[Ada] Fix spurious error on limited view with incomplete type
Eric Botcazou
1
-2
/
+1
2022-05-13
[Ada] Implement late initialization rules for type extensions
Steve Baird
1
-235
/
+506
2022-05-11
[Ada] Set_Is_Known_Valid only if Safe_To_Capture_Value
Alexandre Oliva
1
-1
/
+4
2022-05-09
[Ada] Fix indentation of "Start of processing for ..." labels
Piotr Trojanek
1
-2
/
+0
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] Remove unnecessary guard for inserting non-empty list
Piotr Trojanek
1
-3
/
+1
2022-01-07
[Ada] Remove unnecessary guards for appending non-empty lists
Piotr Trojanek
1
-3
/
+1
2022-01-06
[Ada] Spurious error when using current instance of type
Justin Squirek
1
-0
/
+19
2022-01-05
[Ada] Expand controlling function wrapper into expression function
Piotr Trojanek
1
-20
/
+33
2022-01-05
[Ada] Expand controlling functions wrappers in GNATprove mode
Piotr Trojanek
1
-11
/
+0
2022-01-05
[Ada] Remove extra whitespace in declarations and parameters lists
Piotr Trojanek
1
-4
/
+4
2022-01-05
[Ada] Fix layout of parameters in calls to Predef_Spec_Or_Body
Piotr Trojanek
1
-13
/
+13
2022-01-05
[Ada] Simplify making of null procedure wrappers
Piotr Trojanek
1
-43
/
+31
2022-01-05
[Ada] Fix sharing of formal parameters between wrapper spec and body
Piotr Trojanek
1
-75
/
+64
2021-12-02
[Ada] Cleanup insertion of single freezing actions
Piotr Trojanek
1
-2
/
+1
2021-12-02
[Ada] Cleanups related to expansion of dispatching primitives
Piotr Trojanek
1
-4
/
+2
2021-12-02
[Ada] Separate building of equality from other dispatching routines
Piotr Trojanek
1
-168
/
+197
2021-12-01
[Ada] Simplify building of inequality function body
Piotr Trojanek
1
-13
/
+12
2021-11-10
[Ada] Don't carry action bodies for expansion of array equality
Piotr Trojanek
1
-4
/
+3
2021-10-25
[Ada] Simplify detection of a parent interface equality
Piotr Trojanek
1
-7
/
+4
2021-10-25
[Ada] Remove redundant guard in expansion of dispatching calls
Piotr Trojanek
1
-2
/
+1
2021-10-20
[Ada] tech debt: Clean up Uint fields, such as Esize
Bob Duff
1
-5
/
+6
2021-10-11
[Ada] Remove redundant guard in expansion of dispatching calls
Piotr Trojanek
1
-6
/
+2
2021-10-11
[Ada] Remove constant arguments
Etienne Servais
1
-9
/
+7
2021-10-11
[Ada] Simplify initialization of concurrent components
Piotr Trojanek
1
-5
/
+2
2021-10-01
[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditions
Javier Miranda
1
-0
/
+92
2021-09-21
[Ada] Clean up uses of Esize and RM_Size
Bob Duff
1
-4
/
+9
2021-09-20
[Ada] Present and No functions for type Uint
Bob Duff
1
-7
/
+7
2021-07-07
[Ada] Replace low-level membership tests with Is_Private_Type
Piotr Trojanek
1
-2
/
+2
2021-07-06
[Ada] Enable Ada 2020 Put_Image and Image support for tagged types
Steve Baird
1
-3
/
+11
2021-07-05
[Ada] Fix some "current instance" bugs
Steve Baird
1
-31
/
+20
2021-07-05
[Ada] Simplify and reuse Is_Concurrent_Interface
Piotr Trojanek
1
-6
/
+1
2021-07-05
[Ada] Add Ada 2022 Image and Put_Image support for tagged types
Steve Baird
1
-3
/
+1
2021-06-29
[Ada] Crash on limited array object with address clause
Ed Schonberg
1
-1
/
+6
2021-06-18
[Ada] Ada2020: AI12-0195 overriding class-wide pre/post conditions
Javier Miranda
1
-2
/
+2
2021-06-17
[Ada] Removal of technical debt
Justin Squirek
1
-5
/
+2
2021-06-16
[Ada] Remove unused initialization with New_List
Piotr Trojanek
1
-1
/
+1
2021-06-16
[Ada] Wrong reference to System.Tasking in expanded code
Arnaud Charlet
1
-5
/
+4
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-51
/
+51
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-10
/
+10
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-2
/
+6
2021-05-06
[Ada] Remove excessive conditions in iterations across components
Piotr Trojanek
1
-13
/
+7
2021-05-03
[Ada] Update copyright notice
Arnaud Charlet
1
-1
/
+1
2021-04-29
[Ada] Bad handling of array sliding in aggregate
Arnaud Charlet
1
-10
/
+5
2021-04-28
[Ada] Crash on inherited component in type extension in generic unit.
Ed Schonberg
1
-1
/
+6
2021-04-28
[Ada] Incorrect error with Default_Value on private/modular type
Bob Duff
1
-22
/
+15
[prev]
[next]