aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-8/+5
2008-04-06decl.c (rest_of_type_decl_compilation_no_defer): New local function used to p...Eric Botcazou1-2/+11
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-11/+0
2008-03-08lang.opt (nostdlib): Move around.Eric Botcazou1-13/+13
2008-03-08utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently aligned bi...Eric Botcazou1-10/+44
2008-03-07decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.Eric Botcazou1-3/+3
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou1-10/+0
2008-01-17tree.c (substitute_in_expr): Add missing 'break'.Eric Botcazou1-3/+3
2008-01-13* trans.c (call_to_gnu):Invoke the addressable_p predicate onlyEric Botcazou1-2/+2
2008-01-13utils.c (aggregate_type_contains_array_p): New predicate.Eric Botcazou1-2/+36
2008-01-12re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)Eric Botcazou1-8/+3
2007-12-19utils.c (create_var_decl_1): call rest_of_decl_compilation only for global va...Tristan Gingold1-1/+4
2007-12-07re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)Olivier Hainque1-5/+18
2007-12-06decl.c (make_packable_type): Revert last change.Eric Botcazou1-2/+5
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther1-4/+4
2007-11-19re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou1-10/+0
2007-09-27Mapped location supportEric Botcazou1-2/+0
2007-09-21utils.c (type_for_nonaliased_component_p): Return false for all AGGREGATE_TYPEs.Olivier Hainque1-4/+16
2007-09-12re PR ada/26797 (ACATS cxh1001 fails)Eric Botcazou1-15/+12
2007-09-11tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...Eric Botcazou1-9/+22
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-09-03Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...Nick Clifton1-5/+4
2007-08-16sem_res.adb (Comes_From_Predefined_Lib_Unit): New.Hristian Kirtchev1-1/+1
2007-08-14re PR ada/19037 (constant renaming creates new constant)Olivier Hainque1-83/+48
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-06-10decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...Duncan Sands1-46/+35
2007-06-06gigi.h, trans.c (Identifier_to_gnu): Change test for deferred constant by add...Gary Dismukes1-177/+397
2007-04-06utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs when...Eric Botcazou1-66/+144
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-11/+0
2007-03-09cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling fold with the ...Roger Sayle1-25/+25
2007-02-16trans.c (call_to_gnu): Use build_call_list instead of build3 to build the cal...Eric Botcazou1-11/+13
2007-01-25decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERF...Roger Sayle1-2/+2
2006-10-31gigi.h: (tree_code_for_record_type): Declare.Eric Botcazou1-41/+437
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-27/+1
2006-10-03* utils.c: Fix a typo.Kazu Hirata1-1/+1
2006-10-03* decl.c, utils.c: Fix comment typos.Kazu Hirata1-1/+1
2006-09-29decl.c (gnat_to_gnu_entity): Do not set "const" flag on "pure" Ada subprogram...Eric Botcazou1-0/+4
2006-09-15re PR ada/18817 (ACATS c380004 fails at run time)Roger Sayle1-0/+16
2006-09-13re PR ada/21952 (Annoying "attribute directive ignored" warnings)Eric Botcazou1-1/+53
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford1-4/+4
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner1-37/+22
2005-12-09[multiple changes]Arnaud Charlet1-3/+4
2005-12-05utils.c (convert): Use fold_convert where appropriate.Richard Guenther1-9/+8
2005-12-02tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ...Roger Sayle1-3/+10
2005-11-15decl.c: Factor common code to build a storage type for an unconstrained objec...Thomas Quinot1-19/+81
2005-08-01* decl.c, utils.c: Fix comment typos.Kazu Hirata1-2/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-4/+7
2005-07-09utils.c (create_var_decl): Only set DECL_COMMON on VAR_DECLs.Andrew Pinski1-2/+3