https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117090
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #398 from John Paul Adrian Glaubitz ---
(In reply to Oleg Endo from comment #395)
> There was a recent commit in PR 116650, which looks related.
> I've updated (rebased) https://github.com/olegendo/gcc/tree/devel/sh-lra
Just to confi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
--- Comment #1 from Stefan Schulze Frielinghaus
---
For the outcome basically only
b = fn3(q == &l);
*h = b;
if (c != 1)
__builtin_abort();
matters. The optimized tree output for that part looks good to me (using -O2
of course):
a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117108
Bug ID: 117108
Summary: internal compiler error: error reporting routines
re-entered at build_c_cast(unsigned int, tree_node*,
cp_expr)
Product: gcc
Version: unk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601
--- Comment #3 from Sergei Trofimovich ---
Slightly shorter reproducer:
static void printChar(int &, char) {}
int emit_OS;
char emit___trans_tmp_1;
static void emit(void Print(int &, char)) {
Print(emit_OS, emit___trans_tmp_1);
}
struct Seque
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117107
Bug ID: 117107
Summary: internal compiler error: Segmentation fault at
lookup_decomp_type(tree_node*)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117093
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117100
Richard Biener changed:
What|Removed |Added
Target Milestone|13.4|12.5
Summary|[13 regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117100
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117091
Richard Biener changed:
What|Removed |Added
CC||pheeck at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117092
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |15.0
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117101
Richard Biener changed:
What|Removed |Added
Priority|P3 |P5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117102
Richard Biener changed:
What|Removed |Added
Version|unknown |15.0
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117104
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116814
Sergei Trofimovich changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
--- Comment #3 from kargls at comcast dot net ---
I con no longer audit metadata of a PR. This should be a P1 bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117111
Oleg Endo changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
*To be removed from our mailing list, please respond to this message with
UNSUBSCRIBE in the subject line*
--
**
12th INTERNATIONAL SCHOOL ON DEEP LEARNING
(with a special focus on Large Language Models, Foundation Models and
Generat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #397 from Kazumoto Kojima ---
(In reply to Oleg Endo from comment #379)
> sh-sim/-m2a/-mb:
> FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2
> FAIL: gcc.c-torture/execute/ieee/fp-cmp-5.c execution, -O2 -flto
> -fno-use-l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601
--- Comment #7 from Sergei Trofimovich ---
Here is my understanding of the issue:
The problem appears when ipa-inline (at `a.cpp.089i.inline` pass) tries to
inline:
a.cpp:5:9: note: Inlining void emit(void (*)())/1 to static void S::sm()/2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117107
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117107
Andrew Pinski changed:
What|Removed |Added
Keywords|needs-bisection |
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117108
Andrew Pinski changed:
What|Removed |Added
Known to work||5.5.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117108
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117108
Andrew Pinski changed:
What|Removed |Added
Target Milestone|12.5|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117104
--- Comment #8 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:f54d42e7e7a558b273d87f95b3e5b1938f5a
commit r15-4293-gf54d42e7e7a558b273d87f95b3e5b1938f5a
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116985
--- Comment #3 from GCC Commits ---
The master branch has been updated by Feng Xue :
https://gcc.gnu.org/g:a9173a50e7e346a218323916e4d3add8552529ae
commit r15-4294-ga9173a50e7e346a218323916e4d3add8552529ae
Author: Feng Xue
Date: Fri Oct 11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117104
Richard Biener changed:
What|Removed |Added
Target Milestone|15.0|12.5
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117111
--- Comment #2 from Kazumoto Kojima ---
dbr_schedule is trying to fill the delay slot of
(jump_insn 17 16 42 (set (pc)
(if_then_else (eq (reg:SI 147 t)
(const_int 0 [0]))
(label_ref:SI 94)
(pc)))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117111
Bug ID: 117111
Summary: [SH] delay slot is filled with wrong instruction
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: minor
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117111
--- Comment #3 from Kazumoto Kojima ---
Created attachment 59330
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59330&action=edit
a trial patch
This patch disables the above splitter after machine reorg pass so to hide it
from dbr_schedul
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117098
--- Comment #3 from H.J. Lu ---
Created attachment 59328
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59328&action=edit
A patch
I am testing this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102824
Eric Gallager changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #14 from Eric Gallager
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108310
Eric Gallager changed:
What|Removed |Added
Assignee|egallager at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43301
--- Comment #9 from Eric Gallager ---
(In reply to Eric Gallager from comment #8)
> we've got an idea that I just need to test
(well, either I, or someone else, I guess...)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
Bug ID: 117110
Summary: Bootstrap broken on FreeBSD with build/genmatch
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106
--- Comment #1 from Fedor Chelnokov ---
This crash is reproducible in C++20 mode as well without deducing this:
```
struct A {
int x;
void foo(this auto &&self) noexcept(noexcept(self.x)) {}
auto bar() -> decltype(foo()) {}
};
```
In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
--- Comment #1 from kargls at comcast dot net ---
Bootstrapped worked on at least
% hotrats:kargl[264] gfcx --version
GNU Fortran (GCC) 15.0.0 20240919 (experimental)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
Iain Sandoe changed:
What|Removed |Added
Keywords||build
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
--- Comment #2 from kargls at comcast dot net ---
Likely broken with
commit c397a8c12296b75a91ae51e4889debf023e6c338
Author: Jakub Jelinek
Date: Sat Oct 12 10:44:17 2024 +0200
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117096
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117109
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
Assignee|dmalcolm at gcc
-trunk
--enable-sanitizers --enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.0.0 20241012 (experimental) (GCC)
[577] %
[577] % gcctk -O3 -fno-code-hoisting -fno-tree-fre -fno-tree-dominator-opts
-fno-tree-pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106
Bug ID: 117106
Summary: ICE when a "deducing this" function with noexcept
specification is used before the class is complete
Product: gcc
Version: 15.0
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601
--- Comment #4 from Sergei Trofimovich ---
Cloud also get rid of all the globals:
static void printChar() {}
static void emit(void Print()) { Print(); }
struct S {
__attribute__((noinline)) static void sm() {
emit(printChar);
}
};
void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601
--- Comment #5 from Sergei Trofimovich ---
(In reply to Sergei Trofimovich from comment #4)
> Cloud also get rid of all the globals:
>
> static void printChar() {}
> static void emit(void Print()) { Print(); }
> struct S {
> __attribute__((no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116908
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117109
Bug ID: 117109
Summary: [15 Regression] "make gcc.pot" fails with
"emit_diagnostic used incompatibly" since
r15-4081-g385a232229a5b4 (diagnostics: bulletproof
open
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112601
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77502
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117059
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81114
--- Comment #10 from Eric Gallager ---
(In reply to simon from comment #9)
> Created attachment 56140 [details]
> C demonstrator
>
> As noted in comment 8, the C compiler doesn’t have a problem with
> finding a file with a combining filename wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116961
--- Comment #4 from Andrei Horodniceanu ---
Sorry for the wait:
-
$ cat repro.d
module object;
struct Gcx
{
float thing = 0.0;
}
$ /root/build/./gcc/gdc -B/root/build/./gcc/
-B/tmp/gcc/x86_64-pc-linux-gnu/bin/ -B/tmp/gcc/x86_64-pc-linux-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
--- Comment #6 from GCC Commits ---
The master branch has been updated by Simon Martin :
https://gcc.gnu.org/g:60163c85730e6b7c566e219222403ac87ddbbddd
commit r15-4282-g60163c85730e6b7c566e219222403ac87ddbbddd
Author: Simon Martin
Date: Fri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112600
Uroš Bizjak changed:
What|Removed |Added
CC||pan2.li at intel dot com
Target Milesto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117098
H.J. Lu changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
--- Comment #2 from Stefan Schulze Frielinghaus
---
Prior cse2 we have
(jump_insn 217 78 216 10 (parallel [
(set (pc)
(if_then_else (ne (reg:SI 165)
(const_int 1 [0x1]))
(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112600
--- Comment #17 from GCC Commits ---
The master branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:a564261245ad3002d53916e017b85939ace816a6
commit r15-4284-ga564261245ad3002d53916e017b85939ace816a6
Author: Uros Bizjak
Date: Sat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117098
H.J. Lu changed:
What|Removed |Added
Component|target |middle-end
--- Comment #2 from H.J. Lu ---
s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Jonathan Wakely changed:
What|Removed |Added
Summary|[12/13/14/15 Regression]|[12/13/14 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112600
--- Comment #19 from Li Pan ---
interesting, I will take a look for f2 after some more sat_* supported.
63 matches
Mail list logo