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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-18
ada: Fix expanding container aggregates with Iterator specification
Viljar Indus
1
-2
/
+5
2023-07-18
ada: Improve error message for ambiguous subprogram call
Eric Botcazou
3
-8
/
+21
2023-07-18
ada: Constraint_Error caused by interface conversion
Javier Miranda
1
-90
/
+4
2023-07-18
ada: Tweak CPU affinity handling on Linux
Ronan Desplanques
1
-31
/
+7
2023-07-18
ada: Fix internal error on aggregates of self-referencing types
Eric Botcazou
3
-13
/
+18
2023-07-18
ada: Fix assertion failure introduced by latest change
Eric Botcazou
1
-4
/
+5
2023-07-18
ada: Expose expected_throw attribute
Alexandre Oliva
6
-5
/
+146
2023-07-18
ada: Refactor s-pack* units to remove multiple returns
Vasiliy Fofanov
120
-4248
/
+4071
2023-07-18
ada: Allow warnings with explain code
Yannick Moy
1
-2
/
+4
2023-07-18
ada: Fix Valid_Scalars attribute applied to types from limited with
Eric Botcazou
2
-2
/
+9
2023-07-12
Daily bump.
GCC Administrator
1
-0
/
+11
2023-07-11
ada: Avoid renaming_decl in case of constrained array
Bob Duff
1
-1
/
+15
2023-07-11
ada: Fix wrong resolution for hidden discriminant in predicate
Eric Botcazou
1
-7
/
+42
2023-07-11
Daily bump.
GCC Administrator
1
-0
/
+49
2023-07-10
ada: Follow-up fix for compilation issue with recent MinGW-w64 versions
Eric Botcazou
1
-0
/
+3
2023-07-10
ada: Add typedefs to snames.h-tmpl
Tom Tromey
1
-2
/
+6
2023-07-10
ada: Simplify assertion to remove CodePeer message
Yannick Moy
1
-3
/
+1
2023-07-10
ada: Documentation for mixed declarations and statements
Bob Duff
3
-45
/
+91
2023-07-10
ada: hardcfr: optionally disable in leaf functions
Alexandre Oliva
2
-0
/
+10
2023-07-10
ada: hardcfr: mark throw-expected functions
Alexandre Oliva
2
-16
/
+18
2023-07-10
ada: Adapt proof of System.Arith_Double to remove CVC4
Yannick Moy
1
-9
/
+75
2023-07-10
ada: Add leafy mode for zero-call-used-regs
Alexandre Oliva
2
-1
/
+13
2023-07-07
Daily bump.
GCC Administrator
1
-0
/
+91
2023-07-06
ada: Add specification source files of runtime units
Claire Dross
1
-0
/
+3
2023-07-06
ada: Refactor the proof of the Value and Image runtime units
Claire Dross
38
-729
/
+835
2023-07-06
ada: Evaluate static expressions in Range attributes
Viljar Indus
1
-3
/
+13
2023-07-06
ada: Refer to non-Ada binding limitations in user guide
Viljar Indus
2
-31
/
+37
2023-07-06
ada: Reuse code in Is_Fully_Initialized_Type
Viljar Indus
1
-1
/
+1
2023-07-06
ada: Avoid crash in Find_Optional_Prim_Op
Viljar Indus
1
-0
/
+5
2023-07-06
ada: Improve error message on violation of SPARK_Mode rules
Yannick Moy
2
-1
/
+4
2023-07-06
ada: Finalization not performed for component of protected type
Steve Baird
2
-1
/
+16
2023-07-05
Daily bump.
GCC Administrator
1
-0
/
+36
2023-07-04
ada: Do not unnecessarily use component-wise loop for slice assignment
Eric Botcazou
3
-27
/
+31
2023-07-04
ada: Small adjustments to new procedure Expand_Unchecked_Union_Equality
Eric Botcazou
3
-16
/
+14
2023-07-04
ada: Add No_Use_Of_Attribute & No_Use_Of_Pragma to gnat_rm
Viljar Indus
3
-377
/
+415
2023-07-04
ada: Fix list of inherited subprograms in query for GNATprove
Yannick Moy
2
-0
/
+35
2023-07-04
Daily bump.
GCC Administrator
1
-0
/
+38
2023-07-03
ada: Fix renaming of predefined equality operator for unchecked union types
Eric Botcazou
6
-427
/
+390
2023-07-03
ada: Fix discrepancy in expansion of untagged record equality
Eric Botcazou
1
-25
/
+16
2023-07-03
ada: Fix small inaccuracy in implementation of B.3.3(20/2)
Eric Botcazou
1
-21
/
+14
2023-06-30
Daily bump.
GCC Administrator
1
-0
/
+4
2023-06-29
A couple of va_gc_atomic tweaks
Richard Sandiford
1
-11
/
+0
2023-06-28
Daily bump.
GCC Administrator
1
-0
/
+69
2023-06-27
ada: Fix build of GNAT tools
Eric Botcazou
1
-3
/
+6
2023-06-27
ada: Fix bad interaction between inlining and thunk generation
Eric Botcazou
1
-3
/
+6
2023-06-27
ada: Make the identification of case expressions more robust
Eric Botcazou
1
-5
/
+3
2023-06-27
ada: Fix double finalization of case expression in concatenation
Eric Botcazou
4
-72
/
+23
2023-06-27
ada: Fix incorrect handling of iterator specifications in recent change
Eric Botcazou
1
-7
/
+11
2023-06-27
ada: Correct the contract of Ada.Text_IO.Get_Line
Claire Dross
1
-9
/
+13
2023-06-27
ada: Fix too late finalization and secondary stack release in iterator loops
Eric Botcazou
2
-31
/
+14
[prev]
[next]