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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-27
ada: Fix small inaccuracy in implementation of B.3.3(20/2)
Eric Botcazou
1
-21
/
+14
2023-09-27
ada: Fix bad interaction between inlining and thunk generation
Eric Botcazou
1
-3
/
+6
2023-09-27
ada: Fix wrong finalization for double subtype of bounded vector
Eric Botcazou
1
-4
/
+10
2023-09-27
Minor tweak
Eric Botcazou
1
-3
/
+3
2023-09-27
ada: Fix too small secondary stack allocation for returned conversion
Eric Botcazou
2
-30
/
+63
2023-09-27
ada: Fix too small secondary stack allocation for returned aggregate
Eric Botcazou
1
-3
/
+14
2023-09-27
ada: Fix missing error on function call returning incomplete view
Eric Botcazou
1
-0
/
+6
2023-09-27
ada: Fix inverted implementation of RM 8.4(10) clause for operators
Eric Botcazou
1
-1
/
+1
2023-09-27
ada: Fix aspect Linker_Section ignored on subprogram body
Eric Botcazou
1
-12
/
+19
2023-09-27
ada: Fix exception raised on invalid contract in generic package
Eric Botcazou
1
-10
/
+21
2023-09-27
ada: Fix internal error on imported function with post-condition
Eric Botcazou
1
-0
/
+16
2023-09-27
ada: Fix wrong expansion of array aggregate with noncontiguous choices
Eric Botcazou
1
-20
/
+18
2023-09-27
ada: Fix internal error on array constant in expression function
Eric Botcazou
1
-4
/
+21
2023-09-27
ada: Fix fallout of recent fix for missing finalization
Eric Botcazou
1
-10
/
+26
2023-09-27
ada: Fix regression of secondary stack management in return statements
Eric Botcazou
1
-38
/
+31
2023-09-27
ada: Fix visibility error with DIC or Type_Invariant aspect on generic type
Eric Botcazou
1
-2
/
+17
2023-09-27
ada: Fix spurious error on imported generic function with precondition
Eric Botcazou
1
-7
/
+1
2023-09-27
ada: Fix memory leak in expression function returning Big_Integer
Eric Botcazou
2
-16
/
+28
2023-09-27
ada: Call idiomatic routine in Expand_Simple_Function_Return
Eric Botcazou
1
-1
/
+1
2023-09-27
ada: Fix wrong finalization for loop on indexed container
Eric Botcazou
1
-3
/
+99
2023-09-27
ada: Fix bogus error on conditional expression with only user-defined literals
Eric Botcazou
1
-29
/
+98
2023-09-27
ada: Fix wrong finalization for case expression in expression function
Eric Botcazou
1
-2
/
+6
2023-09-27
ada: Fix internal error with pragma Compile_Time_{Warning,Error}
Eric Botcazou
1
-2
/
+7
2023-09-27
ada: Fix small fallout of previous change
Eric Botcazou
1
-4
/
+6
2023-09-27
ada: Fix remaining failures in Roman Numbers test
Eric Botcazou
1
-2
/
+6
2023-09-27
ada: Fix wrong result for membership test of null in null-excluding access type
Eric Botcazou
1
-3
/
+5
2023-09-27
ada: Fix small fallout of previous change
Eric Botcazou
1
-0
/
+7
2023-09-27
ada: Fix wrong finalization for call to BIP function in conditional expression
Eric Botcazou
3
-55
/
+138
2023-09-27
ada: Repair support for user-defined literals in arithmetic operators
Eric Botcazou
3
-155
/
+156
2023-09-27
ada: Fix spurious error on nested instantiations with generic renaming
Eric Botcazou
1
-9
/
+18
2023-09-27
ada: Fix internal error on Big_Integer conversion ghost instance
Eric Botcazou
1
-12
/
+12
2023-09-27
ada: Reject thin 'Unrestricted_Access value to aliased constrained array
Eric Botcazou
1
-23
/
+51
2023-09-27
ada: Add missing guards in Selected_Range_Checks
Eric Botcazou
1
-0
/
+2
2023-09-27
ada: Fix internal error on declare-expression in post-condition
Eric Botcazou
1
-5
/
+7
2023-09-27
ada: Rework fix for internal error on quantified expression with predicated type
Eric Botcazou
3
-35
/
+21
2023-09-27
ada: Fix internal error on quantified expression with predicated type
Eric Botcazou
3
-14
/
+40
2023-09-27
ada: Fix bogus error on predicated limited record declared in protected type
Eric Botcazou
2
-22
/
+10
2023-09-27
ada: Small code cleanup
Eric Botcazou
1
-13
/
+8
2023-09-27
ada: Use idiomatic construct in Expand_N_Package_Body
Eric Botcazou
1
-10
/
+1
2023-09-27
ada: Fix spurious freezing error on nonabstract null extension
Eric Botcazou
1
-3
/
+5
2023-09-27
ada: Fix crash on Ada.Containers with No_Dispatching_Calls restriction
Eric Botcazou
1
-1
/
+5
2023-09-27
ada: Fix error and crash on imported function with precondition and 'Base
Eric Botcazou
1
-3
/
+4
2023-09-27
ada: Fix double finalization in conditional exit statement
Eric Botcazou
1
-2
/
+5
2023-09-27
ada: Fix handling of constrained array declarations in declare-expression
Eric Botcazou
1
-2
/
+2
2023-09-27
ada: Use accumulator type in expansion of 'Reduce attribute
Eric Botcazou
1
-10
/
+62
2023-09-27
ada: Fix crash on iterated component in expression function
Eric Botcazou
1
-6
/
+8
2023-09-27
ada: Fix internal error on 'Image applied to array component
Eric Botcazou
1
-2
/
+21
2023-09-27
ada: Fix internal error on chain of predicated record types
Eric Botcazou
1
-6
/
+21
2023-09-27
ada: Implement inheritance of user-defined literal aspects for untagged types
Eric Botcazou
3
-8
/
+38
2023-09-27
ada: Fix internal error on instance in package body with -gnatn
Eric Botcazou
1
-0
/
+4
[prev]
[next]