public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/111912] New: GCC: 14: internal compile error when apply __transaction_atomic on logical or expr
@ 2023-10-22  1:51 141242068 at smail dot nju.edu.cn
  2023-10-22  2:45 ` [Bug c/111912] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: 141242068 at smail dot nju.edu.cn @ 2023-10-22  1:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111912
           Summary: GCC: 14: internal compile error when apply
                    __transaction_atomic on logical or expr
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: 141242068 at smail dot nju.edu.cn
  Target Milestone: ---

When compile this small program:
```
int a;
int f() { return __transaction_atomic (a || 1); }
```

GCC crashes, (verification link: https://gcc.godbolt.org/z/8onMYzqcv)

The full stack dump:
```
<source>: In function 'f':
<source>:2:40: internal compiler error: in gimplify_expr, at gimplify.cc:17510
    2 | int f() { return __transaction_atomic (a || 1); }
      |                                        ^
0x231f49e internal_error(char const*, ...)
        ???:0
0xa00958 fancy_abort(char const*, int, char const*)
        ???:0
0xdbb3dc gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbbf48 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbcc33 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbbf48 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbbf48 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbb78d gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbbcdf gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbdddb gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbb78d gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbc9b7 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
0xdbec8a gimplify_stmt(tree_node**, gimple**)
        ???:0
0xdbbcdf gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ???:0
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
```

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

* [Bug c/111912] GCC: 14: internal compile error when apply __transaction_atomic on logical or expr
  2023-10-22  1:51 [Bug c/111912] New: GCC: 14: internal compile error when apply __transaction_atomic on logical or expr 141242068 at smail dot nju.edu.cn
@ 2023-10-22  2:45 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-22  2:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
      Known to fail|                            |4.7.1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|                            |2023-10-22
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. Not a regression.

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

end of thread, other threads:[~2023-10-22  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-22  1:51 [Bug c/111912] New: GCC: 14: internal compile error when apply __transaction_atomic on logical or expr 141242068 at smail dot nju.edu.cn
2023-10-22  2:45 ` [Bug c/111912] " 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).