aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-3/+3
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-10* init.c, misc.c, trans.c, utils.c: Remove dead code.Nathanael Nerode1-7/+0
2003-06-01tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.Andreas Jaeger1-28/+22
2003-05-03trans.c (tree_transform): Use location_t and input_location directly.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-04-28tree.h (TREE_CST_RTL, [...]): Delete.Zack Weinberg1-6/+1
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-7/+7
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-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-2/+6
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-4/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-62/+28
2002-05-02Fix i960-rtems Ada build failure reported by Joel Sherrill.Jim Wilson1-1/+1
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-11/+0
2002-04-04utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.Neil Booth1-2/+2
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-3/+3
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-7/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-27/+30
2002-03-14Delete all lines containing "$Revision:".Geoffrey Keating1-1/+0
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch1-109/+123
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-4/+3
2001-12-23utils.c (end_subprog_body): Push GC context around rest_of_compilation for ne...Richard Henderson1-1/+11
2001-12-165ataprop.adb, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-16osint.adb (Create_Debug_File): When an object file is specified...Geert Bosch1-3/+5
2001-11-17Make-lang.in (GNATLIBFLAGS): Add -W -Wall.Laurent Guerby1-2/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-2/+2
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-7/+1
2001-10-26decl.c (gnat_to_gnu_entity, [...]): Make constant variant of designated type ...Richard Kenner1-2/+16
2001-10-02New Language: AdaRichard Kenner1-0/+3350