public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11647] New: ice on __builtin_ia32_psllq
@ 2003-07-23 18:50 gcc-bugzilla at gcc dot gnu dot org
  2003-07-23 18:55 ` [Bug c/11647] " pinskia at physics dot uc dot edu
  0 siblings, 1 reply; 2+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-07-23 18:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ice on __builtin_ia32_psllq
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berberic at fmi dot uni-passau dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-linux-gnu
  GCC host triplet: i386-pc-linux-gnu
GCC target triplet: i386-pc-linux-gnu

gcc gives:
  X.c: In function `main':
  X.c:5: internal compiler error: in ix86_expand_binop_builtin, at config/i386/  i386.c:13029
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

with this code

  typedef int v8qi __attribute__ ((mode (V8QI)));

  int main()
  {
    v8qi t = (v8qi)__builtin_ia32_psllq((long long)t, (long long)32);

    return 0;
  }

Environment:
System: Linux avaloon 2.4.21 #2 SMP Mon Jun 16 22:37:26 CEST 2003 i686 unknown
Architecture: i686

	
host: i386-pc-linux-gnu
build: i386-pc-linux-gnu
target: i386-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i386-linux

How-To-Repeat:
	compile above code


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

* [Bug c/11647] ice on __builtin_ia32_psllq
  2003-07-23 18:50 [Bug c/11647] New: ice on __builtin_ia32_psllq gcc-bugzilla at gcc dot gnu dot org
@ 2003-07-23 18:55 ` pinskia at physics dot uc dot edu
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 18:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 18:55 -------
Another dup of bug 10984 which is a different test case but the same bug.

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


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

end of thread, other threads:[~2003-07-23 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 18:50 [Bug c/11647] New: ice on __builtin_ia32_psllq gcc-bugzilla at gcc dot gnu dot org
2003-07-23 18:55 ` [Bug c/11647] " pinskia at physics dot uc dot edu

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).