aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-13c-ada-spec.c (print_ada_declaration): For typedef declarations...Eric Botcazou1-2/+3
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-1/+1
2016-08-15c-ada-spec.c (dump_number): New function.Eric Botcazou1-3/+140
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-04-17c-ada-spec.c (get_underlying_decl): Return the typedef, if any.Eric Botcazou1-52/+36
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-30c-ada-spec.c (print_ada_macros): Remove redundant blank line.Eric Botcazou1-263/+214
2015-11-26re PR c++/68527 (ICE with -fdump-ada-spec on invalid C++ 11 code)Eric Botcazou1-4/+6
2015-11-16c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.Marek Polacek1-2/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
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