From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24287 invoked by alias); 12 Aug 2005 18:08:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 24267 invoked by alias); 12 Aug 2005 18:08:39 -0000 Date: Fri, 12 Aug 2005 18:08:00 -0000 From: "gcc-bugzilla at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050812180830.23359.ro@techfak.uni-bielefeld.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/23359] New: Many Solaris 10/x86 testsuite failures with native as: use of .word X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg01405.txt.bz2 List-Id: Between 20050627 and 20050805, several C and C++ testcases begain to fail on Solaris 10/x86 with the native as, e.g. +FAIL: g++.old-deja/g++.brendan/crash63.C (test for excess errors) Excess errors: Assembler: crash63.C "/var/tmp//ccnloMW3.s", line 22 : Illegal mnemonic "/var/tmp//ccnloMW3.s", line 22 : Syntax error Line 22 has .word 0x0b0f which is from i386.md (trap). This was introduced by this patch: 2005-07-21 Andrew Pinski * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2. http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01347.html (Btw., the ChangeLog has two typos: double leading " and /t instead of \t) One should be able to use .value instead (cf. ASM_SHORT in att.h, but ASM_SHORT seems completely unused right now!?). I've no idea how to do this in the .md file, though. Environment: System: SunOS erebus 5.10 LAE_Preview i86pc i386 i86pc Architecture: i86pc host: i386-pc-solaris2.10 build: i386-pc-solaris2.10 target: i386-pc-solaris2.10 configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --disable-libssp --disable-multilib --with-gmp-dir=/vol/gnu/obj/gmp-4.1.3 --with-mpfr-dir=/vol/gnu/obj/gmp-4.1.3/mpfr --enable-languages=c,c++,f95,java,objc,ada --disable-libmudflap How-To-Repeat: Bootstrap mainline as above. -- Summary: Many Solaris 10/x86 testsuite failures with native as: use of .word Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ro at techfak dot uni-bielefeld dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-pc-solaris2.10 GCC host triplet: i386-pc-solaris2.10 GCC target triplet: i386-pc-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23359