public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
@ 2014-03-20 14:57 ro at gcc dot gnu.org
  2014-03-20 14:57 ` [Bug target/60602] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-03-20 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60602
           Summary: gcc.c-torture/compile/pr28865.c FAILs on Solaris
                    9/SPARC
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: nickc at gcc dot gnu.org
              Host: sparc-sun-solaris2.9
            Target: sparc-sun-solaris2.9
             Build: sparc-sun-solaris2.9

The new gcc.c-torture/compile/pr28865.c testcase FAILs on Solaris 9/SPARC with
Sun as at -O0:

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

Excess errors:
/usr/ccs/bin/as: "/var/tmp//cclXxTMn.s", line 9: error: location counter not on 
word boundary

I've attached the assembler output.

  Rainer


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
@ 2014-03-20 14:57 ` ro at gcc dot gnu.org
  2014-03-20 14:58 ` ro at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-03-20 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
  2014-03-20 14:57 ` [Bug target/60602] " ro at gcc dot gnu.org
@ 2014-03-20 14:58 ` ro at gcc dot gnu.org
  2014-03-21 12:46 ` nickc at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-03-20 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Created attachment 32408
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32408&action=edit
assembler input


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
  2014-03-20 14:57 ` [Bug target/60602] " ro at gcc dot gnu.org
  2014-03-20 14:58 ` ro at gcc dot gnu.org
@ 2014-03-21 12:46 ` nickc at redhat dot com
  2014-03-21 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: nickc at redhat dot com @ 2014-03-21 12:46 UTC (permalink / raw)
  To: gcc-bugs

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Rainer,

  Given that the 2.9 target is deprecated, do we really care about this problem
?

  Also - when I tried to assemble the file you uploaded I had no problems. 
This was using gas built from today's FSF mainline binutils sources, but I also
tried a version built from the 2.24 sources and the 2.23 sources - they all
worked.

Cheers
  Nick


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-03-21 12:46 ` nickc at redhat dot com
@ 2014-03-21 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2014-04-08 10:56 ` ro at gcc dot gnu.org
  2014-04-08 11:01 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2014-03-21 12:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
> Hi Rainer,
>
>   Given that the 2.9 target is deprecated, do we really care about this problem
> ?

Not too much.  Given that is was a new failure, I still reported it to
check if we can do something about it short of XFAILing the test.

>   Also - when I tried to assemble the file you uploaded I had no problems. 
> This was using gas built from today's FSF mainline binutils sources, but I also
> tried a version built from the 2.24 sources and the 2.23 sources - they all
> worked.

Sorry, I forgot: the failure only happens with the native as, not with gas.

    Rainer


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-03-21 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2014-04-08 10:56 ` ro at gcc dot gnu.org
  2014-04-08 11:01 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-04-08 10:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> ---
Author: ro
Date: Tue Apr  8 10:56:04 2014
New Revision: 209213

URL: http://gcc.gnu.org/viewcvs?rev=209213&root=gcc&view=rev
Log:
XFAIL gcc.c-torture/compile/pr28865.c on Solaris 9/SPARC (PR target/60602)

    PR target/60602
    * gcc.c-torture/compile/pr28865.c: XFAIL on sparc*-*-solaris2.9*
    with as at -O0.

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


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

* [Bug target/60602] gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC
  2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-04-08 10:56 ` ro at gcc dot gnu.org
@ 2014-04-08 11:01 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-04-08 11:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX
           Assignee|unassigned at gcc dot gnu.org      |ro at gcc dot gnu.org

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> ---
I've now commited the patch to XFAIL the testcase for Solaris 9/SPARC/-O0/as.

  Rainer


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

end of thread, other threads:[~2014-04-08 11:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 14:57 [Bug target/60602] New: gcc.c-torture/compile/pr28865.c FAILs on Solaris 9/SPARC ro at gcc dot gnu.org
2014-03-20 14:57 ` [Bug target/60602] " ro at gcc dot gnu.org
2014-03-20 14:58 ` ro at gcc dot gnu.org
2014-03-21 12:46 ` nickc at redhat dot com
2014-03-21 12:50 ` ro at CeBiTec dot Uni-Bielefeld.DE
2014-04-08 10:56 ` ro at gcc dot gnu.org
2014-04-08 11:01 ` ro at gcc dot gnu.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).