public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as
  2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
@ 2013-12-06 13:39 ` ro at gcc dot gnu.org
  2014-04-22 11:38 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2013-12-06 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as
@ 2013-12-06 13:39 ro at gcc dot gnu.org
  2013-12-06 13:39 ` [Bug target/59407] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2013-12-06 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59407
           Summary: gcc.target/i386/pr58218.c FAILs with Sun as
           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: ubizjak at gmail dot com
              Host: i386-pc-solaris2.1[01]
            Target: i386-pc-solaris2.1[01]
             Build: i386-pc-solaris2.1[01]

The new gcc.target/i386/pr58218.c testcase FAILs on Solaris 10 and 11/x86 with
Sun as:

FAIL: gcc.target/i386/pr58218.c (test for excess errors)

Excess errors:
Assembler: pr58218.c
        "/var/tmp//cciHFIO7.s", line 3 : Section attributes do not match

as chokes on

        .section        .lbss,"aw",@nobits

It turns out that as needs an explicit 'h' (for huge or large) flag here to set
SHF_AMD64_LARGE.

gas doesn't need that (sets SHF_AMD64_LARGE implicitly for the .l* sections
prescribed by the AMD64 ABI to have that), but accepts an 'l' flag with the
same semantics as 'h' here.

Will look into how to get this into gcc.

  Rainer


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

* [Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as
  2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
  2013-12-06 13:39 ` [Bug target/59407] " ro at gcc dot gnu.org
@ 2014-04-22 11:38 ` jakub at gcc dot gnu.org
  2014-07-16 13:29 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-22 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

* [Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as
  2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
  2013-12-06 13:39 ` [Bug target/59407] " ro at gcc dot gnu.org
  2014-04-22 11:38 ` jakub at gcc dot gnu.org
@ 2014-07-16 13:29 ` jakub at gcc dot gnu.org
  2014-10-30 10:43 ` jakub at gcc dot gnu.org
  2014-12-10 15:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-07-16 13:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.1                       |4.9.2

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


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

* [Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as
  2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-07-16 13:29 ` jakub at gcc dot gnu.org
@ 2014-10-30 10:43 ` jakub at gcc dot gnu.org
  2014-12-10 15:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-10-30 10:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.2                       |4.9.3

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


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

* [Bug target/59407] gcc.target/i386/pr58218.c FAILs with Sun as
  2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-10-30 10:43 ` jakub at gcc dot gnu.org
@ 2014-12-10 15:13 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-12-10 15:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |---


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

end of thread, other threads:[~2014-12-10 15:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-06 13:39 [Bug target/59407] New: gcc.target/i386/pr58218.c FAILs with Sun as ro at gcc dot gnu.org
2013-12-06 13:39 ` [Bug target/59407] " ro at gcc dot gnu.org
2014-04-22 11:38 ` jakub at gcc dot gnu.org
2014-07-16 13:29 ` jakub at gcc dot gnu.org
2014-10-30 10:43 ` jakub at gcc dot gnu.org
2014-12-10 15:13 ` 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).