public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL
@ 2024-02-13 14:42 ro at gcc dot gnu.org
  2024-02-13 14:43 ` [Bug target/113909] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-13 14:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113909
           Summary: gcc.target/i386/pr113689-1.c etc. FAIL
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: i?86-pc-solaris2.11, amd64-pc-solaris2.11

3 tests FAIL since 20240206 on 64-bit Solaris/x86:

FAIL: gcc.target/i386/pr113689-1.c (test for excess errors)
UNRESOLVED: gcc.target/i386/pr113689-1.c compilation failed to produce
executable
FAIL: gcc.target/i386/pr113689-2.c (test for excess errors)
UNRESOLVED: gcc.target/i386/pr113689-2.c compilation failed to produce
executable
FAIL: gcc.target/i386/pr113689-3.c (test for excess errors)
UNRESOLVED: gcc.target/i386/pr113689-3.c compilation failed to produce
executable

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-1.c:43:1:
sorry, unimplemented: no register available for profiling '-mcmodel=large'

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-2.c:26:1:
sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-3.c:15:1:
sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported

I wonder if they only PASS on Linux/x86_64, so the tests should be restricted
to that target rather than skipping or xfailing it everywhere else.

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

* [Bug target/113909] gcc.target/i386/pr113689-1.c etc. FAIL
  2024-02-13 14:42 [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL ro at gcc dot gnu.org
@ 2024-02-13 14:43 ` ro at gcc dot gnu.org
  2024-02-13 15:50 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-13 14:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

* [Bug target/113909] gcc.target/i386/pr113689-1.c etc. FAIL
  2024-02-13 14:42 [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL ro at gcc dot gnu.org
  2024-02-13 14:43 ` [Bug target/113909] " ro at gcc dot gnu.org
@ 2024-02-13 15:50 ` hjl.tools at gmail dot com
  2024-02-14 10:39 ` cvs-commit at gcc dot gnu.org
  2024-02-14 10:40 ` ro at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2024-02-13 15:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It fails on Solaris because of:

sol2.h:#undef NO_PROFILE_COUNTERS

Just skip these tests for Solaris.

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

* [Bug target/113909] gcc.target/i386/pr113689-1.c etc. FAIL
  2024-02-13 14:42 [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL ro at gcc dot gnu.org
  2024-02-13 14:43 ` [Bug target/113909] " ro at gcc dot gnu.org
  2024-02-13 15:50 ` hjl.tools at gmail dot com
@ 2024-02-14 10:39 ` cvs-commit at gcc dot gnu.org
  2024-02-14 10:40 ` ro at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-02-14 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <ro@gcc.gnu.org>:

https://gcc.gnu.org/g:d79aa77d9b2fe757b1bbda45defd4ac02b077a78

commit r14-8973-gd79aa77d9b2fe757b1bbda45defd4ac02b077a78
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Wed Feb 14 11:39:12 2024 +0100

    testsuite: i386: Skip gcc.target/i386/pr113689-1.c etc. on Solaris
[PR113909]

    gcc.target/i386/pr113689-[1-3].c FAIL on 64-bit Solaris/x86:

    FAIL: gcc.target/i386/pr113689-1.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-1.c compilation failed to produce
executable
    FAIL: gcc.target/i386/pr113689-2.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-2.c compilation failed to produce
executable
    FAIL: gcc.target/i386/pr113689-3.c (test for excess errors)
    UNRESOLVED: gcc.target/i386/pr113689-3.c compilation failed to produce
executable

    with

    Excess errors:
   
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-1.c:43:1:
sorry, unimplemented: no register available for profiling '-mcmodel=large'

    Excess errors:
   
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-2.c:26:1:
sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported

    Excess errors:
   
/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr113689-3.c:15:1:
sorry, unimplemented: profiling '-mcmodel=large' with PIC is not supported

    This happens because i386/sol2.h doesn't define NO_PROFILE_COUNTERS.

    So this patch just skips the tests on Solaris.

    Tested on i386-pc-solaris2.11.

    2024-02-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

            gcc/testsuite:
            PR target/113909
            * gcc.target/i386/pr113689-1.c: Skip on Solaris.
            * gcc.target/i386/pr113689-2.c: Likewise.
            * gcc.target/i386/pr113689-3.c: Likewise.

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

* [Bug target/113909] gcc.target/i386/pr113689-1.c etc. FAIL
  2024-02-13 14:42 [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-02-14 10:39 ` cvs-commit at gcc dot gnu.org
@ 2024-02-14 10:40 ` ro at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-14 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Assignee|unassigned at gcc dot gnu.org      |ro at gcc dot gnu.org
         Resolution|---                         |FIXED
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2024-Februar
                   |                            |y/645546.html

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> ---
Mine.  Fixed for GCC 14.0.1.

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

end of thread, other threads:[~2024-02-14 10:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 14:42 [Bug target/113909] New: gcc.target/i386/pr113689-1.c etc. FAIL ro at gcc dot gnu.org
2024-02-13 14:43 ` [Bug target/113909] " ro at gcc dot gnu.org
2024-02-13 15:50 ` hjl.tools at gmail dot com
2024-02-14 10:39 ` cvs-commit at gcc dot gnu.org
2024-02-14 10:40 ` 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).