aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-23[Ada] Minor tweak to -gnatR outputEric Botcazou2-6/+11
2019-07-23[Ada] Iterators are view-specificEd Schonberg7-3/+87
2019-07-23[Ada] Issue error on SPARK ownership rule violationYannick Moy3-13/+62
2019-07-23[Ada] Fix binding of ghost units with finalizerYannick Moy6-0/+43
2019-07-23x86/AVX512: improve generated code for mask-to-vector-register conversionsJan Beulich2-6/+17
2019-07-23libiberty: Check zero value shstrndx in simple-object-elf.cRen Kimura2-1/+14
2019-07-23Use -flto instead of -flto=N in DWARF producer string.Martin Liska2-0/+12
2019-07-23tree-cfg.c (label_for_bb): Remove global var.Richard Biener2-17/+25
2019-07-23[rs6000] Add documentation for __builtin_mtfsfPaul A. Clarke2-1/+10
2019-07-22RISC-V: Add -malign-data= option.Ilia Diachkov6-8/+52
2019-07-23compiler: follow-on fix for finalizing imported methodsIan Lance Taylor2-7/+9
2019-07-23Daily bump.GCC Administrator1-1/+1
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi7-20/+90
2019-07-22Rename testsuite directory to match P0553R4 stable namesJonathan Wakely6-0/+3
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely4-19/+72
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely4-9/+132
2019-07-22[aarch64]: add usra and ssra combine patternsSylvia Taylor6-0/+102
2019-07-22MSP430: Don't save all callee-saved regs in non-leaf interrupt functionsJozef Lawrynowicz8-5/+223
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo7-8/+74
2019-07-22[rs6000] Add _mm_blend_epi16 and _mm_blendv_epi8Paul A. Clarke7-0/+299
2019-07-22[Ada] More complete information level for -gnatR4 outputEric Botcazou2-0/+12
2019-07-22[Ada] Sinfo: update doc about Do_Division/Overlflow/Range_CheckEric Botcazou2-26/+22
2019-07-22[Ada] Fix missing check for no-op conversion to fixed-point typeEric Botcazou4-3/+37
2019-07-22[Ada] Remove misleading warning/suggestion in membership testEd Schonberg4-0/+41
2019-07-22[Ada] Adapt ownership checking in SPARK to traversal functionsYannick Moy2-18/+217
2019-07-22[Ada] Overhaul code implementing conversions involving fixed-point typesEric Botcazou4-210/+142
2019-07-22[Ada] Sprint: fix pasto in commentEric Botcazou2-1/+5
2019-07-22[Ada] Spurious error passing access to class-wide interface typeJavier Miranda4-7/+28
2019-07-22[Ada] Small enhancement to the -gnatD/-gnatG output for fixed-point typesEric Botcazou2-32/+67
2019-07-22[Ada] Beef up comment in exp_attr.adbEric Botcazou2-2/+7
2019-07-22[Ada] Optimization loses exception in improper use of 'ValueEd Schonberg14-11/+43
2019-07-22[Ada] Misleading warning on variable not assignedEd Schonberg4-2/+40
2019-07-22[Ada] Usage of signed type in array bounds in CCGJavier Miranda3-20/+173
2019-07-22[Ada] Issue warning or error message on ignored typing constraintYannick Moy4-0/+28
2019-07-22[Ada] Fix spurious visibility error for tagged type with inliningEric Botcazou9-1/+97
2019-07-22[Ada] Remove obsolete Is_For_Access_Subtype machineryEric Botcazou7-58/+19
2019-07-22[Ada] Spurious error on private subtype of derived access typeEric Botcazou2-57/+68
2019-07-22[Ada] Type inconsistency in floating_point type declarationsEd Schonberg2-19/+36
2019-07-22[Ada] Further fix non-stored discriminant in aggregate for GNATproveEric Botcazou2-11/+41
2019-07-22[Ada] Premature finalization of controlled temporaries in case expressionsGary Dismukes2-7/+23
2019-07-22[Ada] Internal error on iterator for limited private discriminated typeEric Botcazou5-8/+148
2019-07-22[Ada] Fix missing Constraint_Error for Enum_Val attributeEric Botcazou4-0/+40
2019-07-22[Ada] Ensure meaningless digits in a string are discardedNicolas Roche4-52/+101
2019-07-22[Ada] Fix wrong assumption on bounds in GNAT.Encode_StringEric Botcazou6-4/+83
2019-07-22[Ada] Fix spurious loop warning for function with Out parameterEric Botcazou4-0/+31
2019-07-22[Ada] Ensure Ctrl-C is not emited on terminated processesNicolas Roche4-25/+93
2019-07-22[Ada] Incorrect values in conversion from fixed-point subtype with 'SmallEd Schonberg2-0/+18
2019-07-22[Ada] Crash in C++ constructor without external and link nameJavier Miranda4-0/+43
2019-07-22[Ada] Spurious warning about a useless assignmentEd Schonberg4-0/+65
2019-07-22[Ada] Fix internal error on array slice in loop and Loop_InvariantEric Botcazou5-2/+37