public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47537] New: [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635
@ 2011-01-30  0:48 hjl.tools at gmail dot com
  2011-01-30  1:21 ` [Bug target/47537] " hjl at gcc dot gnu.org
  2011-07-26 22:03 ` ubizjak at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2011-01-30  0:48 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [x32] internal compiler error: in copy_to_mode_reg, at
                    explow.c:635
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On x32 branch, I got

[hjl@gnu-6 ilp32-20]$ cat x.i
typedef long long __m128i __attribute__ ((__vector_size__ (16),
__may_alias__));
__m128i
_mm_loadu_si128 (__m128i const *__P)
{
  return (__m128i) __builtin_ia32_loaddqu ((char const *)__P);
}
[hjl@gnu-6 ilp32-20]$ make
/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-x32/build-x86_64-linux/gcc/ -S -o x.s -mx32 -O2 -dp  
x.i
x.i: In function \u2018_mm_loadu_si128\u2019:
x.i:5:43: 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.
make: *** [x.s] Error 1
[hjl@gnu-6 ilp32-20]$


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

* [Bug target/47537] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635
  2011-01-30  0:48 [Bug target/47537] New: [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635 hjl.tools at gmail dot com
@ 2011-01-30  1:21 ` hjl at gcc dot gnu.org
  2011-07-26 22:03 ` ubizjak at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-01-30  1:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-29 22:36:32 UTC ---
Author: hjl
Date: Sat Jan 29 22:36:26 2011
New Revision: 169396

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169396
Log:
Convert to Pmode if needed in ix86_expand_special_args_builtin.

2011-01-29  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/47537
    * config/i386/i386.c (ix86_expand_special_args_builtin): Convert
    to Pmode if needed.

Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.c


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

* [Bug target/47537] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635
  2011-01-30  0:48 [Bug target/47537] New: [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635 hjl.tools at gmail dot com
  2011-01-30  1:21 ` [Bug target/47537] " hjl at gcc dot gnu.org
@ 2011-07-26 22:03 ` ubizjak at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: ubizjak at gmail dot com @ 2011-07-26 22:03 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x32
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-07/msg01469.htm
                   |                            |l
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2011-07-26 22:02:57 UTC ---
Fixed by:

Author: hjl
Date: Fri Jul 22 00:56:10 2011
New Revision: 176612

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176612
Log:
Convert to Pmode if needed and use force_reg after convert.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

    * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
    needed and use force_reg after convert.
    (ix86_expand_call): Likewise.
    (ix86_expand_special_args_builtin): Likewise.
    (ix86_expand_builtin): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


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

end of thread, other threads:[~2011-07-26 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-30  0:48 [Bug target/47537] New: [x32] internal compiler error: in copy_to_mode_reg, at explow.c:635 hjl.tools at gmail dot com
2011-01-30  1:21 ` [Bug target/47537] " hjl at gcc dot gnu.org
2011-07-26 22:03 ` ubizjak at gmail dot com

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