https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #11 from GCC Commits ---
The releases/gcc-14 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:db73411a72cf2052dddcf9fa0523588599a73537
commit r14-11788-gdb73411a72cf2052dddcf9fa0523588599a73537
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #9 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:26baa2c09b39abf037afad349a318dc5734eae25
commit r15-7502-g26baa2c09b39abf037afad349a318dc5734eae25
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
Andrew Pinski changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #6 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #4)
> Reduced testcase:
Slightly more reduced:
```
struct s1 { ~s1(); };
bool f();
void g() {
while (bool t = f()) {
not_free:;
s1 mtr;
}
}
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
Summary|[15 regression] I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #4 from Jakub Jelinek ---
Reduced testcase:
struct A { A (); ~A (); };
void *bar ();
void
foo ()
{
while (void *x = bar ())
{
if (1)
{
lab:
return;
}
A a;
}
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #3 from Sam James ---
Reduction went badly:
```
struct mtr_t {~mtr_t( {
while
int space not_free : mtr_t mtr;
```
Can someone else fix it up? I'm going back to bed for now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #2 from Sam James ---
Crashes with just `g++ -c trx0purge.cc.ii`.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118822
--- Comment #1 from Sam James ---
Created attachment 60452
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60452&action=edit
trx0purge.cc.ii.xz
```
/var/tmp/portage/dev-db/mariadb-10.6.21/work/mysql/storage/innobase/trx/trx0purge.cc:777:3:
12 matches
Mail list logo