public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
@ 2022-10-07 15:05 sirl at gcc dot gnu.org
  2022-10-07 15:06 ` [Bug bootstrap/107182] " sirl at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sirl at gcc dot gnu.org @ 2022-10-07 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107182
           Summary: Commit
                    r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4
                    breaks profiledbootstrap
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sirl at gcc dot gnu.org
  Target Milestone: ---

Created attachment 53676
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53676&action=edit
Output of -freport-bug

Hi,

since r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 I get this
profiledbootstrap fail:

make[3]: Entering directory
'/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/gcc'
/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/./prev-gcc/xg++
-B/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/./prev-gcc/
-B/usr/x86_64-suse-linux/
bin/ -nostdinc++
-B/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/prev-x86_64-suse-linux/libstdc++-v3/src/.libs
-B/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64
-suse-linux/prev-x86_64-suse-linux/libstdc++-v3/libsupc++/.libs 
-I/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/prev-x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linu
x 
-I/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/prev-x86_64-suse-linux/libstdc++-v3/include
 -I/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/libstdc++-v3/libsupc++ -L
/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/prev-x86_64-suse-linux/libstdc++-v3/src/.libs
-L/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/prev-x8
6_64-suse-linux/libstdc++-v3/libsupc++/.libs  -fno-PIE -c   -O2 -g
-fmessage-length=0 -D_FORTIFY_SOURCE=2 -funwind-tables
-fasynchronous-unwind-tables -U_FORTIFY_SOURCE -fprofile-use -fprofile-reprod
ucible=parallel-runs -DIN_GCC     -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic 
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../../gcc/../libcpp/include -I../../gcc/../libcody 
 -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber
-I../../gcc/../libbacktrace   -o cgraph.o -MT cgraph.o -MMD -MP -MF
./.deps/cgraph.TPo ../../gcc/cgraph.cc
../../gcc/cgraph.cc: In member function 'cgraph_edge*
cgraph_edge::first_speculative_call_target()':
../../gcc/cgraph.cc:1166:1: error: EDGE_CROSSING incorrectly set across same
section
 1166 | }
      | ^
../../gcc/cgraph.cc:1166:1: error: No region crossing jump at section boundary
in bb 19
during RTL pass: bbro
../../gcc/cgraph.cc:1166:1: internal compiler error: verify_flow_info failed
0xa7116e verify_flow_info()
        ../../gcc/cfghooks.cc:284
0x1c64958 execute
        ../../gcc/bb-reorder.cc:2663
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.opensuse.org/> for instructions.
make[3]: *** [Makefile:1146: cgraph.o] Error 1
make[3]: Leaving directory
'/home/fsirl/rpmbuild/BUILD/gcc-13.0.0+gitr13+2871/obj-x86_64-suse-linux/gcc'
make[2]: *** [Makefile:5182: all-stagefeedback-gcc] Error 2
make[1]: *** [Makefile:30079: stagefeedback-bubble] Error 2
make: *** [Makefile:30099: profiledbootstrap] Error 2

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

* [Bug bootstrap/107182] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
@ 2022-10-07 15:06 ` sirl at gcc dot gnu.org
  2022-10-07 17:02 ` [Bug rtl-optimization/107182] [13 Regression] " pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sirl at gcc dot gnu.org @ 2022-10-07 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Franz Sirl <sirl at gcc dot gnu.org> ---
Created attachment 53677
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53677&action=edit
Related GCDA file

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

* [Bug rtl-optimization/107182] [13 Regression] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
  2022-10-07 15:06 ` [Bug bootstrap/107182] " sirl at gcc dot gnu.org
@ 2022-10-07 17:02 ` pinskia at gcc dot gnu.org
  2022-10-07 20:59 ` law at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-07 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |rtl-optimization
            Summary|Commit                      |[13 Regression] Commit
                   |r13-2871-g1b74b5cb4e9d7191f |r13-2871-g1b74b5cb4e9d7191f
                   |298245063a8f9c3a1bbeff4     |298245063a8f9c3a1bbeff4
                   |breaks profiledbootstrap    |breaks profiledbootstrap
           Keywords|                            |build, ice-on-valid-code
   Target Milestone|---                         |13.0

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

* [Bug rtl-optimization/107182] [13 Regression] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
  2022-10-07 15:06 ` [Bug bootstrap/107182] " sirl at gcc dot gnu.org
  2022-10-07 17:02 ` [Bug rtl-optimization/107182] [13 Regression] " pinskia at gcc dot gnu.org
@ 2022-10-07 20:59 ` law at gcc dot gnu.org
  2022-10-07 21:46 ` law at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: law at gcc dot gnu.org @ 2022-10-07 20:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2022-10-07

--- Comment #2 from Jeffrey A. Law <law at gcc dot gnu.org> ---
I've managed to reproduce this failure.

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

* [Bug rtl-optimization/107182] [13 Regression] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-10-07 20:59 ` law at gcc dot gnu.org
@ 2022-10-07 21:46 ` law at gcc dot gnu.org
  2022-10-11  4:45 ` cvs-commit at gcc dot gnu.org
  2022-10-11  4:46 ` law at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: law at gcc dot gnu.org @ 2022-10-07 21:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Testing a trivial patch now.

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

* [Bug rtl-optimization/107182] [13 Regression] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-10-07 21:46 ` law at gcc dot gnu.org
@ 2022-10-11  4:45 ` cvs-commit at gcc dot gnu.org
  2022-10-11  4:46 ` law at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-11  4:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r13-3211-gdb24bdc743cf23ea12d2dcf8254d86ab366bb46d
Author: Jeff Law <jeffreyalaw@gmail.com>
Date:   Tue Oct 11 00:44:26 2022 -0400

    [PR rtl-optimization/107182] Clear EDGE_CROSSING for jump->ret optimization

    When turning a jump to a return into a return, we need to clear
EDGE_CROSSING
    of the fallthru edge to prevent a checking failure.

    I considered not applying the transformation when the edge has
EDGE_CROSSING
    set, but it still seems like we ought to eliminate the unnecessary jump in
    that case.

    gcc/
            PR rtl-optimization/107182
            * cfgrtl.cc (fixup_reorder_chain): When optimizing a jump to a
            return, clear EDGE_CROSSING on the appropriate edge.

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

* [Bug rtl-optimization/107182] [13 Regression] Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap
  2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-10-11  4:45 ` cvs-commit at gcc dot gnu.org
@ 2022-10-11  4:46 ` law at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: law at gcc dot gnu.org @ 2022-10-11  4:46 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

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

--- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Should be fixed now.

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

end of thread, other threads:[~2022-10-11  4:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 15:05 [Bug bootstrap/107182] New: Commit r13-2871-g1b74b5cb4e9d7191f298245063a8f9c3a1bbeff4 breaks profiledbootstrap sirl at gcc dot gnu.org
2022-10-07 15:06 ` [Bug bootstrap/107182] " sirl at gcc dot gnu.org
2022-10-07 17:02 ` [Bug rtl-optimization/107182] [13 Regression] " pinskia at gcc dot gnu.org
2022-10-07 20:59 ` law at gcc dot gnu.org
2022-10-07 21:46 ` law at gcc dot gnu.org
2022-10-11  4:45 ` cvs-commit at gcc dot gnu.org
2022-10-11  4:46 ` law 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).