public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/112690] New: [14 Regression] gcc.dg/Wstringop-overflow-17.c failure
@ 2023-11-23 23:42 pinskia at gcc dot gnu.org
  2023-11-23 23:43 ` [Bug tree-optimization/112690] " pinskia at gcc dot gnu.org
  2023-11-24  7:50 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-23 23:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112690
           Summary: [14 Regression] gcc.dg/Wstringop-overflow-17.c failure
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
                CC: rguenth at gcc dot gnu.org
  Target Milestone: ---

This was introduced with r14-5759-g6bf66276e3e41d .

The difference is:
before:
```
  d_21 = &a + 7;
```
after:
```
  _12 = (sizetype) &a;
  _9 = _12 + 7;
  d_21 = (char *) _9;
```

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

* [Bug tree-optimization/112690] [14 Regression] gcc.dg/Wstringop-overflow-17.c failure
  2023-11-23 23:42 [Bug tree-optimization/112690] New: [14 Regression] gcc.dg/Wstringop-overflow-17.c failure pinskia at gcc dot gnu.org
@ 2023-11-23 23:43 ` pinskia at gcc dot gnu.org
  2023-11-24  7:50 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-23 23:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

* [Bug tree-optimization/112690] [14 Regression] gcc.dg/Wstringop-overflow-17.c failure
  2023-11-23 23:42 [Bug tree-optimization/112690] New: [14 Regression] gcc.dg/Wstringop-overflow-17.c failure pinskia at gcc dot gnu.org
  2023-11-23 23:43 ` [Bug tree-optimization/112690] " pinskia at gcc dot gnu.org
@ 2023-11-24  7:50 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-11-24  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2023-11-24  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 23:42 [Bug tree-optimization/112690] New: [14 Regression] gcc.dg/Wstringop-overflow-17.c failure pinskia at gcc dot gnu.org
2023-11-23 23:43 ` [Bug tree-optimization/112690] " pinskia at gcc dot gnu.org
2023-11-24  7:50 ` rguenth 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).