public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/110152] New: [14 Regression] ICE on 3dnow-1.c since r14-1166
@ 2023-06-07  8:26 jakub at gcc dot gnu.org
  2023-06-07  8:26 ` [Bug target/110152] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-06-07  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110152
           Summary: [14 Regression] ICE on 3dnow-1.c since r14-1166
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

Starting with r14-1166-gaffee7dcfa1ee272d43ac7cb I'm seeing
+FAIL: gcc.target/i386/3dnow-1.c (internal compiler error: Segmentation fault
signal terminated program cc1)
+FAIL: gcc.target/i386/3dnow-1.c (test for excess errors)
+FAIL: gcc.target/i386/3dnow-2.c (internal compiler error: Segmentation fault
signal terminated program cc1)
+FAIL: gcc.target/i386/3dnow-2.c (test for excess errors)
+FAIL: gcc.target/i386/mmx-1.c (internal compiler error: Segmentation fault
signal terminated program cc1)
+FAIL: gcc.target/i386/mmx-1.c (test for excess errors)
+FAIL: gcc.target/i386/mmx-2.c (internal compiler error: Segmentation fault
signal terminated program cc1)
+FAIL: gcc.target/i386/mmx-2.c (test for excess errors)
on i686-linux.  When the testcase is compiled with -m32 -m3dnow -mno-sse, I see
ix86_expand_vector_init_general (true, E_V4HImode, ..., ...) call, which since
the
above change recurses into
ix86_expand_vector_init_general (false, E_V2SImode, ..., ...) but as mmx_ok is
false
in that case, it will not handle V2SImode using ix86_expand_vector_init_concat,
but recurses endlessly calling itself with (false, E_V2SImode, ..., ...).

I think we should pass mmx_ok instead of false in the nwords == 2 case.

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

end of thread, other threads:[~2023-06-08  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07  8:26 [Bug target/110152] New: [14 Regression] ICE on 3dnow-1.c since r14-1166 jakub at gcc dot gnu.org
2023-06-07  8:26 ` [Bug target/110152] " jakub at gcc dot gnu.org
2023-06-07  8:34 ` jakub at gcc dot gnu.org
2023-06-08  8:12 ` cvs-commit at gcc dot gnu.org
2023-06-08  9:08 ` jakub 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).