public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
       [not found] <bug-44332-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-17 16:13 ` 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
  2 siblings, 0 replies; 5+ messages in thread
From: serowk at yandex dot ru @ 2010-12-17 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

serowk at yandex dot ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serowk at yandex dot ru

--- Comment #3 from serowk at yandex dot ru 2010-12-17 16:13:45 UTC ---
Appears with arm-iwmmx-linux-uclibcgnueabi-gcc 4.4.5

1.c:
#include <mmintrin.h>
#include <stdint.h>
#include <stdio.h>

__m64  do_some(__m64 a, int64_t count)
{
    return _mm_srli_pi16(a, count);
}

int main()
{
    __m64 a=(__m64)222LL;
    int64_t b=8;

    b=(int64_t)do_some(a, b);
    printf("%lli\n", b);

    return 0;
}

$ arm-iwmmx-linux-uclibcgnueabi-gcc 1.c -flax-vector-conversions
In file included from 1.c:1:
/opt/arm-iwmmx-linux-uclibcgnueabi/lib/gcc/arm-iwmmx-linux-uclibcgnueabi/4.4.5/include/mmintrin.h:
In function '_mm_srli_pi16':
/opt/arm-iwmmx-linux-uclibcgnueabi/lib/gcc/arm-iwmmx-linux-uclibcgnueabi/4.4.5/include/mmintrin.h:526:
internal compiler error: in copy_to_mode_reg, at explow.c:623
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] 5+ messages in thread

* [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
       [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
  2 siblings, 0 replies; 5+ messages in thread
From: steven at gcc dot gnu.org @ 2012-11-11 20:53 UTC (permalink / raw)
  To: gcc-bugs


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.8.0
         Resolution|                            |FIXED
      Known to fail|                            |4.7.1

--- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2012-11-11 20:53:21 UTC ---
Passes with GCC 4.7.1 and with current trunk (r193411). Both test cases
from comment #0 do not ICE anymore.

The bug from comment #3 is for another target and therefore unrelated.


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

* [Bug target/44332] ICE: in copy_to_mode_reg, at explow.c:623 with -mno-sse2
       [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
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-09  6:17 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |DUPLICATE

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---


*** This bug has been marked as a duplicate of bug 47948 ***

^ permalink raw reply	[flat|nested] 5+ 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: " 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; 5+ 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] 5+ 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: " 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; 5+ 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] 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).