public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail
@ 2020-03-25 20:56 seurer at linux dot vnet.ibm.com
  2020-03-26  6:58 ` [Bug testsuite/94334] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at linux dot vnet.ibm.com @ 2020-03-25 20:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94334
           Summary: new tests gcc.dg/lto/pr94271 fail
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at linux dot vnet.ibm.com
  Target Milestone: ---

g:724ec02c2c6d1b79788be77f68ebb6ca7b5b6acd, r10-7372

This specific revision can't be built because of a compilation error but this
is where the test case was introduced.  This was seen on powerpc64.


# of unexpected failures        12
# of unresolved testcases       12
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O0 -flto
-flto-partition=none -fuse-linker-plugin
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O0 -flto
-flto-partition=none -fuse-linker-plugin
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O2 -flto
-flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O2 -flto
-flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O0 -flto
-flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O0 -flto
-flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O2 -flto
-flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O2 -flto
-flto-partition=1to1 -fno-use-linker-plugin 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O0 -flto
-fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O0 -flto
-fuse-linker-plugin -fno-fat-lto-objects 
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_0.o assemble, -O2 -flto
-fuse-linker-plugin
FAIL: gcc.dg/lto/pr94271 c_lto_pr94271_1.o assemble, -O2 -flto
-fuse-linker-plugin

/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/lto/pr94271_0.c:6:67: error:
__attribute__((__target__('avx512f'))) is invalid

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

* [Bug testsuite/94334] new tests gcc.dg/lto/pr94271 fail
  2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
@ 2020-03-26  6:58 ` rguenth at gcc dot gnu.org
  2020-03-26  8:19 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-03-26  6:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-03-26
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

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

* [Bug testsuite/94334] new tests gcc.dg/lto/pr94271 fail
  2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
  2020-03-26  6:58 ` [Bug testsuite/94334] " rguenth at gcc dot gnu.org
@ 2020-03-26  8:19 ` marxin at gcc dot gnu.org
  2020-03-26  9:06 ` ro at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-26  8:19 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |10.0
                 CC|                            |marxin at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Obvious error, sorry.

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

* [Bug testsuite/94334] new tests gcc.dg/lto/pr94271 fail
  2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
  2020-03-26  6:58 ` [Bug testsuite/94334] " rguenth at gcc dot gnu.org
  2020-03-26  8:19 ` marxin at gcc dot gnu.org
@ 2020-03-26  9:06 ` ro at gcc dot gnu.org
  2020-03-26  9:13 ` cvs-commit at gcc dot gnu.org
  2020-03-26  9:13 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2020-03-26  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu.org

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> ---
Even on x86, the test can FAIL, e.g. on Solaris/x86:

/vol/gcc/src/hg/master/local/gcc/testsuite/gcc.dg/lto/pr94271_0.c:6:67: error:
the call requires 'ifunc', which is not supported by this target

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

* [Bug testsuite/94334] new tests gcc.dg/lto/pr94271 fail
  2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
                   ` (2 preceding siblings ...)
  2020-03-26  9:06 ` ro at gcc dot gnu.org
@ 2020-03-26  9:13 ` cvs-commit at gcc dot gnu.org
  2020-03-26  9:13 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-26  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

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

commit r10-7396-gd6730f06420106af01e26414f046626b5292565d
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Mar 26 10:12:57 2020 +0100

    Skip test for non-x86 targets.

            PR testsuite/94334
            * gcc.dg/lto/pr94271_0.c: Skip for non-x86 targets
            and add ifunc effective target.
            * gcc.target/i386/pr81213-2.c: Add ifunc effective target.

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

* [Bug testsuite/94334] new tests gcc.dg/lto/pr94271 fail
  2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
                   ` (3 preceding siblings ...)
  2020-03-26  9:13 ` cvs-commit at gcc dot gnu.org
@ 2020-03-26  9:13 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-26  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Both issues should be fixed now.

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

end of thread, other threads:[~2020-03-26  9:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 20:56 [Bug testsuite/94334] New: new tests gcc.dg/lto/pr94271 fail seurer at linux dot vnet.ibm.com
2020-03-26  6:58 ` [Bug testsuite/94334] " rguenth at gcc dot gnu.org
2020-03-26  8:19 ` marxin at gcc dot gnu.org
2020-03-26  9:06 ` ro at gcc dot gnu.org
2020-03-26  9:13 ` cvs-commit at gcc dot gnu.org
2020-03-26  9:13 ` marxin 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).