public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/41522]  New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler
@ 2009-09-30 17:09 ro at gcc dot gnu dot org
  2009-09-30 17:18 ` [Bug testsuite/41522] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu dot org @ 2009-09-30 17:09 UTC (permalink / raw)
  To: gcc-bugs

The test above fails on Solaris/SPARC when the native assembler is in use:

output is:
/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 23: error: invalid character (0x72)

/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 23: error: unknown opcode "register"

/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 23: error: statement syntax

/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 29: error: invalid character (0x72)

/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 29: error: unknown opcode "register"

/usr/bin/as: "/var/tmp//cc83aiQ4.s", line 29: error: statement syntax


FAIL: gcc.c-torture/compile/pr38789.c  -O0  (test for excess errors)


-- 
           Summary: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC
                    with native assembler
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.11
  GCC host triplet: sparc-sun-solaris2.11
GCC target triplet: sparc-sun-solaris2.11


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


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

* [Bug testsuite/41522] gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler
  2009-09-30 17:09 [Bug testsuite/41522] New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler ro at gcc dot gnu dot org
@ 2009-09-30 17:18 ` pinskia at gcc dot gnu dot org
  2010-01-25 14:54 ` ro at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-09-30 17:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-09-30 17:18 -------
The easy fix is to change the inline-asm strings to "".


-- 


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


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

* [Bug testsuite/41522] gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler
  2009-09-30 17:09 [Bug testsuite/41522] New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler ro at gcc dot gnu dot org
  2009-09-30 17:18 ` [Bug testsuite/41522] " pinskia at gcc dot gnu dot org
@ 2010-01-25 14:54 ` ro at gcc dot gnu dot org
  2010-01-25 14:55 ` ro at gcc dot gnu dot org
  2010-01-25 14:56 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu dot org @ 2010-01-25 14:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ro at gcc dot gnu dot org  2010-01-25 14:54 -------
Subject: Bug 41522

Author: ro
Date: Mon Jan 25 14:54:15 2010
New Revision: 156213

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156213
Log:
        PR testsuite/41522
        * gcc.c-torture/compile/pr38789.c: Change to dg-do compile.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.c-torture/compile/pr38789.c


-- 


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


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

* [Bug testsuite/41522] gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler
  2009-09-30 17:09 [Bug testsuite/41522] New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler ro at gcc dot gnu dot org
  2009-09-30 17:18 ` [Bug testsuite/41522] " pinskia at gcc dot gnu dot org
  2010-01-25 14:54 ` ro at gcc dot gnu dot org
@ 2010-01-25 14:55 ` ro at gcc dot gnu dot org
  2010-01-25 14:56 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu dot org @ 2010-01-25 14:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ro at gcc dot gnu dot org  2010-01-25 14:55 -------
Mine.


-- 

ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ro at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-25 14:55:01
               date|                            |


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


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

* [Bug testsuite/41522] gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler
  2009-09-30 17:09 [Bug testsuite/41522] New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler ro at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-25 14:55 ` ro at gcc dot gnu dot org
@ 2010-01-25 14:56 ` ro at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu dot org @ 2010-01-25 14:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ro at gcc dot gnu dot org  2010-01-25 14:56 -------
Fixed for 4.5.0:

  http://gcc.gnu.org/ml/gcc-patches/2010-01/msg01255.html


-- 

ro at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-01-25 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-30 17:09 [Bug testsuite/41522] New: gcc.c-torture/compile/pr38789.c fails on Solaris/SPARC with native assembler ro at gcc dot gnu dot org
2009-09-30 17:18 ` [Bug testsuite/41522] " pinskia at gcc dot gnu dot org
2010-01-25 14:54 ` ro at gcc dot gnu dot org
2010-01-25 14:55 ` ro at gcc dot gnu dot org
2010-01-25 14:56 ` ro at gcc dot gnu dot 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).