public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/115175] New: GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7
@ 2024-05-21 14:38 arsen at gcc dot gnu.org
  2024-05-21 14:40 ` [Bug tree-optimization/115175] [15 Regression] " pinskia at gcc dot gnu.org
  2024-05-21 14:41 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: arsen at gcc dot gnu.org @ 2024-05-21 14:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115175
           Summary: GCC fails to bootstrap with
                    --with-build-config='bootstrap-O3 bootstrap-lto' at
                    r15-698-g38d1761c0c94b7
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: arsen at gcc dot gnu.org
  Target Milestone: ---

Created attachment 58264
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58264&action=edit
'make' output, after a make -k

GCC trunk currently (r15-698-g38d1761c0c94b7) fails to build with O3 and LTO
due to an ICE in gimple-range-fold.cc.

configure line: ../gcc/configure --enable-languages=ada --enable-bootstrap
'--with-build-config=bootstrap-O3 bootstrap-lto'

currently trying without bootstrap-O3

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

* [Bug tree-optimization/115175] [15 Regression] GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7
  2024-05-21 14:38 [Bug tree-optimization/115175] New: GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7 arsen at gcc dot gnu.org
@ 2024-05-21 14:40 ` pinskia at gcc dot gnu.org
  2024-05-21 14:41 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-05-21 14:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |15.0
            Summary|GCC fails to bootstrap with |[15 Regression] GCC fails
                   |--with-build-config='bootst |to bootstrap with
                   |rap-O3 bootstrap-lto' at    |--with-build-config='bootst
                   |r15-698-g38d1761c0c94b7     |rap-O3 bootstrap-lto' at
                   |                            |r15-698-g38d1761c0c94b7

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

* [Bug tree-optimization/115175] [15 Regression] GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7
  2024-05-21 14:38 [Bug tree-optimization/115175] New: GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7 arsen at gcc dot gnu.org
  2024-05-21 14:40 ` [Bug tree-optimization/115175] [15 Regression] " pinskia at gcc dot gnu.org
@ 2024-05-21 14:41 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-05-21 14:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking,
                   |                            |ice-on-valid-code

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  // We sometimes get compatible types copied from operands, make sure
  // the correct type is being returned.
  if (name && TREE_TYPE (name) != r.type ())
    {
      gcc_checking_assert (range_compatible_p (r.type (), TREE_TYPE (name)));
      range_cast (r, TREE_TYPE (name));
    }

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

end of thread, other threads:[~2024-05-21 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-21 14:38 [Bug tree-optimization/115175] New: GCC fails to bootstrap with --with-build-config='bootstrap-O3 bootstrap-lto' at r15-698-g38d1761c0c94b7 arsen at gcc dot gnu.org
2024-05-21 14:40 ` [Bug tree-optimization/115175] [15 Regression] " pinskia at gcc dot gnu.org
2024-05-21 14:41 ` 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).