aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou1-5/+6
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou1-0/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou1-3/+5
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+1
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-1/+1
2015-06-22c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.Pierre-Marie de Rodat1-4/+13
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-31c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.Eric Botcazou1-0/+6
2015-05-20gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek1-1/+1
2015-04-28c-ada-spec.c (in_function): Delete.Eric Botcazou1-19/+98
2015-03-06c-ada-spec.c (dump_ada_double_name): Fix pasto.Eric Botcazou1-1/+1
2015-03-05re PR ada/65319 (FAIL: g++.dg/other/dump-ada-spec-3.C -std=gnu++98 (internal...Eric Botcazou1-11/+2
2015-03-01c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.Eric Botcazou1-6/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek1-2/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-24/+10
2014-01-20c-ada-spec.h (dump_ada_specs): Revert prototype change.Eric Botcazou1-5/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-28c-ada-spec.c (print_constructor): New function.Eric Botcazou1-34/+41
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-04c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou1-224/+203
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-1/+0
2013-08-09* c-ada-spec.c (print_ada_declaration): Prevent accessing null asm nameArnaud Charlet1-1/+1
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-6/+6
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-14/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-18c-ada-spec.c (LOCATION_COL): Delete.Eric Botcazou1-14/+22
2012-10-16c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.Eric Botcazou1-10/+27
2012-10-11c-ada-spec.c (dump_ada_template): Bail out for template declarations declarin...Eric Botcazou1-1/+9
2012-10-10re PR ada/54845 ([trunk/gcc/c-family/c-ada-spec.c:3114]: (error) Buffer is ac...Arnaud Charlet1-1/+1
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-5/+2
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-1/+1
2012-09-18* c-ada-spec.c: Style fixes.Arnaud Charlet1-88/+88
2012-09-18invoke.texi: Document -fada-spec-parent.Thomas Quinot1-6/+20
2012-08-23c-ada-spec.c (dump_generic_ada_node): Fix handling of name_only for pointers,...Arnaud Charlet1-8/+25
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-03-25Changelog c-family/Kai Tietz1-1/+2
2011-03-22* c-ada-spec.c (dump_ada_template): Skip non-class instances.Eric Botcazou1-3/+3
2011-01-26* c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.Arnaud Charlet1-0/+1
2010-10-29c-ada-spec.c (separate_class_package): New function.Arnaud Charlet1-3/+28