public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/45376]  New: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
@ 2010-08-22 10:11 mikael at gcc dot gnu dot org
  2010-08-22 10:34 ` [Bug bootstrap/45376] " mikael at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: mikael at gcc dot gnu dot org @ 2010-08-22 10:11 UTC (permalink / raw)
  To: gcc-bugs

Updating today at revision 163455 gave : 
/home/mik/gcc46/src/libcpp/lex.c: Assembler messages:
/home/mik/gcc46/src/libcpp/lex.c:448: Error: no such instruction: `pcmpestri
$0,(%rdi),%xmm0'
/home/mik/gcc46/src/libcpp/lex.c:432: Error: no such instruction: `pcmpestri
$0,(%rdi),%xmm0'

A revision from yesterday worked (2010-08-21), but I don't remember the
revision number. 
Possible culprit according to the ChangeLog : revision 163446.


-- 
           Summary: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikael at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-freebsd8.0
  GCC host triplet: x86_64-unknown-freebsd8.0
GCC target triplet: x86_64-unknown-freebsd8.0


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


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

* [Bug bootstrap/45376] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
@ 2010-08-22 10:34 ` mikael at gcc dot gnu dot org
  2010-08-22 10:50 ` mikael at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mikael at gcc dot gnu dot org @ 2010-08-22 10:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mikael at gcc dot gnu dot org  2010-08-22 10:33 -------
(In reply to comment #0)
> Possible culprit according to the ChangeLog : revision 163446.
> 
confirmed: r163446 _is_ the culprit. 

The stage1 libcpp builds fine. The failure is at stage2. 

Configure line: 
  $ /home/mik/gcc46/src/configure --prefix=/home/mik/gcc46
--enable-maintainer-mode --disable-multilib --enable-languages=fortran


-- 


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


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

* [Bug bootstrap/45376] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
  2010-08-22 10:34 ` [Bug bootstrap/45376] " mikael at gcc dot gnu dot org
@ 2010-08-22 10:50 ` mikael at gcc dot gnu dot org
  2010-08-22 18:05 ` pinskia at gmail dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mikael at gcc dot gnu dot org @ 2010-08-22 10:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mikael at gcc dot gnu dot org  2010-08-22 10:49 -------
This might be of interest: the machine I'm running on as reported by the
kernel.

