aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-12MIPS: Add i6500 processor as an alias for i6400.Matthew Fortune5-2/+14
2018-06-12MIPS: Update I6400 scheduler.Prachi Godbole2-25/+88
2018-06-12ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from using TYPE_LANG_FLAG_4 ...Eric Botcazou5-30/+45
2018-06-12decl.c (gnat_to_gnu_entity): Do not get the expression of a dispatch table th...Eric Botcazou2-15/+12
2018-06-12decl.c (warn_on_field_placement): Use specific wording for discriminants.Eric Botcazou2-19/+52
2018-06-12decl.c (variant_desc): Add AUX field.Eric Botcazou7-67/+179
2018-06-12[testsuite] Add gcc.dg-selftests/dg-final.expTom de Vries2-0/+105
2018-06-12gcc.c: Document new %@{...} sequence.Eric Botcazou2-113/+150
2018-06-12Daily bump.GCC Administrator1-1/+1
2018-06-11PR c++/85792 -Wctor-dtor-privacy and inherited constructor.Jason Merrill3-2/+21
2018-06-11PR c++/85963 - -Wunused-but-set with ?: in template.Jason Merrill3-0/+33
2018-06-11vx-common.h (USE_TM_CLONE_REGISTRY): #define to 0.Rasmus Villemoes2-0/+11
2018-06-11decl.c (grok_op_properties): Consistently use the location of the decl...Paolo Carlini1-0/+18
2018-06-11decl.c (grok_op_properties): Consistently use the location of the decl...Paolo Carlini17-86/+96
2018-06-11Fix ptrmem comparison for unions.Jason Merrill3-2/+49
2018-06-11invoke.texi (-Wall): List -Wc++17-compat.Martin Sebor2-4/+45
2018-06-11PR tree-optimization/86083 - handle non-constant assignments in strlenMartin Sebor4-3/+103
2018-06-11libgo: add riscv and js/wasm as known targetsIan Lance Taylor1-1/+1
2018-06-11tree-eh.c (lower_eh_constructs_2): Add a comma to comment.Zhouyi Zhou2-1/+5
2018-06-11re PR fortran/45521 ([F08] GENERIC resolution with ALLOCATABLE/POINTER and PR...Janus Weil5-4/+77
2018-06-11PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill3-1/+20
2018-06-11* doc/invoke.texi: Document -fabi-version=12.Jason Merrill1-0/+4
2018-06-11altivec-7.c (main): Remove tests vec_unpackh(vecubi[0]) and vec_unpackl(vecub...Carl Love3-8/+42
2018-06-11rs6000: Put constraints on the correct operand in movdi (PR85755)Segher Boessenkool2-12/+19
2018-06-11Fix typo done in MPX removal (PR tree-optimization/86089).Martin Liska4-1/+28
2018-06-11Remove redundant intrinsicsJulia Koval6-79/+11
2018-06-11dwarf2out.c (gen_compile_unit_die): Fallout to DW_LANG_Ada83 for Ada with str...Olivier Hainque5-0/+32
2018-06-11[Ada] Fix wrong code for initialization of fat pointer with -OgEric Botcazou2-20/+41
2018-06-11[Ada] Suppress the expansion of ignored assertion pragmasHristian Kirtchev9-43/+139
2018-06-11[Ada] Minor reformattingHristian Kirtchev11-69/+84
2018-06-11[Ada] Typo fixes and minor reformattingGary Dismukes3-13/+16
2018-06-11[Ada] Double finalization of limited controlled resultHristian Kirtchev3-271/+337
2018-06-11[Ada] Improve last exception info availability from C++ handlersOlivier Hainque5-44/+137
2018-06-11[Ada] Unnesting: refactor handling of uplevel refs. for unconstrained arraysEd Schonberg3-28/+186
2018-06-11[Ada] Dangling cursor checks in Element functionBob Duff7-0/+48
2018-06-11[Ada] Mark parameters as coming from source for GNATproveYannick Moy2-0/+21
2018-06-11[Ada] Missing predicate function body for derived type in nested packageEd Schonberg4-1/+65
2018-06-11[Ada] Reject violation of SPARK 6.1.4(12) with enclosing task unitYannick Moy5-11/+69
2018-06-11[Ada] Minor tweaks for RepinfoEric Botcazou2-3/+11
2018-06-11[Ada] Make GNAT.Array_Split a preelaborable unitHristian Kirtchev5-0/+21
2018-06-11[Ada] Simplify expansion of "and then" in CodePeer modeArnaud Charlet2-11/+29
2018-06-11[Ada] Crash on protected type entry familyJavier Miranda4-2/+42
2018-06-11[Ada] Minor reformattingArnaud Charlet5-10/+15
2018-06-11[Ada] Add Suppressible argument to Assertion_Policy in documentationYannick Moy3-3/+9
2018-06-11[Ada] Do not query the representation information in CodePeer/GNATproveYannick Moy2-1/+14
2018-06-11[Ada] Mark extended return of unconstrained type as never inlinedYannick Moy2-13/+64
2018-06-11[Ada] Do not force Part_Of on generic unitsYannick Moy8-12/+73
2018-06-11[Ada] Don't split AND THEN expressions in GNATprove_ModePiotr Trojanek2-2/+11
2018-06-11[Ada] Fix handling of Pre/Post contracts with AND THEN expressionsPiotr Trojanek4-1/+32
2018-06-11[Ada] Unnesting: robustify analysis of block statementsEd Schonberg2-5/+9