public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjames at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/112572] [14 regression] LLVM miscompiled since r14-5355-g3cd3a09b3f91a1
Date: Sat, 18 Nov 2023 10:58:30 +0000	[thread overview]
Message-ID: <bug-112572-4-uR6Ojs2sYR@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-112572-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #11 from Sam James <sjames at gcc dot gnu.org> ---
The first pass to differ is expand.

Some selected diffs:
```
void llvm::cl::opt<std::__cxx11::basic_string<char> >::~opt (struct opt * const
this)
{
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _15;
  union _Any_data * {ref-all} _16;
  char * _17;
  const char[16] * _18;
@@ -71879,7 +71879,7 @@ _32 replace with --> _32 = _31 + 1;

void llvm::cl::opt<std::__cxx11::basic_string<char> >::~opt (struct opt * const
this)
{
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _15;
  union _Any_data * {ref-all} _16;
  char * _17;
  const char[16] * _18;
@@ -72195,14 +72195,14 @@ void llvm::cl::opt<std::__cxx11::basic_string<char>
>::~opt (struct opt * const
```

```
@@ -205739,7 +205739,7 @@ void llvm::cl::opt<std::__cxx11::basic_string<char>
>::opt<char [40], llvm::cl::
  long unsigned int _73;
  long unsigned int _74;
  void * _75;
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _77;
  union _Any_data * {ref-all} _78;
  unsigned long _79;
  struct basic_string * _80;
@@ -206849,7 +206849,7 @@ void llvm::cl::opt<std::__cxx11::basic_string<char>
>::opt<char [40], llvm::cl::
  long unsigned int _73;
  long unsigned int _74;
  void * _75;
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _77;
  union _Any_data * {ref-all} _78;
  unsigned long _79;
  struct basic_string * _80;
```

```
{
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _12;
  union _Any_data * {ref-all} _13;
  char * _14;
  const char[16] * _15;
@@ -427838,7 +427838,7 @@ _29 replace with --> _29 = _28 + 1;

void llvm::cl::opt<std::__cxx11::basic_string<char> >::~opt (struct opt * const
this)
{
  bool [-(*<T8480>)-]{+(*<T8488>)+} (union _Any_data & {ref-all}, const union
_Any_data & {ref-all}, _Manager_operation) _12;
  union _Any_data * {ref-all} _13;
  char * _14;
  const char[16] * _15;
```

  parent reply	other threads:[~2023-11-18 10:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-16 20:06 [Bug middle-end/112572] New: " sjames at gcc dot gnu.org
2023-11-17  0:00 ` [Bug middle-end/112572] " sjames at gcc dot gnu.org
2023-11-17  0:41 ` sjames at gcc dot gnu.org
2023-11-17  4:13 ` sjames at gcc dot gnu.org
2023-11-17  4:14 ` sjames at gcc dot gnu.org
2023-11-17  5:21 ` sjames at gcc dot gnu.org
2023-11-17  5:23 ` pinskia at gcc dot gnu.org
2023-11-17  5:28 ` pinskia at gcc dot gnu.org
2023-11-17 10:43 ` jakub at gcc dot gnu.org
2023-11-18 10:18 ` sjames at gcc dot gnu.org
2023-11-18 10:19 ` sjames at gcc dot gnu.org
2023-11-18 10:23 ` sjames at gcc dot gnu.org
2023-11-18 10:58 ` sjames at gcc dot gnu.org [this message]
2023-11-18 10:59 ` sjames at gcc dot gnu.org
2023-11-18 11:00 ` sjames at gcc dot gnu.org
2023-11-18 11:11 ` jakub at gcc dot gnu.org
2023-11-18 11:36 ` sjames at gcc dot gnu.org
2023-11-18 21:00 ` pinskia at gcc dot gnu.org
2023-11-18 21:13 ` pinskia at gcc dot gnu.org
2023-11-18 21:28 ` pinskia at gcc dot gnu.org
2023-11-18 21:38 ` slyfox at gcc dot gnu.org
2023-11-18 21:55 ` pinskia at gcc dot gnu.org
2023-11-18 22:22 ` pinskia at gcc dot gnu.org
2023-11-18 22:39 ` pinskia at gcc dot gnu.org
2023-11-18 23:06 ` rsandifo at gcc dot gnu.org
2023-11-18 23:39 ` pinskia at gcc dot gnu.org
2023-11-19  7:21 ` pinskia at gcc dot gnu.org
2023-11-19  9:24 ` ebotcazou at gcc dot gnu.org
2023-11-19  9:42 ` sjames at gcc dot gnu.org
2023-11-30 21:09 ` jakub at gcc dot gnu.org
2023-11-30 21:12 ` pinskia at gcc dot gnu.org
2023-11-30 22:29 ` sjames at gcc dot gnu.org
2023-12-04  2:49 ` pinskia at gcc dot gnu.org
2023-12-04 11:01 ` sjames at gcc dot gnu.org
2023-12-06  9:02 ` jakub at gcc dot gnu.org
2023-12-06 18:32 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-112572-4-uR6Ojs2sYR@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).