From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21508 invoked by alias); 13 Mar 2002 20:56:08 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21349 invoked by uid 71); 13 Mar 2002 20:56:05 -0000 Resent-Date: 13 Mar 2002 20:56:05 -0000 Resent-Message-ID: <20020313205605.21348.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Rainer Orth Received:(qmail 20607 invoked from network); 13 Mar 2002 20:55:41 -0000 Received: from unknown (HELO gemma.TechFak.Uni-Bielefeld.DE) (129.70.136.103) by sources.redhat.com with SMTP; 13 Mar 2002 20:55:41 -0000 Received: from xayide.TechFak.Uni-Bielefeld.DE.TechFak.Uni-Bielefeld.DE (xayide.TechFak.Uni-Bielefeld.DE [129.70.137.35]) by gemma.TechFak.Uni-Bielefeld.DE (8.9.1/8.9.1/TechFak/pk+ro20010720) with ESMTP id VAA16773; Wed, 13 Mar 2002 21:55:37 +0100 (MET) Received: by xayide.TechFak.Uni-Bielefeld.DE.TechFak.Uni-Bielefeld.DE (8.11.4+Sun/pk19971205) id g2DKtaX05227; Wed, 13 Mar 2002 21:55:36 +0100 (MET) Message-Id:<15503.48316.148008.527475@xayide.TechFak.Uni-Bielefeld.DE> Date: Wed, 13 Mar 2002 12:56:00 -0000 From: Rainer Orth To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: bootstrap/5948: gcc emits .quad on Solaris 8/Intel, not recognized by native as X-SW-Source: 2002-03/txt/msg00449.txt.bz2 List-Id: >Number: 5948 >Category: bootstrap >Synopsis: gcc emits .quad on Solaris 8/Intel, not recognized by native as >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Wed Mar 13 12:56:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Rainer Orth >Release: 3.1 20020313 (prerelease) >Organization: Faculty of Technology, Bielefeld University >Environment: System: SunOS arenal 5.8 Generic_111920-01 i86pc i386 i86pc Architecture: i86pc host: i386-pc-solaris2.8 build: i386-pc-solaris2.8 target: i386-pc-solaris2.8 configured with: /vol/gnu/src/gcc/gcc-3.1-branch-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --enable-libgcj >Description: gcc fails to bootstrap with assembler errors on unwind-dw2-fde.c and unwind-dw2.c. The following testcase, extracted from those files, illustrates the probem: or.i is: typedef unsigned long long uint64_t; typedef uint64_t upad64_t; typedef struct { upad64_t __pthread_once_pad[4]; } pthread_once_t; typedef pthread_once_t __gthread_once_t; static __gthread_once_t once_regsizes = {0, 0, 0, 0}; % ./xgcc -B./ -v -c or.i -save-temps Reading specs from ./specs Configured with: /vol/gnu/src/gcc/gcc-3.1-branch-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --enable-libgcj Thread model: posix gcc version 3.1 20020313 (prerelease) ./cc1 -fpreprocessed or.i -quiet -dumpbase or.i -version -o or.s GNU CPP version 3.1 20020313 (prerelease) (cpplib) (i386 System V Release 4) GNU C version 3.1 20020313 (prerelease) (i386-pc-solaris2.8) compiled by GNU C version 3.0 20010425 (prerelease). /usr/ccs/bin/as -V -Qy -s -o or.o or.s as: Sun WorkShop 6 99/08/16 Assembler: or.i "or.s", line 8 : Illegal mnemonic "or.s", line 8 : Syntax error "or.s", line 9 : Illegal mnemonic "or.s", line 9 : Syntax error "or.s", line 10 : Illegal mnemonic "or.s", line 10 : Syntax error "or.s", line 11 : Illegal mnemonic "or.s", line 11 : Syntax error or.s is: .file "or.i" .version "01.01" .data .align 32 .type once_regsizes,@object .size once_regsizes,32 once_regsizes: .quad 0 .quad 0 .quad 0 .quad 0 .ident "GCC: (GNU) 3.1 20020313 (prerelease)" >How-To-Repeat: Either bootstrap gcc or compile the above testcase. >Fix: >Release-Note: >Audit-Trail: >Unformatted: