aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1421/+0
2021-10-15Always default to DWARF2_DEBUG if not specified, warn about deprecated STABSRichard Biener1-6/+0
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-5/+5
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-0/+3
2021-07-12[Ada] Use GNAT encodings only when -fgnat-encodings=all is specifiedEric Botcazou1-3/+3
2021-05-21Use EXACT_DIV_EXPR as much as possibleEric Botcazou1-1/+1
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou1-2/+2
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-13Further increase the limit on the size of accepted Ada filesEric Botcazou1-0/+3
2020-11-19Enhance debug info for fixed-point typesEric Botcazou1-12/+2
2020-11-07Ada : Fix bootstrap after r11-4793.Iain Sandoe1-1/+1
2020-09-11Add missing stride entry in debug infoEric Botcazou1-0/+4
2020-09-11Drop GNAT encodings for fixed-point typesEric Botcazou1-3/+2
2020-09-10Add emergency dump after an ICEEric Botcazou1-0/+4
2020-06-23Streamline implementation of renaming in gigiEric Botcazou1-3/+0
2020-06-19[Ada] AI12-0028-1 Import of variadic C functionsEric Botcazou1-0/+1
2020-06-04[Ada] Remove OpenACC supportArnaud Charlet1-1/+0
2020-05-25Fix small fallout of earlier changeEric Botcazou1-0/+3
2020-05-25Change description of fat pointertype with -fgnat-encodings=minimalEric Botcazou1-44/+10
2020-05-09Update copyright yearEric Botcazou1-1/+1
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou1-56/+44
2020-05-09Do not override -fnon-call-exceptions in default modeEric Botcazou1-1/+2
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-3/+0
2019-09-19[Ada] Emit DW_AT_GNU_bias with -fgnat-encodings=gdbTom Tromey1-1/+1
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek1-2/+2
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-1/+1
2019-08-19[Ada] Define the -fdump-scos option in lang.optPierre-Marie de Rodat1-0/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou1-52/+19
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-03[Ada] Gigi support for OpenACC pragmasOlivier Hainque1-0/+1
2018-11-15misc.c (gnat_init_gcc_eh): Do not override the switch -fnon-call-exceptions p...Eric Botcazou1-1/+4
2018-11-13misc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions for the runtime on platf...Eric Botcazou1-2/+7
2018-11-08fe.h (Suppress_Checks): Declare.Eric Botcazou1-3/+11
2018-10-01[Ada] use -gnatd_A to disable .ali on -fcompare-debug recompileAlexandre Oliva1-4/+0
2018-09-26[Ada] Set Current_Error_Node directlyEric Botcazou1-1/+0
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-2/+3
2018-07-17[Ada] Type mismatch warning for imported C++ classEric Botcazou1-2/+3
2018-07-13lang.opt (funsigned-char): New option.Eric Botcazou1-0/+1
2018-07-07decl.c (gnat_to_gnu_entity): Add GNAT_DECL local variable and use it throughout.Eric Botcazou1-8/+8
2018-03-12re PR ada/82813 (warning: '.builtin_memcpy' writing between 2 and 6 bytes int...Eric Botcazou1-0/+3
2018-01-04Bump copyright yearEric Botcazou1-1/+1
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-4/+4
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-3/+5
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-2/+3
2017-12-20trans.c (Loop_Statement_to_gnu): Use IN_RANGE macro.Eric Botcazou1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-3/+3
2017-12-14* gcc-interface/misc.c (default_pass_by_ref): Minor tweak.Eric Botcazou1-6/+6
2017-11-06* gcc-interface/misc.c (gnat_post_options): Clear warn_return_type.Eric Botcazou1-0/+3
2017-10-18misc.c (gnat_tree_size): Move around.Eric Botcazou1-17/+17