public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86
@ 2022-04-13 20:41 seurer at gcc dot gnu.org
  2022-04-14  2:27 ` [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors " linkw at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-04-13 20:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105266
           Summary: new test case gcc.dg/pr105250.c fails in
                    r12-8134-g4e892de6774f86
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:4e892de6774f86540d36385701aa7b0a2bba5155, r12-8134-g4e892de6774f86
make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/pr105250.c"
FAIL: gcc.dg/pr105250.c (test for excess errors)
# of unexpected failures        1


FAIL: gcc.dg/pr105250.c (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/pr105250.c:28:8: error:
AltiVec argument passed to unprototyped function


commit 4e892de6774f86540d36385701aa7b0a2bba5155 (HEAD, refs/bisect/bad)
Author: Richard Biener <rguenther@suse.de>
Date:   Wed Apr 13 08:52:57 2022 +0200

    tree-optimization/105250 - adjust fold_convertible_p PR105140 fix

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
@ 2022-04-14  2:27 ` linkw at gcc dot gnu.org
  2022-04-14  3:16 ` linkw at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-04-14  2:27 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

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

--- Comment #1 from Kewen Lin <linkw at gcc dot gnu.org> ---
This is like PR105147, we need dg-skip for powerpc and s390 like what we did in
PR105147, the fix could be like:

/* { dg-skip-if "PR105266" { powerpc*-*-* s390*-*-* } } */

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
  2022-04-14  2:27 ` [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors " linkw at gcc dot gnu.org
@ 2022-04-14  3:16 ` linkw at gcc dot gnu.org
  2022-04-14  6:24 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-04-14  3:16 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |linkw at gcc dot gnu.org
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2022-April/5
                   |                            |93216.html
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-04-14
             Status|UNCONFIRMED                 |ASSIGNED

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
  2022-04-14  2:27 ` [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors " linkw at gcc dot gnu.org
  2022-04-14  3:16 ` linkw at gcc dot gnu.org
@ 2022-04-14  6:24 ` rguenth at gcc dot gnu.org
  2022-04-18  2:36 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-14  6:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
yes please

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-04-14  6:24 ` rguenth at gcc dot gnu.org
@ 2022-04-18  2:36 ` cvs-commit at gcc dot gnu.org
  2022-04-18  2:38 ` linkw at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-18  2:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:021b51814d67bedd8f41ac07edfd05654140c6e5

commit r12-8184-g021b51814d67bedd8f41ac07edfd05654140c6e5
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Sun Apr 17 21:34:51 2022 -0500

    testsuite: Skip pr105250.c for powerpc and s390 [PR105266]

    This test case pr105250.c is like its related pr105140.c, which
    suffers the error with message like "{AltiVec,vector} argument
    passed to unprototyped" on powerpc and s390.  So like commits
    r12-8025 and r12-8039, this fix is to add the dg-skip-if for
    powerpc*-*-* and s390*-*-*.

    gcc/testsuite/ChangeLog:

            PR testsuite/105266
            * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-04-18  2:36 ` cvs-commit at gcc dot gnu.org
@ 2022-04-18  2:38 ` linkw at gcc dot gnu.org
  2022-05-25 14:34 ` seurer at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-04-18  2:38 UTC (permalink / raw)
  To: gcc-bugs

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

Kewen Lin <linkw at gcc dot gnu.org> changed:

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

--- Comment #4 from Kewen Lin <linkw at gcc dot gnu.org> ---
Fixed on latest trunk.

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-04-18  2:38 ` linkw at gcc dot gnu.org
@ 2022-05-25 14:34 ` seurer at gcc dot gnu.org
  2022-05-27  5:59 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-05-25 14:34 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

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

--- Comment #5 from seurer at gcc dot gnu.org ---
This is now happening with gcc 11 as of 

g:0be87cc23d0b0e07656e94137978971555bebbb3, r11-10013-g0be87cc23d0b0e
make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/pr105250.c"
FAIL: gcc.dg/pr105250.c (test for excess errors)
# of unexpected failures        1

Excess errors:
/home/seurer/gcc/git/gcc-11-test/gcc/testsuite/gcc.dg/pr105250.c:28:8: error:
AltiVec argument passed to unprototyped function

commit 0be87cc23d0b0e07656e94137978971555bebbb3 (HEAD, refs/bisect/bad)
Author: Richard Biener <rguenther@suse.de>
Date:   Wed Apr 13 08:52:57 2022 +0200

    tree-optimization/105250 - adjust fold_convertible_p PR105140 fix

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-05-25 14:34 ` seurer at gcc dot gnu.org
@ 2022-05-27  5:59 ` cvs-commit at gcc dot gnu.org
  2022-05-27  5:59 ` rguenth at gcc dot gnu.org
  2022-05-27 13:16 ` cvs-commit at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-05-27  5:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Biener
<rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e

commit r11-10037-g186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Sun Apr 17 21:34:51 2022 -0500

    testsuite: Skip pr105250.c for powerpc and s390 [PR105266]

    This test case pr105250.c is like its related pr105140.c, which
    suffers the error with message like "{AltiVec,vector} argument
    passed to unprototyped" on powerpc and s390.  So like commits
    r12-8025 and r12-8039, this fix is to add the dg-skip-if for
    powerpc*-*-* and s390*-*-*.

    gcc/testsuite/ChangeLog:

            PR testsuite/105266
            * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.

    (cherry picked from commit 021b51814d67bedd8f41ac07edfd05654140c6e5)

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2022-05-27  5:59 ` cvs-commit at gcc dot gnu.org
@ 2022-05-27  5:59 ` rguenth at gcc dot gnu.org
  2022-05-27 13:16 ` cvs-commit at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  5:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

* [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors in r12-8134-g4e892de6774f86
  2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2022-05-27  5:59 ` rguenth at gcc dot gnu.org
@ 2022-05-27 13:16 ` cvs-commit at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-05-27 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Richard Biener
<rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:5d4f9ef0d2123923f7aae9ebd546a72c7eeb1467

commit r10-10772-g5d4f9ef0d2123923f7aae9ebd546a72c7eeb1467
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Sun Apr 17 21:34:51 2022 -0500

    testsuite: Skip pr105250.c for powerpc and s390 [PR105266]

    This test case pr105250.c is like its related pr105140.c, which
    suffers the error with message like "{AltiVec,vector} argument
    passed to unprototyped" on powerpc and s390.  So like commits
    r12-8025 and r12-8039, this fix is to add the dg-skip-if for
    powerpc*-*-* and s390*-*-*.

    gcc/testsuite/ChangeLog:

            PR testsuite/105266
            * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.

    (cherry picked from commit 021b51814d67bedd8f41ac07edfd05654140c6e5)

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

end of thread, other threads:[~2022-05-27 13:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 20:41 [Bug testsuite/105266] New: new test case gcc.dg/pr105250.c fails in r12-8134-g4e892de6774f86 seurer at gcc dot gnu.org
2022-04-14  2:27 ` [Bug testsuite/105266] new test case gcc.dg/pr105250.c fails with excess errors " linkw at gcc dot gnu.org
2022-04-14  3:16 ` linkw at gcc dot gnu.org
2022-04-14  6:24 ` rguenth at gcc dot gnu.org
2022-04-18  2:36 ` cvs-commit at gcc dot gnu.org
2022-04-18  2:38 ` linkw at gcc dot gnu.org
2022-05-25 14:34 ` seurer at gcc dot gnu.org
2022-05-27  5:59 ` cvs-commit at gcc dot gnu.org
2022-05-27  5:59 ` rguenth at gcc dot gnu.org
2022-05-27 13:16 ` cvs-commit 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).