public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/42369]  New: [4.5 Regression] Failed to bootstrap
@ 2009-12-14 18:50 hjl dot tools at gmail dot com
  2009-12-14 19:01 ` [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed " hjl dot tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-12-14 18:50 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 155225 gave:

../../src-trunk/gcc/config/i386/i386.c:23844: error: duplicate case value
../../src-trunk/gcc/config/i386/i386.c:23842: error: previously used here


-- 
           Summary: [4.5 Regression] Failed to bootstrap
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed to bootstrap
  2009-12-14 18:50 [Bug bootstrap/42369] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
@ 2009-12-14 19:01 ` hjl dot tools at gmail dot com
  2009-12-14 19:13 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-12-14 19:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-12-14 19:01 -------
It is caused by revision 155217:

http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00361.html

The problem is

;; Single word integer modes without QImode and HImode.
(define_mode_iterator SWI48 [SI (DI "TARGET_64BIT")])

with

             case CODE_FOR_lwp_lwpvalsi3:
             case CODE_FOR_lwp_lwpvaldi3:
             case CODE_FOR_lwp_lwpinssi3:
             case CODE_FOR_lwp_lwpinsdi3:


Both CODE_FOR_lwp_lwpvaldi3 and CODE_FOR_lwp_lwpinsdi3
are  CODE_FOR_nothing for ia32.

I don't think you can use (DI "TARGET_64BIT") in define_mode_iterator.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.5 Regression] Failed to  |[4.5 Regression] Revision
                   |bootstrap                   |155217 failed to bootstrap
   Target Milestone|---                         |4.5.0


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


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

* [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed to bootstrap
  2009-12-14 18:50 [Bug bootstrap/42369] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
  2009-12-14 19:01 ` [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed " hjl dot tools at gmail dot com
@ 2009-12-14 19:13 ` hjl dot tools at gmail dot com
  2009-12-14 19:59 ` jakub at gcc dot gnu dot org
  2009-12-14 23:25 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-12-14 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-12-14 19:13 -------
Created an attachment (id=19293)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19293&action=view)
A patch


-- 


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


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

* [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed to bootstrap
  2009-12-14 18:50 [Bug bootstrap/42369] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
  2009-12-14 19:01 ` [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed " hjl dot tools at gmail dot com
  2009-12-14 19:13 ` hjl dot tools at gmail dot com
@ 2009-12-14 19:59 ` jakub at gcc dot gnu dot org
  2009-12-14 23:25 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-12-14 19:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2009-12-14 19:59 -------
Subject: Bug 42369

Author: jakub
Date: Mon Dec 14 19:59:00 2009
New Revision: 155237

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155237
Log:
        PR bootstrap/42369
        * config/i386/i386.c (ix86_expand_special_args_builtin): Avoid
        using switch with CODE_FOR_lwp_lwp* cases.

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


-- 


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


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

* [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed to bootstrap
  2009-12-14 18:50 [Bug bootstrap/42369] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-12-14 19:59 ` jakub at gcc dot gnu dot org
@ 2009-12-14 23:25 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-12-14 23:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2009-12-14 23:25 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-12-14 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-14 18:50 [Bug bootstrap/42369] New: [4.5 Regression] Failed to bootstrap hjl dot tools at gmail dot com
2009-12-14 19:01 ` [Bug bootstrap/42369] [4.5 Regression] Revision 155217 failed " hjl dot tools at gmail dot com
2009-12-14 19:13 ` hjl dot tools at gmail dot com
2009-12-14 19:59 ` jakub at gcc dot gnu dot org
2009-12-14 23:25 ` jakub 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).