aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-07-06[Ada] Restore accidentally removed part of a comment about unset referencesPiotr Trojanek1-0/+1
2022-07-06[Ada] Fix spurious error for aggregate with box component choiceEric Botcazou4-94/+83
2022-07-06analyzer: fix uninit false positive with -ftrivial-auto-var-init= [PR106204]David Malcolm3-13/+86
2022-07-06c++: dependent conversion operator lookup [PR106179]Jason Merrill2-4/+9
2022-07-06Daily bump.GCC Administrator6-1/+441
2022-07-05compiler: propagate array length error marker fartherIan Lance Taylor3-2/+11
2022-07-05compiler: better error message for unknown package nameIan Lance Taylor3-5/+9
2022-07-05c-family: Prevent -Wformat warnings with u8 strings [PR105626]Marek Polacek2-1/+12
2022-07-05Provide a relation verification mechanism.Andrew MacLeod2-5/+75
2022-07-05Doubleword version of and;cmp to not;test optimization on x86.Roger Sayle3-2/+42
2022-07-05UNSPEC_PALIGNR optimizations and clean-ups on x86.Roger Sayle4-15/+53
2022-07-05PR rtl-optimization/96692: ((A|B)^C)^A using andn with -mbmi on x86.Roger Sayle2-0/+85
2022-07-05c++: Prune ordinary locationsNathan Sidwell6-286/+375
2022-07-05tree-optimization/106198 - CFG cleanup vs LC SSARichard Biener2-3/+25
2022-07-05Remove dead loop-based LC SSA rewriteRichard Biener1-105/+4
2022-07-05tree-optimization/106186 - propagate out virtual LC PHI nodes properlyRichard Biener1-1/+15
2022-07-05tree-optimization/106196 - properly update virtual SSA for vector storesRichard Biener2-2/+18
2022-07-05Maintain LC SSA when doing SVE vectorizationRichard Biener1-3/+16
2022-07-05testsuite: fix array type in two_plus_gigs testAlexandre Oliva1-1/+1
2022-07-05[Ada] Warn about obsolete uses of renamed Ada 83 packagesPiotr Trojanek6-13/+19
2022-07-05[Ada] Couple of small cleanups for Cloned_SubtypeEric Botcazou2-7/+5
2022-07-05[Ada] Remove kludge for validity checks on Long_Float typePiotr Trojanek2-38/+4
2022-07-05[Ada] Remove repeated setting of Never_Set_In_SourcePiotr Trojanek1-4/+3
2022-07-05[Ada] Reorder processing of default expressions to avoid repeated callsPiotr Trojanek1-3/+3
2022-07-05[Ada] Remove redundant protection against empty listsPiotr Trojanek4-40/+23
2022-07-05[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpathDoug Rupp1-13/+0
2022-07-05[Ada] Remove use of a global name buffer when locating a filePiotr Trojanek1-4/+2
2022-07-05[Ada] Reuse Get_Pragma_Arg to handle pragma argument associationsPiotr Trojanek2-10/+6
2022-07-05[Ada] Fix spurious error on object renaming with ghost typeYannick Moy1-1/+10
2022-07-05[Ada] Misc cleanup related to finalizationBob Duff9-70/+75
2022-07-05[Ada] Remove repeated analysis for pragma Thread_Local_StoragePiotr Trojanek1-1/+0
2022-07-05[Ada] Annotate GNAT.Sockets with No_Return aspectsPiotr Trojanek2-3/+5
2022-07-05[Ada] Cleanup repeated code for aggregate constraints checksPiotr Trojanek1-15/+10
2022-07-05[Ada] Fix comments mentioning ancient flags related to objects referencesPiotr Trojanek2-10/+10
2022-07-05[Ada] Spurious error on qualified prefix in Pack.Func'ResultYannick Moy1-0/+6
2022-07-05[Ada] Perform object rewriting as renaming only in the expanderEric Botcazou2-73/+33
2022-07-05[Ada] Remove exception propagation during bootstrapArnaud Charlet4-24/+30
2022-07-05[Ada] Fix dangling bounds for array result of BIP functionsEric Botcazou8-976/+867
2022-07-05[Ada] Remove unnecessary dead code after calls to nonreturning proceduresPiotr Trojanek7-18/+0
2022-07-05[Ada] Remove return statements after procedure calls that don't returnPiotr Trojanek2-63/+0
2022-07-05[Ada] Combine system.ads files - vxworks6 constants.Doug Rupp3-6/+6
2022-07-05[Ada] Fix clearly unintentional dead analysis of attribute Code_AddressPiotr Trojanek1-1/+1
2022-07-05[Ada] Cleanup in error about unreachable codePiotr Trojanek1-2/+1
2022-07-05[Ada] Remove redundant guards in detection of unreachable codePiotr Trojanek1-3/+2
2022-07-05[Ada] Remove redundant guard for call to List_Length with a No_ListPiotr Trojanek1-5/+1
2022-07-05[Ada] Add RM reference to check for functions without a return statementPiotr Trojanek1-0/+4
2022-07-05[Ada] Remove comment about a long gone formal verification modePiotr Trojanek1-3/+1
2022-07-05[Ada] Remove unimplemented convert_addresses declarationDmitriy Anisimkov1-2/+0
2022-07-05[Ada] Remove old vxworks6 from Makefile.rtlDoug Rupp15-1598/+37
2022-07-05vect: Use sdot for a fallback implementation of usdotRichard Sandiford16-61/+213