public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/61821] New: gcc.target/i386/pr61599-1.c FAILs with Sun as
@ 2014-07-16 15:04 ro at gcc dot gnu.org
  2014-07-16 15:04 ` [Bug target/61821] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2014-07-16 15:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821

            Bug ID: 61821
           Summary: gcc.target/i386/pr61599-1.c FAILs with Sun as
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: tmsriram at google dot com
        Depends on: 59407
              Host: i386-pc-solaris2.1[01]
            Target: i386-pc-solaris2.1[01]
             Build: i386-pc-solaris2.1[01]

The new gcc.target/i386/pr61599-1.c testcase FAILs on Solaris/x86 with Sun as:

FAIL: gcc.target/i386/pr61599-1.c (test for excess errors)
WARNING: gcc.target/i386/pr61599-1.c compilation failed to produce executable

Assembler: pr61599-1.c
        "pr61599-1.s", line 2 : Illegal mnemonic
        Near line: ".largecomm  a,1073741824,64"
        "pr61599-1.s", line 2 : Syntax error
        Near line: ".largecomm  a,1073741824,64"
        "pr61599-1.s", line 3 : Illegal mnemonic
        Near line: ".largecomm  b,1073741824,64"
        "pr61599-1.s", line 3 : Syntax error
        Near line: ".largecomm  b,1073741824,64"
        "pr61599-1.s", line 4 : Illegal mnemonic
        Near line: ".largecomm  c,1073741824,64"
        "pr61599-1.s", line 4 : Syntax error
        Near line: ".largecomm  c,1073741824,64"

.largecomm is only supported by gas:

.largecomm      a,1073741824,64

while Sun as needs this instead:

.section .lbss,"wah",@nobits
.lbcomm a,1073741824,64

Apart from the different directive, the explicit section switching is
mandatory,
as is the "h" flag for a large section.

See PR target/59407 for the "h" flag issue.

  Rainer


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

* [Bug target/61821] gcc.target/i386/pr61599-1.c FAILs with Sun as
  2014-07-16 15:04 [Bug target/61821] New: gcc.target/i386/pr61599-1.c FAILs with Sun as ro at gcc dot gnu.org
@ 2014-07-16 15:04 ` ro at gcc dot gnu.org
  2015-04-22 11:58 ` jakub at gcc dot gnu.org
  2015-07-16  9:16 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2014-07-16 15:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.10.0


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

* [Bug target/61821] gcc.target/i386/pr61599-1.c FAILs with Sun as
  2014-07-16 15:04 [Bug target/61821] New: gcc.target/i386/pr61599-1.c FAILs with Sun as ro at gcc dot gnu.org
  2014-07-16 15:04 ` [Bug target/61821] " ro at gcc dot gnu.org
@ 2015-04-22 11:58 ` jakub at gcc dot gnu.org
  2015-07-16  9:16 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-22 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.0                         |5.2

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 5.1 has been released.


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

* [Bug target/61821] gcc.target/i386/pr61599-1.c FAILs with Sun as
  2014-07-16 15:04 [Bug target/61821] New: gcc.target/i386/pr61599-1.c FAILs with Sun as ro at gcc dot gnu.org
  2014-07-16 15:04 ` [Bug target/61821] " ro at gcc dot gnu.org
  2015-04-22 11:58 ` jakub at gcc dot gnu.org
@ 2015-07-16  9:16 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-16  9:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61821

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.2                         |5.3

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


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

end of thread, other threads:[~2015-07-16  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16 15:04 [Bug target/61821] New: gcc.target/i386/pr61599-1.c FAILs with Sun as ro at gcc dot gnu.org
2014-07-16 15:04 ` [Bug target/61821] " ro at gcc dot gnu.org
2015-04-22 11:58 ` jakub at gcc dot gnu.org
2015-07-16  9:16 ` rguenth 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).