CPU: AMD Athlon(tm) 64 Processor 3000+ (2009.79-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0xfc0  Stepping = 0
 
Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
  AMD Features=0xe0500800<SYSCALL,NX,MMX+,LM,3DNow!+,3DNow!>


-- 


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


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

* Re: [Bug bootstrap/45376]  New: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-08-22 18:05 ` pinskia at gmail dot com
@ 2010-08-22 18:05 ` Andrew Pinski
  2010-08-23 21:41 ` [Bug target/45376] " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Andrew Pinski @ 2010-08-22 18:05 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

What version of binutils is being used?
Have you tried a newer version?

On Aug 22, 2010, at 3:11 AM, "mikael at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org 
 > wrote:

> Updating today at revision 163455 gave :
> /home/mik/gcc46/src/libcpp/lex.c: Assembler messages:
> /home/mik/gcc46/src/libcpp/lex.c:448: Error: no such instruction:  
> `pcmpestri
> $0,(%rdi),%xmm0'
> /home/mik/gcc46/src/libcpp/lex.c:432: Error: no such instruction:  
> `pcmpestri
> $0,(%rdi),%xmm0'
>
> A revision from yesterday worked (2010-08-21), but I don't remember  
> the
> revision number.
> Possible culprit according to the ChangeLog : revision 163446.
>
>
> -- 
>           Summary: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
>           Product: gcc
>           Version: 4.6.0
>            Status: UNCONFIRMED
>          Severity: normal
>          Priority: P3
>         Component: bootstrap
>        AssignedTo: unassigned at gcc dot gnu dot org
>        ReportedBy: mikael at gcc dot gnu dot org
> GCC build triplet: x86_64-unknown-freebsd8.0
>  GCC host triplet: x86_64-unknown-freebsd8.0
> GCC target triplet: x86_64-unknown-freebsd8.0
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45376
>


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

* [Bug bootstrap/45376] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
  2010-08-22 10:34 ` [Bug bootstrap/45376] " mikael at gcc dot gnu dot org
  2010-08-22 10:50 ` mikael at gcc dot gnu dot org
@ 2010-08-22 18:05 ` pinskia at gmail dot com
  2010-08-22 18:05 ` [Bug bootstrap/45376] New: " Andrew Pinski
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gmail dot com @ 2010-08-22 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gmail dot com  2010-08-22 18:05 -------
Subject: Re:   New: no such instruction: `pcmpestri $0,(%rdi),%xmm0'

What version of binutils is being used?
Have you tried a newer version?

On Aug 22, 2010, at 3:11 AM, "mikael at gcc dot gnu dot org"
<gcc-bugzilla@gcc.gnu.org 
 > wrote:

> Updating today at revision 163455 gave :
> /home/mik/gcc46/src/libcpp/lex.c: Assembler messages:
> /home/mik/gcc46/src/libcpp/lex.c:448: Error: no such instruction:  
> `pcmpestri
> $0,(%rdi),%xmm0'
> /home/mik/gcc46/src/libcpp/lex.c:432: Error: no such instruction:  
> `pcmpestri
> $0,(%rdi),%xmm0'
>
> A revision from yesterday worked (2010-08-21), but I don't remember  
> the
> revision number.
> Possible culprit according to the ChangeLog : revision 163446.
>
>
> -- 
>           Summary: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
>           Product: gcc
>           Version: 4.6.0
>            Status: UNCONFIRMED
>          Severity: normal
>          Priority: P3
>         Component: bootstrap
>        AssignedTo: unassigned at gcc dot gnu dot org
>        ReportedBy: mikael at gcc dot gnu dot org
> GCC build triplet: x86_64-unknown-freebsd8.0
>  GCC host triplet: x86_64-unknown-freebsd8.0
> GCC target triplet: x86_64-unknown-freebsd8.0
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45376
>


-- 


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


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

* [Bug target/45376] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-08-22 18:05 ` [Bug bootstrap/45376] New: " Andrew Pinski
@ 2010-08-23 21:41 ` pinskia at gcc dot gnu dot org
  2010-08-23 21:42 ` [Bug target/45376] [4.6 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-08-23 21:41 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build
   Target Milestone|---                         |4.6.0


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


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

* [Bug target/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-08-23 21:41 ` [Bug target/45376] " pinskia at gcc dot gnu dot org
@ 2010-08-23 21:42 ` pinskia at gcc dot gnu dot org
  2010-08-23 21:42 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-08-23 21:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-23 21:42:35
               date|                            |


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


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

* [Bug target/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2010-08-23 21:42 ` [Bug target/45376] [4.6 Regression] " pinskia at gcc dot gnu dot org
@ 2010-08-23 21:42 ` pinskia at gcc dot gnu dot org
  2010-08-24 10:44 ` mikael at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-08-23 21:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2010-08-23 21:42 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2010-
                   |                            |08/msg01753.html
           Keywords|                            |patch
            Summary|no such instruction:        |[4.6 Regression] no such
                   |`pcmpestri $0,(%rdi),%xmm0' |instruction: `pcmpestri
                   |                            |$0,(%rdi),%xmm0'


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


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

* [Bug target/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2010-08-23 21:42 ` pinskia at gcc dot gnu dot org
@ 2010-08-24 10:44 ` mikael at gcc dot gnu dot org
  2010-08-24 19:13 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mikael at gcc dot gnu dot org @ 2010-08-24 10:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mikael at gcc dot gnu dot org  2010-08-24 10:43 -------
(In reply to comment #3)
> Subject: Re:   New: no such instruction: `pcmpestri $0,(%rdi),%xmm0'
> 
> What version of binutils is being used?
> Have you tried a newer version?
> 

% as --version
GNU assembler 2.15 [FreeBSD] 2004-05-23
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-obrien-freebsd'.

I haven't tried any newer version. 


-- 


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


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

* [Bug target/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2010-08-24 10:44 ` mikael at gcc dot gnu dot org
@ 2010-08-24 19:13 ` pinskia at gcc dot gnu dot org
  2010-08-24 21:06 ` [Bug bootstrap/45376] " rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-08-24 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2010-08-24 19:12 -------
Note a patch was posted at
http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01753.html.


-- 


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


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

* [Bug bootstrap/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2010-08-24 19:13 ` pinskia at gcc dot gnu dot org
@ 2010-08-24 21:06 ` rth at gcc dot gnu dot org
  2010-08-24 21:08 ` rth at gcc dot gnu dot org
  2010-08-24 21:08 ` rth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rth at gcc dot gnu dot org @ 2010-08-24 21:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
          Component|target                      |bootstrap
   Last reconfirmed|2010-08-23 21:42:35         |2010-08-24 21:06:41
               date|                            |


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


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

* [Bug bootstrap/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2010-08-24 21:08 ` rth at gcc dot gnu dot org
@ 2010-08-24 21:08 ` rth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rth at gcc dot gnu dot org @ 2010-08-24 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rth at gcc dot gnu dot org  2010-08-24 21:08 -------
Fixed.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/45376] [4.6 Regression] no such instruction: `pcmpestri $0,(%rdi),%xmm0'
  2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2010-08-24 21:06 ` [Bug bootstrap/45376] " rth at gcc dot gnu dot org
@ 2010-08-24 21:08 ` rth at gcc dot gnu dot org
  2010-08-24 21:08 ` rth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rth at gcc dot gnu dot org @ 2010-08-24 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rth at gcc dot gnu dot org  2010-08-24 21:08 -------
Subject: Bug 45376

Author: rth
Date: Tue Aug 24 21:08:05 2010
New Revision: 163528

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163528
Log:
        PR bootstrap/45376
        * configure.ac (HAVE_SSE4): New check.
        * configure, config.in: Rebuild.
        * lex.c (search_line_sse42): Omit if !HAVE_SSE4.

Modified:
    trunk/libcpp/ChangeLog
    trunk/libcpp/config.in
    trunk/libcpp/configure
    trunk/libcpp/configure.ac
    trunk/libcpp/lex.c


-- 


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


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

end of thread, other threads:[~2010-08-24 21:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-22 10:11 [Bug bootstrap/45376] New: no such instruction: `pcmpestri $0,(%rdi),%xmm0' mikael at gcc dot gnu dot org
2010-08-22 10:34 ` [Bug bootstrap/45376] " mikael at gcc dot gnu dot org
2010-08-22 10:50 ` mikael at gcc dot gnu dot org
2010-08-22 18:05 ` pinskia at gmail dot com
2010-08-22 18:05 ` [Bug bootstrap/45376] New: " Andrew Pinski
2010-08-23 21:41 ` [Bug target/45376] " pinskia at gcc dot gnu dot org
2010-08-23 21:42 ` [Bug target/45376] [4.6 Regression] " pinskia at gcc dot gnu dot org
2010-08-23 21:42 ` pinskia at gcc dot gnu dot org
2010-08-24 10:44 ` mikael at gcc dot gnu dot org
2010-08-24 19:13 ` pinskia at gcc dot gnu dot org
2010-08-24 21:06 ` [Bug bootstrap/45376] " rth at gcc dot gnu dot org
2010-08-24 21:08 ` rth at gcc dot gnu dot org
2010-08-24 21:08 ` rth 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).