public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862
       [not found] <bug-87118-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-06 23:44 ` xerofoify at gmail dot com
  2020-04-06 23:46 ` xerofoify at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: xerofoify at gmail dot com @ 2020-04-06 23:44 UTC (permalink / raw)
  To: gcc-bugs

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

Nicholas Krause <xerofoify at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerofoify at gmail dot com

--- Comment #4 from Nicholas Krause <xerofoify at gmail dot com> ---
Seems that this commit is causing it: d3f2e41eae66b3 based on Martin's
comments.

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

* [Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862
       [not found] <bug-87118-4@http.gcc.gnu.org/bugzilla/>
  2020-04-06 23:44 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862 xerofoify at gmail dot com
@ 2020-04-06 23:46 ` xerofoify at gmail dot com
  2021-09-23  1:57 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1 with __transaction_relaxed and bitfields pinskia at gcc dot gnu.org
  2021-09-23  2:00 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: xerofoify at gmail dot com @ 2020-04-06 23:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Nicholas Krause <xerofoify at gmail dot com> ---
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d3f2e41eae66b3699aaa6e2bfc4ce5b86cedd37e

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

* [Bug middle-end/87118] ICE in expand_expr_addr_expr_1 with __transaction_relaxed and bitfields
       [not found] <bug-87118-4@http.gcc.gnu.org/bugzilla/>
  2020-04-06 23:44 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862 xerofoify at gmail dot com
  2020-04-06 23:46 ` xerofoify at gmail dot com
@ 2021-09-23  1:57 ` pinskia at gcc dot gnu.org
  2021-09-23  2:00 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-23  1:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE in                      |ICE in
                   |expand_expr_addr_expr_1, at |expand_expr_addr_expr_1
                   |expr.c:7862                 |with __transaction_relaxed
                   |                            |and bitfields

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Here is a testcase which shows the issue is related to bitfields:
struct {
  unsigned a: 7;
  unsigned b : 3;
} b;

void d(int t) {}
void c() {
  __transaction_relaxed { d(b.b); }
}

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

* [Bug middle-end/87118] ICE in expand_expr_addr_expr_1 with __transaction_relaxed and bitfields
       [not found] <bug-87118-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-09-23  1:57 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1 with __transaction_relaxed and bitfields pinskia at gcc dot gnu.org
@ 2021-09-23  2:00 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-23  2:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gsocshubham at gmail dot com

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 89351 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-09-23  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87118-4@http.gcc.gnu.org/bugzilla/>
2020-04-06 23:44 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862 xerofoify at gmail dot com
2020-04-06 23:46 ` xerofoify at gmail dot com
2021-09-23  1:57 ` [Bug middle-end/87118] ICE in expand_expr_addr_expr_1 with __transaction_relaxed and bitfields pinskia at gcc dot gnu.org
2021-09-23  2:00 ` 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).