aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-05[Ada] Move check for null array aggregates to expansionPiotr Trojanek3-21/+22
2022-09-05[Ada] Fix inconsistent building of itypes for null array aggregatesPiotr Trojanek1-23/+31
2022-09-05[Ada] Fix insertion of a runtime check for null array aggregatePiotr Trojanek1-4/+2
2022-09-05[Ada] Cleanup iteration over aggregate component associationsPiotr Trojanek1-4/+2
2022-09-05[Ada] Remove VMS specific routine that is no longer referencedPiotr Trojanek2-18/+0
2022-09-05[Ada] Single-element Append performance improvementSteve Baird2-39/+49
2022-09-05[Ada] Create internal type for null array aggregate as an itypePiotr Trojanek1-2/+4
2022-09-05[Ada] Remove no longer referenced GNATprove utility routine for itypesPiotr Trojanek2-18/+0
2022-09-05[Ada] Bad Default_Initial_Condition check for a not-default-initialized objectSteve Baird1-0/+1
2022-09-05[Ada] Fix detection of unused warning suppressionPiotr Trojanek2-3/+5
2022-09-05[Ada] Small cleanup in body of System.Value_REric Botcazou1-9/+20
2022-09-05[Ada] Fix bogus discriminant check failure for type with predicateEric Botcazou1-133/+134
2022-09-05[Ada] Detect expansion of iterated component associations into loopsPiotr Trojanek1-3/+3
2022-09-05[Ada] Fix double identifiers in iterated component associationPiotr Trojanek7-13/+41
2022-09-05[Ada] Suppress warnings in trivial subprograms with finalizationBob Duff1-3/+9
2022-09-05[Ada] Secondary stack and i-c*Arnaud Charlet1-5/+14
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