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; 3+ 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] 3+ messages in thread

* [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
  2010-05-30 13:37 [Bug target/44332] New: ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2 zsojka at seznam dot cz
@ 2010-05-30 15:21 ` rguenth at gcc dot gnu dot org
  2010-05-30 16:55 ` steven at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-30 15:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-05-30 15:21 -------
Well, "doctor it hurts when I do that ..."


-- 


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


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

* [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
  2010-05-30 13:37 [Bug target/44332] New: ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2 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
  1 sibling, 0 replies; 3+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-05-30 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from steven at gcc dot gnu dot org  2010-05-30 16:55 -------
Should not ICE, though.


-- 


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


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

end of thread, other threads:[~2010-05-30 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-30 13:37 [Bug target/44332] New: ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2 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).