public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
@ 2022-06-22 22:40 seurer at gcc dot gnu.org
  2022-06-23 13:58 ` [Bug testsuite/106059] " segher at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-06-22 22:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106059
           Summary: [13 regression] cc.dg/vect/pr79347.c fails after
                    r13-1171-g9f55aee9dca759
           Product: gcc
           Version: 13.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:9f55aee9dca759da84afd4563ff72d3ca8ab8a1c,  r13-1171-g9f55aee9dca759
make  -k check-gcc RUNTESTFLAGS="vect.exp=gcc.dg/vect/pr79347.c"
FAIL: gcc.dg/vect/pr79347.c scan-tree-dump-not vect "Invalid sum of "
FAIL: gcc.dg/vect/pr79347.c -flto -ffat-lto-objects  scan-tree-dump-not vect
"Invalid sum of "
# of expected passes            2
# of unexpected failures        2

I only saw this issue on a power 7 which does not support all the vectorization
stuff.  So it may be that this test just needs to be ignored there now.

commit 9f55aee9dca759da84afd4563ff72d3ca8ab8a1c
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jan 25 19:16:06 2022 +0100

    Add operators / and * for profile_{count,probability}.

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

* [Bug testsuite/106059] [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
  2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
@ 2022-06-23 13:58 ` segher at gcc dot gnu.org
  2022-06-23 17:45 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: segher at gcc dot gnu.org @ 2022-06-23 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Well, this patch should not have changed behaviour at all!

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

* [Bug testsuite/106059] [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
  2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
  2022-06-23 13:58 ` [Bug testsuite/106059] " segher at gcc dot gnu.org
@ 2022-06-23 17:45 ` marxin at gcc dot gnu.org
  2022-06-24  8:43 ` [Bug middle-end/106059] " cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-06-23 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2022-06-23

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Mine.

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

* [Bug middle-end/106059] [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
  2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
  2022-06-23 13:58 ` [Bug testsuite/106059] " segher at gcc dot gnu.org
  2022-06-23 17:45 ` marxin at gcc dot gnu.org
@ 2022-06-24  8:43 ` cvs-commit at gcc dot gnu.org
  2022-06-24  8:44 ` marxin at gcc dot gnu.org
  2022-06-24 16:10 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-06-24  8:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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:268b5c81e93ac3ff44fc8ace22ce504d8faa4b07

commit r13-1240-g268b5c81e93ac3ff44fc8ace22ce504d8faa4b07
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Jun 23 22:59:11 2022 +0200

    profile-count: fix /= and *= operators

            PR middle-end/106059

    gcc/ChangeLog:

            * profile-count.h: *= and /= operators need to modify this
            object.

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

* [Bug middle-end/106059] [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
  2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-06-24  8:43 ` [Bug middle-end/106059] " cvs-commit at gcc dot gnu.org
@ 2022-06-24  8:44 ` marxin at gcc dot gnu.org
  2022-06-24 16:10 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-06-24  8:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed, sorry for stupid mistake.

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

* [Bug middle-end/106059] [13 regression] cc.dg/vect/pr79347.c fails after  r13-1171-g9f55aee9dca759
  2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-06-24  8:44 ` marxin at gcc dot gnu.org
@ 2022-06-24 16:10 ` segher at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: segher at gcc dot gnu.org @ 2022-06-24 16:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Thank you for the quick fix!

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

end of thread, other threads:[~2022-06-24 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 22:40 [Bug testsuite/106059] New: [13 regression] cc.dg/vect/pr79347.c fails after r13-1171-g9f55aee9dca759 seurer at gcc dot gnu.org
2022-06-23 13:58 ` [Bug testsuite/106059] " segher at gcc dot gnu.org
2022-06-23 17:45 ` marxin at gcc dot gnu.org
2022-06-24  8:43 ` [Bug middle-end/106059] " cvs-commit at gcc dot gnu.org
2022-06-24  8:44 ` marxin at gcc dot gnu.org
2022-06-24 16:10 ` segher 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).