public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/61925] New: internal error when using vectorization on CPU without SSE
@ 2014-07-26 22:18 mikulas at artax dot karlin.mff.cuni.cz
  2014-07-27  9:49 ` [Bug target/61925] [4.8/4.9/5.0 Regression] " mpolacek at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: mikulas at artax dot karlin.mff.cuni.cz @ 2014-07-26 22:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61925
           Summary: internal error when using vectorization on CPU without
                    SSE
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mikulas at artax dot karlin.mff.cuni.cz
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu
             Build: x86_64-unknown-linux-gnu

Created attachment 33192
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33192&action=edit
a test case

Compile the attached file with "-O3 -m32 -march=i386". You get an internal
error.

vector.c: In function 'f':
vector.c:4:1: warning: SSE vector return without SSE enabled changes the ABI
[-Wpsabi]
 {
 ^
vector.c:3:38: note: The ABI for passing parameters with 16-byte alignment has
changed in GCC 4.6
 __attribute__((vector_size(16))) int f(__attribute__((vector_size(16))) int a,
__attribute__((vector_size(16))) int b)
                                      ^
vector.c:3:38: warning: SSE vector argument without SSE enabled changes the ABI
[-Wpsabi]
vector.c:5:2: internal compiler error: in convert_move, at expr.c:333
  return a + b;
  ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2021-08-13 21:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-26 22:18 [Bug c/61925] New: internal error when using vectorization on CPU without SSE mikulas at artax dot karlin.mff.cuni.cz
2014-07-27  9:49 ` [Bug target/61925] [4.8/4.9/5.0 Regression] " mpolacek at gcc dot gnu.org
2014-07-27 13:59 ` mpolacek at gcc dot gnu.org
2014-11-24 13:02 ` [Bug target/61925] [4.8/4.9/5 " rguenth at gcc dot gnu.org
2014-11-25 10:14 ` rguenth at gcc dot gnu.org
2014-12-19 13:31 ` jakub at gcc dot gnu.org
2015-01-28  8:28 ` jakub at gcc dot gnu.org
2015-01-28 12:24 ` jakub at gcc dot gnu.org
2015-01-28 14:48 ` jakub at gcc dot gnu.org
2015-02-11 10:04 ` jakub at gcc dot gnu.org
2015-02-11 10:15 ` [Bug target/61925] [4.8/4.9 " jakub at gcc dot gnu.org
2015-06-23  8:24 ` rguenth at gcc dot gnu.org
2015-06-26 20:00 ` [Bug target/61925] [4.9 " jakub at gcc dot gnu.org
2015-06-26 20:30 ` jakub at gcc dot gnu.org
2021-08-13 21:41 ` pinskia 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).