aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-05[Ada] Enable Error_Msg_GNAT_Extension for mixed decl/stmtsBob Duff1-17/+8
2022-09-05[Ada] Fix resolution of iterated component associationPiotr Trojanek1-45/+23
2022-09-05[Ada] Cleanup analysis of iterator specificationsPiotr Trojanek1-5/+4
2022-09-05[Ada] Cleanup resolution of aggregates with mixed component associationsPiotr Trojanek1-3/+3
2022-09-05[Ada] Cleanup resolution of iterated component associationPiotr Trojanek1-11/+11
2022-09-05[Ada] Cleanup analysis of quantified expressions with empty rangesPiotr Trojanek1-32/+27
2022-09-05[Ada] New gnatbind switch -kArnaud Charlet6-1/+49
2022-09-05[Ada] Code cleanupsArnaud Charlet1-17/+5
2022-09-05[Ada] Fix crash for Default_Initial_Condition on derived enumeration typeEric Botcazou8-311/+319
2022-09-05[Ada] Cleanup expansion of attribute PriorityPiotr Trojanek3-41/+30
2022-09-05[Ada] Fix expansion of attribute PriorityPiotr Trojanek2-7/+12
2022-09-05[Ada] Remove excessive guards against inserting empty lists of actionsPiotr Trojanek2-6/+2
2022-09-05[Ada] Improve pretty-printing of iterated component associationsPiotr Trojanek1-3/+12
2022-09-05[Ada] Fix syntax in documentationArnaud Charlet2-24/+6
2022-09-05x86: Handle V8BF in expand_vec_perm_broadcast_1konglin14-9/+24
2022-09-05Be even more conservative in intersection of NANs.Aldy Hernandez1-19/+16
2022-09-05Daily bump.GCC Administrator5-1/+32
2022-09-04Fortran: Fix ICE with -fcheck=pointer [PR100136]José Rui Faustino de Sousa2-4/+42
2022-09-04[libsanitizer] Update LOCAL_PATCHES.Iain Sandoe1-0/+1
2022-09-04[libsanitizer, Darwin] Fix bootstrap after recent merge.Iain Sandoe1-52/+10
2022-09-04Do not clobber signbit when unioning a NAN.Aldy Hernandez1-4/+21
2022-09-04Add real_isdenormal.Aldy Hernandez2-6/+13
2022-09-04Daily bump.GCC Administrator7-1/+173
2022-09-03Fortran: Fix ICE with automatic reallocation [PR100245]José Rui Faustino de Sousa2-0/+31
2022-09-03[PR/middle-end 106819] NANs can never be a singletonAldy Hernandez2-5/+28
2022-09-03nvptx: Silence unused variable warning in output_constant_pool_contents()Jan-Benedict Glaw1-0/+3
2022-09-03openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportJakub Jelinek27-290/+770
2022-09-03Daily bump.GCC Administrator11-1/+572
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm22-34/+304
2022-09-02d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supportedIain Buclaw46-106/+247
2022-09-02Convert rest of compiler to dconst[n]inf.Aldy Hernandez6-18/+10
2022-09-02libstdc++: Consistently use ::type when deriving from __and/or/not_Patrick Palka2-6/+6
2022-09-02Fortran: avoid NULL pointer dereference on invalid DATA constant [PR99349]Harald Anlauf2-1/+11
2022-09-02rs6000: Use NO_EXPR to cast to MMA pointer typesPeter Bergner1-4/+4
2022-09-02libstdc++: Optimize constructible/assignable variable templatesJonathan Wakely1-39/+49
2022-09-02libstdc++: Fix laziness of __and/or/not_Patrick Palka2-3/+38
2022-09-02vect: Use better fallback costs in layout subpassRichard Sandiford2-10/+63
2022-09-02vect: Ensure SLP nodes don't end up in multiple BB partitions [PR106787]Richard Sandiford2-26/+77
2022-09-02Refactor RPO VN API to allow timevar trackingRichard Biener4-17/+25
2022-09-02tree-optimization/106809 - compile time hog in VNRichard Biener2-27/+58
2022-09-02RISC-V: Implement TARGET_COMPUTE_MULTILIBKito Cheng4-2/+387
2022-09-02Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result.Kito Cheng7-36/+119
2022-09-02[Ada] Adjust previous change to Expand_Subtype_From_ExprEric Botcazou1-1/+1
2022-09-02[Ada] Error on return of object whose full view has undefaulted discriminantsGary Dismukes1-1/+1
2022-09-02[Ada] Fix crash on declaration of overaligned array with constraintsEric Botcazou2-16/+12
2022-09-02[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou3-3/+7
2022-09-02[Ada] Add loop variants to Ada.Strings.Search and Ada.Strings.MapsClaire Dross2-0/+7
2022-09-02[Ada] Fix proof of runtime unit System.Exp_ModClaire Dross1-0/+10
2022-09-02[Ada] Fix proof of runtime unit System.Wid_*Claire Dross1-1/+15
2022-09-02[Ada] Recover proof of Scaled_Divide in System.Arith_64Yannick Moy2-122/+211