public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/103523] New: [12 Regression] SVE float auto-vect float format expand failure
@ 2021-12-01 20:58 tnfchris at gcc dot gnu.org
  2021-12-01 21:19 ` [Bug target/103523] [11/12 " tnfchris at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2021-12-01 20:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103523

            Bug ID: 103523
           Summary: [12 Regression] SVE float auto-vect float format
                    expand failure
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tnfchris at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64-*

The following testcase

float *a;
b, c;
d() {
  float e;
  for (; c; c--, e += b)
    a[c] = e;
}


ICEs with -march=armv8-a+sve -mtune=neoverse-v1 -Ofast, the ICE requires SVE to
be enabled but also requires the neoverse-v1 tuning model to trigger.

The ICE is

during RTL pass: expand
zbuf.i: In function 'd':
zbuf.i:3:1: internal compiler error: in format_helper, at real.h:233
    3 | d() {
      | ^
0xb20be3 format_helper::format_helper<machine_mode>(machine_mode const&)
        /buildAgent/work/aca863c599d7ab73/gcc/real.h:233
0xb20be3 expand_float(rtx_def*, rtx_def*, int)
        /buildAgent/work/aca863c599d7ab73/gcc/optabs.c:5282
0x902f37 expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
        /buildAgent/work/aca863c599d7ab73/gcc/expr.c:9607
0x7f2c4b expand_gimple_stmt_1
        /buildAgent/work/aca863c599d7ab73/gcc/cfgexpand.c:3967
0x7f2c4b expand_gimple_stmt
        /buildAgent/work/aca863c599d7ab73/gcc/cfgexpand.c:4028
0x7f7903 expand_gimple_basic_block
        /buildAgent/work/aca863c599d7ab73/gcc/cfgexpand.c:6069
0x7f9f97 execute
        /buildAgent/work/aca863c599d7ab73/gcc/cfgexpand.c:6795

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

end of thread, other threads:[~2021-12-15  9:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 20:58 [Bug target/103523] New: [12 Regression] SVE float auto-vect float format expand failure tnfchris at gcc dot gnu.org
2021-12-01 21:19 ` [Bug target/103523] [11/12 " tnfchris at gcc dot gnu.org
2021-12-02  1:35 ` [Bug tree-optimization/103523] " pinskia at gcc dot gnu.org
2021-12-02  1:48 ` pinskia at gcc dot gnu.org
2021-12-02 10:57 ` rguenth at gcc dot gnu.org
2021-12-03  8:33 ` joelh at gcc dot gnu.org
2021-12-03  8:37 ` [Bug tree-optimization/103523] [11/12 Regression] SVE float auto-vect float format expand failure exposed by r11-7861-ge4180ab2f pinskia at gcc dot gnu.org
2021-12-06 12:10 ` tnfchris at gcc dot gnu.org
2021-12-10 10:28 ` [Bug tree-optimization/103523] [11/12 Regression] vectorizable_induction generating code for modes without checking support for them " cvs-commit at gcc dot gnu.org
2021-12-10 10:31 ` joelh at gcc dot gnu.org
2021-12-10 10:47 ` tnfchris at gcc dot gnu.org
2021-12-13 14:21 ` [Bug tree-optimization/103523] [11 " cvs-commit at gcc dot gnu.org
2021-12-15  9:28 ` joelh 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).