public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
@ 2024-06-24 22:21 seurer at gcc dot gnu.org
  2024-06-25  8:16 ` [Bug other/115622] " tschwinge at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-06-24 22:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115622
           Summary: gcc.dg/ipa/iinline-attr.c fails after
                    r15-1579-g792f97b44ffc5e
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:792f97b44ffc5e6a967292b3747fd835e99396e7, r15-1579-g792f97b44ffc5e
make  -k check-gcc RUNTESTFLAGS="ipa.exp=gcc.dg/ipa/iinline-attr.c"
FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy
in test"

commit 792f97b44ffc5e6a967292b3747fd835e99396e7 (HEAD)
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Mon Jun 24 08:43:19 2024 +0100

    Add a late-combine pass [PR106594]

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

* [Bug other/115622] gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
  2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
@ 2024-06-25  8:16 ` tschwinge at gcc dot gnu.org
  2024-06-25  8:16 ` rsandifo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2024-06-25  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail
             Status|UNCONFIRMED                 |NEW
                 CC|                            |tschwinge at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-06-25

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

* [Bug other/115622] gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
  2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
  2024-06-25  8:16 ` [Bug other/115622] " tschwinge at gcc dot gnu.org
@ 2024-06-25  8:16 ` rsandifo at gcc dot gnu.org
  2024-06-25  9:49 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2024-06-25  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Sandiford <rsandifo at gcc dot gnu.org> ---
Are you sure about the bisection?  late-combine only affects RTL, and in any
case is disabled by default for powerpc.

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

* [Bug other/115622] gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
  2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
  2024-06-25  8:16 ` [Bug other/115622] " tschwinge at gcc dot gnu.org
  2024-06-25  8:16 ` rsandifo at gcc dot gnu.org
@ 2024-06-25  9:49 ` cvs-commit at gcc dot gnu.org
  2024-06-25 10:11 ` [Bug target/115622] " tschwinge at gcc dot gnu.org
  2024-06-25 22:46 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-25  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:70480055636c2ca79761cb4440e930daa16bb7aa

commit r15-1607-g70480055636c2ca79761cb4440e930daa16bb7aa
Author: Thomas Schwinge <tschwinge@baylibre.com>
Date:   Tue Jun 25 10:55:41 2024 +0200

    rs6000: Properly default-disable late-combine passes [PR106594, PR115622,
PR115633]

    ..., so that it also works for '__attribute__ ((optimize("[...]")))' etc.

            PR target/106594
            PR target/115622
            PR target/115633
            gcc/
            * config/rs6000/rs6000.cc (rs6000_option_override_internal): Move
            default-disable of late-combine passes from here...
            (rs6000_override_options_after_change): ... to here.

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

* [Bug target/115622] gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
  2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-06-25  9:49 ` cvs-commit at gcc dot gnu.org
@ 2024-06-25 10:11 ` tschwinge at gcc dot gnu.org
  2024-06-25 22:46 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2024-06-25 10:11 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|https://gcc.gnu.org/bugzill |
                   |a/show_bug.cgi?id=115612    |
           Assignee|unassigned at gcc dot gnu.org      |tschwinge at gcc dot gnu.org
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
          Component|other                       |target

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Fixed.

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

* [Bug target/115622] gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e
  2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-06-25 10:11 ` [Bug target/115622] " tschwinge at gcc dot gnu.org
@ 2024-06-25 22:46 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-06-25 22:46 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.0

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

end of thread, other threads:[~2024-06-25 22:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24 22:21 [Bug other/115622] New: gcc.dg/ipa/iinline-attr.c fails after r15-1579-g792f97b44ffc5e seurer at gcc dot gnu.org
2024-06-25  8:16 ` [Bug other/115622] " tschwinge at gcc dot gnu.org
2024-06-25  8:16 ` rsandifo at gcc dot gnu.org
2024-06-25  9:49 ` cvs-commit at gcc dot gnu.org
2024-06-25 10:11 ` [Bug target/115622] " tschwinge at gcc dot gnu.org
2024-06-25 22:46 ` pinskia 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).