public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44332]  New: ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
@ 2010-05-30 13:37 zsojka at seznam dot cz
  2010-05-30 15:21 ` [Bug target/44332] " rguenth at gcc dot gnu dot org
  2010-05-30 16:55 ` steven at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2010-05-30 13:37 UTC (permalink / raw)
  To: gcc-bugs

Compiler output:
$ gcc -mno-sse2 testcase.c
testcase.c: In function 'foo':
testcase.c:6:6: internal compiler error: in copy_to_mode_reg, at explow.c:635
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r160048 - crash
r153685 - crash
4.4 r158133 - crash

----- testcase.c -----
typedef __attribute__((vector_size(16))) char type;

extern void bar(type);
void foo(type x) { bar(x); }
----------------------


A bit different testcase gives:

$ gcc -mno-sse2 testcase2.c
testcase2.c: In function 'foo':
testcase2.c:4:29: internal compiler error: in emit_move_insn, at expr.c:3428
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

----- testcase2.c -----
typedef __attribute__((vector_size(16))) char type;

extern void bar(type);
void foo(void) { type x; bar(x); }
-----------------------


-- 
           Summary: ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

end of thread, other threads:[~2021-08-09  6:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44332-4@http.gcc.gnu.org/bugzilla/>
2010-12-17 16:13 ` [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2 serowk at yandex dot ru
2012-11-11 20:53 ` steven at gcc dot gnu.org
2021-08-09  6:17 ` pinskia at gcc dot gnu.org
2010-05-30 13:37 [Bug target/44332] New: " zsojka at seznam dot cz
2010-05-30 15:21 ` [Bug target/44332] " rguenth at gcc dot gnu dot org
2010-05-30 16:55 ` steven at gcc dot gnu dot 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).