This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]