public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/58172] New: ifcvt test failures for armv8-a
@ 2013-08-16  2:04 janis at gcc dot gnu.org
  2013-08-21 12:54 ` [Bug target/58172] " rearnsha at gcc dot gnu.org
  2014-01-14  9:51 ` ktkachov at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: janis at gcc dot gnu.org @ 2013-08-16  2:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58172

            Bug ID: 58172
           Summary: ifcvt test failures for armv8-a
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janis at gcc dot gnu.org
                CC: ramana at gcc dot gnu.org
            Target: arm-none-eabi

The following test failures are regressions from GCC 4.8 for arm-none-eabi with
multilib flags that include "-march=armv8-a":

    gcc.target/arm/thumb-ifcvt.c scan-assembler asrne
    gcc.target/arm/thumb-ifcvt.c scan-assembler lslne
    gcc.target/arm/thumb2-cond-cmp-1.c scan-assembler cmpne
    gcc.target/arm/thumb2-cond-cmp-2.c scan-assembler cmpeq
    gcc.target/arm/thumb2-cond-cmp-3.c scan-assembler cmpgt
    gcc.target/arm/thumb2-cond-cmp-4.c scan-assembler cmpne

The failures begin with this patch:

------------------------------------------------------------------------
r197346 | ramana | 2013-04-02 04:25:50 -0700 (Tue, 02 Apr 2013) | 17 lines

Add support for Cortex-A53.

2013-04-02  Ian Caulfield  <ian.caulfield@arm.com>
            Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/arm-arches.def (armv8-a): Default to cortex-a53.
        * config/arm/t-arm (MD_INCLUDES): Depend on cortex-a53.md.
        * config/arm/cortex-a53.md: New file.
        * config/arm/bpabi.h (BE8_LINK_SPEC): Handle cortex-a53.
        * config/arm/arm.md (generic_sched, generic_vfp): Handle cortex-a53.
        * config/arm/arm.c (arm_issue_rate): Likewise.
        * config/arm/arm-tune.md: Regenerate
        * config/arm/arm-tables.opt: Regenerate.
        * config/arm/arm-cores.def: Add cortex-a53.
------------------------------------------------------------------------

If the tests aren't expected to use conditional instructions for armv8-a then
they should be skipped for use of that flag.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-14  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16  2:04 [Bug target/58172] New: ifcvt test failures for armv8-a janis at gcc dot gnu.org
2013-08-21 12:54 ` [Bug target/58172] " rearnsha at gcc dot gnu.org
2014-01-14  9:51 ` ktkachov at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).