aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils2.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-10Fix for c330001 - PR ada/19386Eric Botcazou1-6/+12
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+1
2004-10-04cuintp.c, [...]: Use gcc_assert and gcc_unreachable.Richard Kenner1-52/+30
2004-09-21decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar1-10/+10
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-3/+4
2004-09-13[multiple changes]Arnaud Charlet1-107/+108
2004-09-01[multiple changes]Arnaud Charlet1-0/+1
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-2/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+4
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-2/+2
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-07-26[multiple changes]Arnaud Charlet1-153/+140
2004-07-15[multiple changes]Arnaud Charlet1-1/+1
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-1/+0
2004-06-28decl.c: Remove calls to add_decl_expr...Richard Kenner1-9/+6
2004-06-20decl.c (elaborate_expression, [...]): Arguments now bool instead of int.Richard Kenner1-23/+9
2004-06-14ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner1-18/+18
2004-06-07ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner1-11/+27
2004-05-17[multiple changes]Arnaud Charlet1-1/+0
2004-04-19[multiple changes]Arnaud Charlet1-3/+6
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-2/+2
2004-04-01* utils2.c: Update copyright notice.Arnaud Charlet1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-87/+18
2003-11-04re PR ada/12806 (Program_Error sinput.adb:397)Arnaud Charlet1-14/+14
2003-10-31C90 prototype updates.R. Kelley Cook1-85/+54
2003-10-293vtrasym.adb, [...]: Minor reformattingArnaud Charlet1-11/+16
2003-10-213psoccon.ads, [...]: Files added.Arnaud Charlet1-57/+100
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-5/+5
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-1/+1
2003-02-01flags.h (flag_volatile): Remove declaration.Richard Sandiford1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6919 (forward port of patch for...Nathanael Nerode1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+2
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-8/+9
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-11/+11
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-2/+2
2002-03-14Delete all lines containing "$Revision:".Geoffrey Keating1-1/+0
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch1-76/+79
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-4/+2
2001-10-30* utils2.c (build_allocator): Test for SIZE overflow in array case tooRichard Kenner1-0/+5
2001-10-26decl.c (gnat_to_gnu_entity, [...]): Make constant variant of designated type ...Richard Kenner1-3/+2
2001-10-02New Language: AdaRichard Kenner1-0/+2049