aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2013-02-03decl.c: Include diagnostic-core.h.Eric Botcazou2-2/+7
2013-01-29Update dependencies.Arnaud Charlet1-4/+5
2013-01-22trans.c (gnat_to_gnu): Do not translate the Etype of the node before translat...Eric Botcazou1-1/+1
2013-01-22trans.c (Pragma_to_gnu): Use optimize_size instead of optimize and adjust war...Eric Botcazou1-6/+20
2013-01-22gigi.h (ADT_unhandled_except_decl, [...]): New.Tristan Gingold2-1/+39
2013-01-11Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.Eric Botcazou1-2/+8
2013-01-10config-lang.in (boot_language_boot_flags): Delete.Eric Botcazou2-7/+4
2013-01-07decl.c (gnat_to_gnu_entity): Adjust comment about type extension with discrim...Eric Botcazou1-8/+5
2013-01-07re PR ada/864 (--program-suffix is ignored (for ada))Richard Biener1-4/+3
2013-01-06decl.c (gnat_to_gnu_field): Emit a specialized diagnostic for component size ...Olivier Hainque1-5/+21
2013-01-06* gcc-interface/decl.c (elaborate_entity) <E_Record_Type>: Delete.Eric Botcazou1-12/+0
2013-01-06decl.c (gnat_to_gnu_entity): Do not pack the field of the record type made fo...Eric Botcazou1-3/+6
2013-01-06decl.c (annotate_value): Be prepared for discriminants inherited from parent ...Eric Botcazou1-11/+18
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2013-01-04[multiple changes]Arnaud Charlet2-8/+12
2013-01-03[multiple changes]Arnaud Charlet1-1/+1
2013-01-03Update comments.Arnaud Charlet2-10/+7
2013-01-02re PR bootstrap/55784 (declaration of C function 'const char* strsignal(int)'...Richard Biener1-3/+3
2013-01-02par_sco.adb: Add SCO generation for task types and single task declarations.Thomas Quinot3-19/+10
2013-01-02[multiple changes]Arnaud Charlet3-62/+85
2012-12-15re PR ada/53996 (format string issue in gcc-interface/utils.c)Eric Botcazou1-1/+1
2012-12-11* gcc-interface/Make-lang.in (RTS_DIR): Define only if Ada is enabled.Eric Botcazou1-2/+6
2012-12-08trans.c (gnat_to_gnu): Assert that the type of the prefix is ultimately an ar...Eric Botcazou1-0/+4
2012-12-08trans.c (Subprogram_Body_to_gnu): Be prepared for a by-ref VAR_DECL in the ca...Eric Botcazou1-2/+8
2012-12-05Make-lang.in: Update dependencies.Arnaud Charlet3-282/+281
2012-11-28Fix date and trailing space in previous commit.Eric Botcazou1-1/+1
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou5-72/+82
2012-11-23trans.c (Attribute_to_gnu): Look through a view conversion from constrained t...Eric Botcazou1-1/+14
2012-11-23decl.c (components_need_strict_alignment): New.Eric Botcazou1-7/+45
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-18decl.c: Remove trailing spaces.Eric Botcazou2-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo5-215/+198
2012-11-09trans.c (gnat_to_gnu): Deal with a missing library unit instead of calling gn...Eric Botcazou1-5/+20
2012-11-07Makefile.in: Revert most changes.Eric Botcazou2-5/+37
2012-11-06* gcc-interface/Makefile.in (copy-s-oscons): New target.Arnaud Charlet1-0/+2
2012-11-06[multiple changes]Arnaud Charlet3-287/+324
2012-11-06Makefile.in (osconstool): Fix target.Arnaud Charlet2-42/+7
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-1/+1
2012-10-30* gcc-interface/Make-lang.in: Fix and clean up rules for C files.Eric Botcazou1-24/+11
2012-10-29* gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons.Arnaud Charlet1-1/+1
2012-10-29[multiple changes]Arnaud Charlet1-611/+630
2012-10-22* gcc-interface/Makefile.in: Remove reference to non-existing file.Eric Botcazou1-1/+0
2012-10-22* gcc-interface/Makefile.in: Remove outdated comment.Eric Botcazou1-2/+0
2012-10-22decl.c (gnat_to_gnu_entity): Force BLKmode on the type if it is passed by ref...Eric Botcazou1-4/+16
2012-10-22utils.c (rest_of_record_type_compilation): Simplify and robustify pattern mac...Eric Botcazou1-10/+14
2012-10-22decl.c (gnat_to_gnu_entity): In type annotation mode, break circularities int...Eric Botcazou1-8/+56
2012-10-22trans.c (Loop_Statement_to_gnu): Use gnat_type_for_size directly to obtain an...Eric Botcazou1-1/+2
2012-10-22decl.c (gnat_to_gnu_entity): Do not generate the special PARM_DECL for an Out...Eric Botcazou1-1/+5
2012-10-22re PR bootstrap/54820 (ada: cannot find -lstdc++ since 4.8.0 20121002)Eric Botcazou1-1/+1
2012-10-15config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.Matthias Klose1-1/+1