aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-15[Ada] Remove unreferenced and dubious Is_Renaming_DeclarationPiotr Trojanek2-25/+0
2020-06-15[Ada] Link failure with call to expression function in preconditionEd Schonberg1-3/+9
2020-06-15[Ada] Implement AI12-0077 Has_Same_Storage on objects of size zeroEric Botcazou1-12/+25
2020-06-15[Ada] Update 'Loop_Entry checking to match changes in 'Old rules.Steve Baird1-3/+3
2020-06-15[Ada] Use uniform type resolution for membership testsEric Botcazou1-14/+13
2020-06-15RISC-V: Suppress warning for signed and unsigned integer comparison.Kito Cheng1-3/+3
2020-06-15Optimize multiplication for V8QI,V16QI,V32QI under TARGET_AVX512BW.liuhongt7-2/+234
2020-06-15Daily bump.GCC Administrator4-1/+56
2020-06-14Avoid crash when global symbol table is empty with -fdump-fortran-global.Thomas Koenig1-1/+4
2020-06-14PR fortran/95088 - Buffer overflows with PDTs, submodules and long symbolsHarald Anlauf2-11/+34
2020-06-14Always use locations from get and put arguments for error messages.Thomas Koenig2-2/+16
2020-06-14When avoiding double deallocation, look at namespace, expression and component.Thomas Koenig5-7/+82
2020-06-14d: Fix line lengths after mechanical field renames.Iain Buclaw2-4/+8
2020-06-14testsuite: Re-add gdc.test prefix in test names (PR testsuite/95575)Iain Buclaw1-6/+12
2020-06-14Daily bump.GCC Administrator3-1/+22
2020-06-13Correct test to avoid failures in ILP32.Martin Sebor1-7/+7
2020-06-13Remove failing test case accidentally committed.Thomas Koenig1-39/+0
2020-06-13Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig2-0/+47
2020-06-13Daily bump.GCC Administrator6-1/+500
2020-06-12runtime: fix arenaBaseOffset for aix/ppcClément Chigot3-3/+3
2020-06-12go.test: update issue4085b.go to version from Go 1.13Ian Lance Taylor1-1/+3
2020-06-12tsan: Add param to disable func-entry-exit instrumentationMarco Elver5-2/+67
2020-06-12Add .clang-tidy to git ignored.Martin Liska1-0/+1
2020-06-12testcase for shared DR alignmentRichard Biener1-0/+41
2020-06-12vect: Fix an ICE in vect_loop_versioning [PR95570]Fei Yang2-49/+45
2020-06-12fix vectorizable_condition ICE with EXTRACT_LAST_REDUCTIONRichard Biener1-1/+2
2020-06-12libstdc++: Improve tests for std::atomic_flagJonathan Wakely3-12/+10
2020-06-12libstdc++: Make std::atomic_flag::test members constJonathan Wakely3-10/+26
2020-06-12[Ada] Fix anonymous-to-named access type implicit conversion legality checkingSteve Baird1-6/+83
2020-06-12[Ada] Enable Put_Image in pre-Ada-2020 modesBob Duff7-35/+80
2020-06-12[Ada] AI12-0074 View conversions and out parameters passed by copyArnaud Charlet1-56/+81
2020-06-12[Ada] Bump secondary stack alignment factor in full runtimesOlivier Hainque2-4/+17
2020-06-12[Ada] Alphabetic ordering for name and pragmasPiotr Trojanek3-21/+21
2020-06-12[Ada] Fix handling of Ada 83 OUT parameter ruleArnaud Charlet1-2/+24
2020-06-12[Ada] Implement AI12-0369Steve Baird4-127/+205
2020-06-12[Ada] Compiler locks up with -gnatX and formal subprogram with aspectsEd Schonberg1-7/+14
2020-06-12[Ada] Improve code generated for assignment of dynamic record aggregatesEric Botcazou1-80/+231
2020-06-12[Ada] Don't correct socket timeout on Windows Server 2019Dmitriy Anisimkov3-12/+29
2020-06-12[Ada] AI12-0350 Swap for Indefinite_HoldersArnaud Charlet4-0/+52
2020-06-12[Ada] Fix handling of subprograms declared in a protected bodyArnaud Charlet4-290/+238
2020-06-12[Ada] Diagnose illegal overriding indicators in protected bodiesEd Schonberg1-0/+13
2020-06-12[Ada] Reuse Is_Entry where possiblePiotr Trojanek6-15/+12
2020-06-12[Ada] Detect overlapping actuals in entry callsPiotr Trojanek1-0/+7
2020-06-12[Ada] ACATS 4.2Q - BDD2007Arnaud Charlet3-2/+141
2020-06-12[Ada] Put_Image: preload type Sink, change what types have it enabledBob Duff4-4/+53
2020-06-12[Ada] Remove redundant iterations in checks for overlapping actualsPiotr Trojanek1-60/+42
2020-06-12[Ada] Remove suppression for overlapping actuals in internal unitsPiotr Trojanek1-8/+2
2020-06-12[Ada] ACATS 4.1Q - CDD2A04 - RLS not followedArnaud Charlet6-22/+246
2020-06-12[Ada] Simplify getting discriminant value from a list of constraintsPiotr Trojanek1-8/+12
2020-06-12[Ada] Implement AI12-0175 Preelaborable packages with address clausesEric Botcazou5-19/+181