public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
@ 2012-05-24 13:42 ro at gcc dot gnu.org
  2012-05-24 13:53 ` [Bug target/53474] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2012-05-24 13:42 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53474
           Summary: [4.8 regression] Solaris/x86 bootstrap with Sun as
                    broken: j.e
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: ubizjak@gmail.com
              Host: i386-pc-solaris2.11
            Target: i386-pc-solaris2.11
             Build: i386-pc-solaris2.11


As of 20120524, Solaris/x86 bootstrap with Sun as is broken configuring the
stage1
libgcc:

configure:4192: checking whether to use setjmp/longjmp exceptions
configure:: /var/gcc/regression/trunk/11-gcc/build/./gcc/xgcc
-B/var/gcc/regression/trunk/11-gcc/build/./gcc/
-B/vol/gcc/i386-pc-solaris2.11/bin/ -B/vol/gcc/i386-pc-solaris2.11/lib/
-isystem /vol/gcc/i386-pc-solaris2.11/include -isystem
/vol/gcc/i386-pc-solaris2.11/sys-include    -c --save-temps -fexceptions 
conftest.c >&5
Assembler: conftest.c
    "conftest.s", line 26 : Illegal mnemonic
    Near line: "    j.e    .L10"
    "conftest.s", line 26 : Syntax error
    Near line: "    j.e    .L10"
    "conftest.s", line 26 : Illegal mnemonic
    Near line: "    j.e    .L10"

The only change from 4.7 is:

--- conftest47.s        2012-05-24 15:29:43.645405136 +0200
+++ conftest.s  2012-05-24 15:30:03.887899516 +0200
@@ -23,7 +23,7 @@
        call    clean
 .LEHE1:
        cmpl    $1, %ebx
-       je      .L10
+       j.e     .L10
        jmp     .L9
 .L7:
        movl    %eax, %esi

I'm pretty sure one of your last i386 changes is the culprit, but couldn't
immediately pinpoint it.

  Rainer


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

* [Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
  2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
@ 2012-05-24 13:53 ` ro at gcc dot gnu.org
  2012-05-24 14:00 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2012-05-24 13:53 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
  2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
  2012-05-24 13:53 ` [Bug target/53474] " ro at gcc dot gnu.org
@ 2012-05-24 14:00 ` ubizjak at gmail dot com
  2012-05-25 11:47 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-24 14:00 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-05-24
         AssignedTo|unassigned at gcc dot       |ubizjak at gmail dot com
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-24 13:59:02 UTC ---
Created attachment 27489
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27489
Untested patch

Can you please test attached patch?


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

* [Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
  2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
  2012-05-24 13:53 ` [Bug target/53474] " ro at gcc dot gnu.org
  2012-05-24 14:00 ` ubizjak at gmail dot com
@ 2012-05-25 11:47 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-05-25 15:09 ` uros at gcc dot gnu.org
  2012-05-25 15:15 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2012-05-25 11:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-05-25 11:30:08 UTC ---
Sure: a i386-pc-solaris2.10 bootstrap completed with this patch without
issues.

Thanks.
        Rainer


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

* [Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
  2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-05-25 11:47 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-05-25 15:09 ` uros at gcc dot gnu.org
  2012-05-25 15:15 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: uros at gcc dot gnu.org @ 2012-05-25 15:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from uros at gcc dot gnu.org 2012-05-25 15:07:09 UTC ---
Author: uros
Date: Fri May 25 15:07:02 2012
New Revision: 187885

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187885
Log:
    PR target/53474
    * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
    <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.


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


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

* [Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e
  2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-05-25 15:09 ` uros at gcc dot gnu.org
@ 2012-05-25 15:15 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2012-05-25 15:15 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-05/msg01737.htm
                   |                            |l
         Resolution|                            |FIXED

--- Comment #4 from Uros Bizjak <ubizjak at gmail dot com> 2012-05-25 15:14:28 UTC ---
Fixed.


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

end of thread, other threads:[~2012-05-25 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-24 13:42 [Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e ro at gcc dot gnu.org
2012-05-24 13:53 ` [Bug target/53474] " ro at gcc dot gnu.org
2012-05-24 14:00 ` ubizjak at gmail dot com
2012-05-25 11:47 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-05-25 15:09 ` uros at gcc dot gnu.org
2012-05-25 15:15 ` 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).