Bug 64456 - [AArch64] pr64252.c fail on aarch64_be
Summary: [AArch64] pr64252.c fail on aarch64_be
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: wrong-code
Depends on:
Blocks:
 
Reported: 2014-12-31 13:43 UTC by Tejas Belagod
Modified: 2015-10-29 23:31 UTC (History)
2 users (show)

See Also:
Host:
Target: aarch64_be-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed: 2015-01-03 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tejas Belagod 2014-12-31 13:43:29 UTC
This new test fails for BE:

FAIL: gcc.dg/vect/pr64252.c -flto -ffat-lto-objects execution test
FAIL: gcc.dg/vect/pr64252.c execution test

but it is fixed by this patch series:

https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01431.html
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01099.html
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02797.html
https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01087.html
Comment 1 Andrew Pinski 2015-01-03 21:56:09 UTC
Confirmed.
Comment 2 Christophe Lyon 2015-09-02 12:42:27 UTC
These tests pass since r219959.
Comment 3 mshawcroft 2015-10-29 23:31:13 UTC
Resolved by Tejas/Richard