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
/
gcc-interface
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-09
Update copyright year
Eric Botcazou
1
-1
/
+1
2020-05-09
Fix small issues with -fgnat-encodings=minimal
Eric Botcazou
1
-103
/
+130
2020-05-09
Fix missing back-annotation for Out parameter
Eric Botcazou
1
-1
/
+4
2020-05-08
Fix uniqueness of address for aliased objects
Eric Botcazou
1
-3
/
+12
2020-05-08
Couple of tweaks to help in LTO mode
Eric Botcazou
1
-0
/
+16
2020-05-08
Small tweak to gnat_to_gnu_param
Eric Botcazou
1
-2
/
+5
2020-03-11
Fix internal error on locally-defined subpools
Eric Botcazou
1
-1
/
+8
2019-12-18
[Ada] Do not propagate Object_Size onto Size for composite types
Eric Botcazou
1
-5
/
+20
2019-12-16
[Ada] AI12-0001: Independence and Representation clauses for atomic objects
Eric Botcazou
1
-43
/
+59
2019-12-03
decl.c (gnat_to_gnu_subprog_type): With the Copy-In/ Copy-Out mechanism...
Eric Botcazou
1
-8
/
+51
2019-10-11
decl.c (elaborate_reference_1): Specifically deal with pointer displacement.
Eric Botcazou
1
-1
/
+10
2019-10-11
decl.c (gnat_to_gnu_field): Adjust again the packing for a field without stri...
Eric Botcazou
1
-0
/
+7
2019-10-11
decl.c (annotate_value): Really test the sign of the value when deciding to b...
Eric Botcazou
1
-9
/
+7
2019-10-11
decl.c (Gigi_Equivalent_Type): New case.
Eric Botcazou
1
-0
/
+5
2019-10-11
decl.c (gnat_to_gnu_entity): New case to deal with the definition of named nu...
Eric Botcazou
1
-6
/
+28
2019-09-27
set DECL_SIZE_UNIT for zero-sized fields
Alexandre Oliva
1
-0
/
+1
2019-09-23
decl.c (components_to_record): Do not reorder fields in packed record types i...
Eric Botcazou
1
-4
/
+11
2019-08-30
decl.c (maybe_saturate_size): New function.
Eric Botcazou
1
-5
/
+20
2019-08-30
ada-tree.h (DECL_FORCED_BY_REF_P): New macro.
Eric Botcazou
1
-1
/
+7
2019-08-30
gigi.h (aggregate_type_contains_array_p): Declare.
Eric Botcazou
1
-32
/
+11
2019-08-30
decl.c (annotate_value): Inline the call also if List_Representation_Info is ...
Eric Botcazou
1
-1
/
+1
2019-08-30
gigi.h (gigi_checking_assert): New macro.
Eric Botcazou
1
-22
/
+17
2019-06-29
decl.c (gnat_to_gnu_entity): Beep up comment on SAVED...
Eric Botcazou
1
-13
/
+35
2019-06-29
decl.c (gnat_to_gnu_entity): If the type requires strict alignment, then set ...
Eric Botcazou
1
-59
/
+57
2019-06-29
decl.c (gnat_to_gnu_field): Rework error messages for fields requiring strict...
Eric Botcazou
1
-53
/
+56
2019-06-29
decl.c (set_nonaliased_component_on_array_type): Add missing guard for the pr...
Eric Botcazou
1
-2
/
+4
2019-06-29
expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t...
Eric Botcazou
1
-28
/
+42
2019-06-25
decl.c (gnat_to_gnu_entity): Remove superfluous test in previous change.
Eric Botcazou
1
-2
/
+1
2019-06-24
ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.
Jan Hubicka
1
-1
/
+3
2019-05-28
implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...
Eric Botcazou
1
-46
/
+39
2019-05-28
decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype.
Eric Botcazou
1
-1
/
+0
2019-05-28
decl.c (components_to_record): Set a name on the type created for the REP par...
Eric Botcazou
1
-0
/
+2
2019-05-28
decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu...
Eric Botcazou
1
-3
/
+3
2019-01-27
repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...
Eric Botcazou
1
-189
/
+173
2019-01-27
decl.c (array_type_has_nonaliased_component): Return the same value for every...
Eric Botcazou
1
-9
/
+5
2019-01-26
decl.c (annotate_value): Use test on the sign bit instead of on the sign of t...
Eric Botcazou
1
-17
/
+29
2019-01-08
[Ada] Bump copyright years to 2019
Pierre-Marie de Rodat
1
-1
/
+1
2018-12-14
decl.c (rm_size): Take into account the padding in the case of a record type ...
Eric Botcazou
1
-3
/
+4
2018-12-14
dwarf2out.c (analyze_discr_in_predicate): Simplify.
Eric Botcazou
1
-0
/
+3
2018-12-11
[Ada] Fix -gnatR3 output for dynamically constrained record
Eric Botcazou
1
-110
/
+118
2018-12-11
[Ada] Fix elaboration of record with 1-element dynamic array
Eric Botcazou
1
-4
/
+8
2018-12-11
[Ada] Almost always inline init. procedure of small and simple records
Eric Botcazou
1
-6
/
+41
2018-11-08
decl.c (components_to_record): Remove obsolete kludge.
Eric Botcazou
1
-17
/
+1
2018-10-09
[Ada] Fix spurious -Wuninitialized warnings for small records
Eric Botcazou
1
-3
/
+6
2018-10-09
[Ada] Fix incorrect computation of Component_Size in ASIS mode
Eric Botcazou
1
-2
/
+1
2018-10-09
[Ada] Remove spurious -Wuninitialized warning for small array at -O2
Eric Botcazou
1
-27
/
+44
2018-09-28
calls.c (expand_call): Try to do a tail call for thunks at -O0 too.
Eric Botcazou
1
-3
/
+3
2018-09-26
[Ada] ICE on array of task type with -gnatct
Eric Botcazou
1
-1
/
+2
2018-09-26
[Ada] Wrong handling of address clause for limited record type
Eric Botcazou
1
-4
/
+4
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-1
/
+1
[next]