summaryrefslogtreecommitdiff
path: root/gcc/ada/decl.c
Commit message (Expand)AuthorAgeFilesLines
* * decl.c (gnat_to_gnu_entity) <object>: Do not force a non-nullebotcazou2008-03-311-2/+6
* * decl.c (gnat_to_gnu_entity) <E_Procedure>: Also set the public flagebotcazou2008-03-271-1/+1
* 2008-03-26 Robert Dewar <dewar@adacore.com>charlet2008-03-261-3/+4
* Revertebotcazou2008-03-251-12/+0
* * decl.c (maybe_pad_type): Use value_factor_p.ebotcazou2008-03-081-4/+3
* * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Do notebotcazou2008-03-081-2/+1
* * decl.c (gnat_to_gnu_entity) <E_Record_Type>: Do not forceebotcazou2008-03-081-2/+3
* * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Add supportebotcazou2008-03-081-0/+39
* * decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Addebotcazou2008-03-071-0/+5
* * decl.c (gnat_to_gnu_entity): Issue a warning on suspiciouslyebotcazou2008-03-071-12/+46
* * decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.ebotcazou2008-03-071-89/+205
* PR ada/35186ebotcazou2008-03-061-2/+13
* * decl.c (components_to_record): Improve comment.ebotcazou2008-01-261-2/+3
* * decl.c (components_to_record): Do not reuse the empty union typeebotcazou2008-01-221-3/+9
* * decl.c (gnat_to_gnu_entity) <object>: Process renamingsebotcazou2008-01-141-17/+20
* * trans.c (call_to_gnu):Invoke the addressable_p predicate onlyebotcazou2008-01-131-10/+10
* 2007-12-07 Olivier Hainque <hainque@adacore.com>hainque2007-12-071-1/+2
* 2007-12-07 Olivier Hainque <hainque@adacore.com>hainque2007-12-071-1/+5
* * decl.c (make_packable_type): Revert last change.ebotcazou2007-12-061-30/+27
* * decl.c (make_packable_type): Retrieve the real name of the type.ebotcazou2007-11-291-5/+11
* * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type hasebotcazou2007-11-251-28/+42
* * decl.c (ceil_alignment): New function.ebotcazou2007-11-231-13/+15
* 2007-11-07 Olivier Hainque <hainque@adacore.com>hainque2007-11-071-4/+9
* 2007-09-26 Javier Miranda <miranda@adacore.com>charlet2007-09-261-10/+15
* * decl.c (gnat_to_gnu_entity) <object>: Make again the type of anebotcazou2007-09-171-4/+5
* 2007-09-12 Olivier Hainque <hainque@adacore.com>hainque2007-09-121-4/+9
* * tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal withebotcazou2007-09-111-20/+21
* * decl.c (gnat_to_gnu_entity) <object>: Deal with variable built forebotcazou2007-09-101-0/+15
* * decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition underebotcazou2007-09-081-4/+1
* * decl.c (make_packable_type): If the new type has been given BLKmode,ebotcazou2007-09-081-0/+7
* * Make-lang.in: Change copyright header to refer to version 3 of the GNUnickc2007-09-031-5/+4
* 2007-08-14 Olivier Hainque <hainque@adacore.com>charlet2007-08-141-118/+109
* * decl.c, utils2.c: Fix whitespace in last change.ghazi2007-08-111-3/+4
* * decl.c (compare_field_bitpos): Constify.ghazi2007-08-111-4/+3
* * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, ratherebotcazou2007-06-101-20/+32
* 2007-04-20 Eric Botcazou <ebotcazou@adacore.com>charlet2007-06-061-766/+1040
* 2007-04-06 Olivier Hainque <hainque@adacore.com>charlet2007-04-061-33/+46
* * cuintp.c (UI_To_gnu): Use fold_buildN calls instead of callingsayle2007-03-091-6/+9
* * decl.c (annotate_value): Adjust for refactoring of tree_mapmmitchel2007-02-251-1/+1
* * doc/extend.texi: Document optional priority argument tommitchel2007-02-251-1/+1
* gcc:bonzini2007-02-061-3/+30
* * decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead ofsayle2007-01-251-12/+10
* 2006-10-31 Eric Botcazou <ebotcazou@adacore.com>charlet2006-10-311-226/+198
* * decl.c, utils.c: Fix comment typos.kazu2006-10-031-1/+1
* * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flagebotcazou2006-09-291-3/+13
* PR ada/15802ebotcazou2006-09-151-10/+53
* PR ada/28591ebotcazou2006-09-131-7/+10
* * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,kazu2006-05-281-3/+3
* 2006-02-17 Eric Botcazou <botcazou@adacore.com>charlet2006-02-171-0/+1
* 2006-02-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>charlet2006-02-151-71/+147