https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83195
Bug ID: 83195 Summary: [8 regression] pr82929.c scan for "Merging successful" fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: sudi.das at arm dot com Target Milestone: --- The test case pr82929.c that got in recently with the store merging patches has started to fail on native arm-none-linux-gnueabihf and cross bare metals of arm-none-eabi FAIL: gcc.dg/pr82929.c scan-tree-dump-times store-merging "Merging successful" 1 (found 0 times) This has been there since at least r255140. Thanks Sudi