public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/46326] New: [4.6 Regression] Revision 166382 failed to bootstrap
@ 2010-11-06  0:35 hjl.tools at gmail dot com
  2010-11-06  0:40 ` [Bug target/46326] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2010-11-06  0:35 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] Revision 166382 failed to bootstrap
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: ktietz@onevision.com


Revision 166382:

http://gcc.gnu.org/ml/gcc-cvs/2010-11/msg00269.html

failed to bootstrap on x86. I got

../../src-trunk/gcc/config/i386/i386.c: In function
'ix86_delegitimize_address':
../../src-trunk/gcc/config/i386/i386.c:13017:8: error: 'or' of unmatched
not-equal tests is always 1 [-Werror]
cc1: all warnings being treated as errors

make[6]: *** [i386.o] Error 1
make[6]: *** Waiting for unfinished jobs....

Code in question is

      if (GET_CODE (x) != CONST 
          || GET_CODE (XEXP (x, 0)) != UNSPEC
          || XINT (XEXP (x, 0), 1) != UNSPEC_GOTPCREL
          || XINT (XEXP (x, 0), 1) != UNSPEC_PCREL
          || !MEM_P (orig_x))
        return ix86_delegitimize_tls_address (orig_x);

It doesn't make any senses to me.


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

* [Bug target/46326] [4.6 Regression] Revision 166382 failed to bootstrap
  2010-11-06  0:35 [Bug target/46326] New: [4.6 Regression] Revision 166382 failed to bootstrap hjl.tools at gmail dot com
@ 2010-11-06  0:40 ` hjl.tools at gmail dot com
  2010-11-06  4:08 ` hjl at gcc dot gnu.org
  2010-11-06 17:36 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2010-11-06  0:40 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com
   Target Milestone|---                         |4.6.0


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

* [Bug target/46326] [4.6 Regression] Revision 166382 failed to bootstrap
  2010-11-06  0:35 [Bug target/46326] New: [4.6 Regression] Revision 166382 failed to bootstrap hjl.tools at gmail dot com
  2010-11-06  0:40 ` [Bug target/46326] " hjl.tools at gmail dot com
@ 2010-11-06  4:08 ` hjl at gcc dot gnu.org
  2010-11-06 17:36 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu.org @ 2010-11-06  4:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2010-11-06 04:08:39 UTC ---
Author: hjl
Date: Sat Nov  6 04:08:34 2010
New Revision: 166394

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166394
Log:
Fix a typo in ix86_delegitimize_address.

2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/46326
    * config/i386/i386.c (ix86_delegitimize_address): Fix a typo
    in the last change.

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


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

* [Bug target/46326] [4.6 Regression] Revision 166382 failed to bootstrap
  2010-11-06  0:35 [Bug target/46326] New: [4.6 Regression] Revision 166382 failed to bootstrap hjl.tools at gmail dot com
  2010-11-06  0:40 ` [Bug target/46326] " hjl.tools at gmail dot com
  2010-11-06  4:08 ` hjl at gcc dot gnu.org
@ 2010-11-06 17:36 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-06 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-06 17:36:07 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-06 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-06  0:35 [Bug target/46326] New: [4.6 Regression] Revision 166382 failed to bootstrap hjl.tools at gmail dot com
2010-11-06  0:40 ` [Bug target/46326] " hjl.tools at gmail dot com
2010-11-06  4:08 ` hjl at gcc dot gnu.org
2010-11-06 17:36 ` rguenth at gcc dot gnu.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).