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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-08
decl.c (maybe_pad_type): Use value_factor_p.
Eric Botcazou
1
-4
/
+3
2008-03-08
decl.c (gnat_to_gnu_entity): Do not bother propagating the TYPE_USER_ALIGN fl...
Eric Botcazou
1
-2
/
+1
2008-03-08
decl.c (gnat_to_gnu_entity): Do not force BIGGEST_ALIGNMENT when capping the ...
Eric Botcazou
1
-2
/
+3
2008-03-08
decl.c (gnat_to_gnu_entity): Add support for scalar types with small alignment.
Eric Botcazou
1
-0
/
+39
2008-03-07
decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.
Eric Botcazou
1
-0
/
+5
2008-03-07
decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously large alignments...
Eric Botcazou
1
-12
/
+46
2008-03-07
decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.
Eric Botcazou
1
-89
/
+205
2008-03-06
re PR ada/35186 (implicit assumption about alignment of DImode)
Eric Botcazou
1
-2
/
+13
2008-01-26
decl.c (components_to_record): Improve comment.
Eric Botcazou
1
-2
/
+3
2008-01-22
decl.c (components_to_record): Do not reuse the empty union type if there is ...
Eric Botcazou
1
-3
/
+9
2008-01-14
decl.c (gnat_to_gnu_entity): Process renamings before converting the expressi...
Eric Botcazou
1
-17
/
+20
2008-01-13
* trans.c (call_to_gnu):Invoke the addressable_p predicate only
Eric Botcazou
1
-10
/
+10
2007-12-07
decl.c (gnat_to_gnu_entity): When computing the designated full view...
Olivier Hainque
1
-1
/
+2
2007-12-07
re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)
Olivier Hainque
1
-1
/
+5
2007-12-06
decl.c (make_packable_type): Revert last change.
Eric Botcazou
1
-30
/
+27
2007-11-29
decl.c (make_packable_type): Retrieve the real name of the type.
Eric Botcazou
1
-5
/
+11
2007-11-25
decl.c (gnat_to_gnu_entity): If the type has strict alignment...
Eric Botcazou
1
-28
/
+42
2007-11-23
decl.c (ceil_alignment): New function.
Eric Botcazou
1
-13
/
+15
2007-11-07
decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we craft and exp...
Olivier Hainque
1
-4
/
+9
2007-09-26
a-tags.adb:
Javier Miranda
1
-10
/
+15
2007-09-17
decl.c (gnat_to_gnu_entity): Make again the type of an object covered by 13.3...
Eric Botcazou
1
-4
/
+5
2007-09-12
decl.c (gnat_to_gnu_entity): For a subtype with discriminant constraints...
Olivier Hainque
1
-4
/
+9
2007-09-11
tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...
Eric Botcazou
1
-20
/
+21
2007-09-10
decl.c (gnat_to_gnu_entity): Deal with variable built for a debug renaming de...
Eric Botcazou
1
-0
/
+15
2007-09-08
decl.c (gnat_to_gnu_entity): Simplify the condition under which a constant re...
Eric Botcazou
1
-4
/
+1
2007-09-08
decl.c (make_packable_type): If the new type has been given BLKmode, try agai...
Eric Botcazou
1
-0
/
+7
2007-09-03
Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...
Nick Clifton
1
-5
/
+4
2007-08-14
re PR ada/19037 (constant renaming creates new constant)
Olivier Hainque
1
-118
/
+109
2007-08-11
decl.c, utils2.c: Fix whitespace in last change.
Kaveh R. Ghazi
1
-3
/
+4
2007-08-11
decl.c (compare_field_bitpos): Constify.
Kaveh R. Ghazi
1
-4
/
+3
2007-06-10
decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...
Duncan Sands
1
-20
/
+32
2007-06-06
decl.c (gnat_to_gnu_entity): Manually mark the top of the renamed expression ...
Eric Botcazou
1
-766
/
+1040
2007-04-06
decl.c (gnat_to_gnu_entity): Associate an external VAR_DECL to a CONST_DECL w...
Olivier Hainque
1
-33
/
+46
2007-03-09
cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling fold with the ...
Roger Sayle
1
-6
/
+9
2007-02-25
decl.c (annotate_value): Adjust for refactoring of tree_map hierarchy.
Mark Mitchell
1
-1
/
+1
2007-02-25
extend.texi: Document optional priority argument to constructors and destruct...
Mark Mitchell
1
-1
/
+1
2007-02-06
tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static.
Paolo Bonzini
1
-3
/
+30
2007-01-25
decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERF...
Roger Sayle
1
-12
/
+10
2006-10-31
gigi.h: (tree_code_for_record_type): Declare.
Eric Botcazou
1
-226
/
+198
2006-10-03
* decl.c, utils.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-09-29
decl.c (gnat_to_gnu_entity): Do not set "const" flag on "pure" Ada subprogram...
Eric Botcazou
1
-3
/
+13
2006-09-15
re PR ada/15802 (ICE at expr.c:6764 (placeholder mechanism))
Eric Botcazou
1
-10
/
+53
2006-09-13
re PR ada/28591 (ICE in splice_child_die, at dwarf2out.c:5513)
Eric Botcazou
1
-7
/
+10
2006-05-28
decl.c, [...]: Fix comment typos.
Kazu Hirata
1
-3
/
+3
2006-02-17
re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)
Eric Botcazou
1
-0
/
+1
2006-02-15
re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)
Richard Kenner
1
-71
/
+147
2006-02-06
decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
Roger Sayle
1
-1
/
+0
2005-12-09
decl.c (gnat_to_gnu_entity, [...]): Don't early expand pointer initialization...
Olivier Hainque
1
-43
/
+50
2005-11-15
decl.c: Factor common code to build a storage type for an unconstrained objec...
Thomas Quinot
1
-118
/
+159
2005-10-21
re PR ada/22418 (Ada produces mis-match (non compatible) types in MODIFY_EXPR)
Olivier Hainque
1
-1
/
+1
[next]