aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-31build: TAGS and .cc transitionJason Merrill8-10/+10
2022-05-31d: Fix D lexer sometimes fails to compile code read from stdinIain Buclaw1-0/+4
2022-05-31aarch64: Fix build with gcc-4.8Christophe Lyon1-3/+3
2022-05-31Correct spelling of DW_AT_namelist_itemAlan Modra2-2/+2
2022-05-31c++: document comp_template_args's default argsPatrick Palka2-14/+12
2022-05-31c++: use current_template_constraints morePatrick Palka2-15/+5
2022-05-31openmp: Add support for firstprivate and allocate clauses on scope constructJakub Jelinek10-7/+171
2022-05-31Daily bump.GCC Administrator6-1/+337
2022-05-30c++: Add !TYPE_P assert to type_dependent_expression_p [PR99080]Marek Polacek2-0/+11
2022-05-30Allow SCmode and DImode to be tieable with TARGET_64BIT on x86_64.Roger Sayle1-0/+12
2022-05-30Fortran: improve runtime error message with ALLOCATE and ERRMSG= [PR91300]Harald Anlauf4-5/+82
2022-05-30PR rtl-optimization/101617: Use neg/sbb in ix86_expand_int_movcc.Roger Sayle3-1/+67
2022-05-30Make the default rtx_costs of MULT/DIV variants consistent.Roger Sayle1-0/+7
2022-05-30PR target/70321: Split double word equality/inequality after STV on x86.Roger Sayle7-93/+149
2022-05-30i386: Remove constraints when used with constant integer predicates, take 2Uros Bizjak6-247/+247
2022-05-30x86: correct bmi2_umul<mode><dwi>3_1's MEM_P() usesJan Beulich1-1/+1
2022-05-30[Ada] Fix spurious options being inserted in -fdiagnostics-format=json outputGhjuvan Lacambre1-1/+1
2022-05-30[Ada] Add "option" field to GNAT's -fdiagnostics-format=json outputGhjuvan Lacambre3-10/+41
2022-05-30[Ada] Remove contract duplication in formal doubly linked listsJulien Bortolussi1-9/+1
2022-05-30[Ada] Fix expansion of structural subprogram variantsPiotr Trojanek1-7/+21
2022-05-30[Ada] Simplify construction of a path to filePiotr Trojanek1-5/+5
2022-05-30[Ada] Remove repeated description of support for Address clausesPiotr Trojanek2-14/+0
2022-05-30[Ada] Add insertion character to Ineffective_Inline_Warnings messagesGhjuvan Lacambre1-2/+2
2022-05-30[Ada] Add insertion character for overlay modification warningsGhjuvan Lacambre3-5/+5
2022-05-30[Ada] Fix Warn_On_All_Unread_Out_Parameters not being properly taggedGhjuvan Lacambre1-1/+1
2022-05-30[Ada] Fix Warn_On_Late_Primitives messages not being properly taggedGhjuvan Lacambre1-1/+1
2022-05-30[Ada] Fix -gnatw.f warnings not having the right insertion charactersGhjuvan Lacambre1-1/+1
2022-05-30[Ada] Deconstruct deferred referencesPiotr Trojanek8-138/+4
2022-05-30[Ada] Avoid creating a finalization wrapper block for functionsBob Duff2-54/+30
2022-05-30[Ada] Incorrect unreferenced warnings on null subprograms and formals with as...Justin Squirek2-0/+27
2022-05-30[Ada] Fix illegal Ada in s-dwalin.adbRomain Beguet1-0/+2
2022-05-30[Ada] Incorrect determination of whether an expression is predicate-staticSteve Baird1-15/+46
2022-05-30[Ada] Fix expansion of aggregate for discriminated limited extensionEric Botcazou1-3/+13
2022-05-30[Ada] Do not freeze specifically for dispatch tablesEric Botcazou1-29/+0
2022-05-30[Ada] Do not analyze expression functions for dispatch tablesEric Botcazou1-4/+8
2022-05-30[Ada] Introduce Opt.CCG_ModeArnaud Charlet3-2/+6
2022-05-30[Ada] Update proofs of double arithmetic unit after prover changesYannick Moy5-91/+578
2022-05-30[Ada] Tweaks to hardening docsAlexandre Oliva2-25/+79
2022-05-30[Ada] Fix typo in comment for functional setsPiotr Trojanek1-1/+1
2022-05-30[Ada] Restore hiding of predefined "=" operator through class-wide typeEric Botcazou1-1/+28
2022-05-30[Ada] Do not freeze profiles for dispatch tablesEric Botcazou5-181/+19
2022-05-30[Ada] Adapt proof of runtime unit s-arit32Yannick Moy1-1/+1
2022-05-30[Ada] PR ada/105303 Fix use of Assertion_Policy in internal generics unitYannick Moy2-11/+77
2022-05-30[Ada] Delete no-longer-used Convert_To_Return_False flagSteve Baird4-35/+8
2022-05-30[Ada] Add empty constructors to the functional containersJulien Bortolussi6-0/+41
2022-05-30[Ada] Fix new CUDA kernel registration schemeGhjuvan Lacambre1-33/+77
2022-05-30[ARM] Fix prototype for vec_perm_const hook.Prathamesh Kulkarni1-2/+2
2022-05-30RISC-V/testsuite: constraint some of tests to hard_floatVineet Gupta13-0/+13
2022-05-30Daily bump.GCC Administrator4-1/+26
2022-05-29libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]Jakub Jelinek2-0/+22