https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109712
--- Comment #32 from Andrew Pinski ---
(In reply to Florian Weimer from comment #31)
> Will propose a backport to 13 in ~2 weeks.
Any news on the backport? There is aim to release GCC 13.2.0 at the end of
July.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106895
--- Comment #13 from Nicholas Piggin ---
(In reply to Segher Boessenkool from comment #12)
> > I guess that would be annoying if you couldn't have modifiers on constraints
>
> There is no such thing as "operand modifiers". There are *output* m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110602
--- Comment #3 from kefu chai ---
hi Andrew,
ahh, i missed that. thank you for pointing this out.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110602
--- Comment #2 from Andrew Pinski ---
See https://en.cppreference.com/w/cpp/language/adl for a quick reference on the
subject.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110602
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110602
Bug ID: 110602
Summary: std::format and friends are accessible without std::
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110600
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jan Hubicka :
https://gcc.gnu.org/g:3a42c79c258f54f5837d2fd54874f8b291a518fc
commit r14-2398-g3a42c79c258f54f5837d2fd54874f8b291a518fc
Author: Jan Hubicka
Date: Sat J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110588
Roger Sayle changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96425
Sergei Trofimovich changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110598
Sergei Trofimovich changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110600
Andrew Pinski changed:
What|Removed |Added
CC||slyfox at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110601
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110601
--- Comment #1 from Sergei Trofimovich ---
Created attachment 55505
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55505&action=edit
bug.c.org
Attaching bug.c.org in case reduced example is too artificial.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110601
Bug ID: 110601
Summary: [14 Regression] ICE on systemd-253.5: during GIMPLE
pass: cunroll: internal compiler error: Segmentation
fault in scale_loop_profile()
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103506
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Summary|[11/12 Regression] ICE in |[11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103716
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110585
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110585
--- Comment #6 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:8e365976ddc856a4c08aa52f90799330baed599a
commit r11-10900-g8e365976ddc856a4c08aa52f90799330baed599a
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110600
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-07-08
Summary|ICE on va
-sanitizers --enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.0.0 20230708 (experimental) [master r14-924-gd709841ae0f] (GCC)
[547] %
[547] % gcctk -O1 small.c
during GIMPLE pass: cunroll
small.c: In function ‘main
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110585
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:2d416f352be898c408fd3db402719d6625f26720
commit r12-9762-g2d416f352be898c408fd3db402719d6625f26720
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110585
--- Comment #4 from CVS Commits ---
The releases/gcc-13 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:d00a7d22c68aae583fa37236d894a220028dd0c8
commit r13-7550-gd00a7d22c68aae583fa37236d894a220028dd0c8
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106484
--- Comment #5 from rsaxvc at gmail dot com ---
Related ticket requested with Clang:
https://github.com/llvm/llvm-project/issues/63731
latest umulh() function is a little shorter:
static uint64_t umulh(uint64_t a, uint64_t b)
{
const uint32_t a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110598
--- Comment #2 from Andrew Pinski ---
Here is a C testcase:
```
#include
typedef unsigned long long u64;
#define MAX_SUBTARGET_WORDS 4
//[[gnu::noipa]]
int notequal(const void *a, const void *b)
{
return __builtin_memcmp(a,b,MAX_SUBT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110206
--- Comment #10 from Uroš Bizjak ---
(In reply to Uroš Bizjak from comment #9)
> and simplify_replace_rtx simplifies the above to:
>
> (gdb) p debug_rtx (src)
> (const_vector:V8HI [
> (const_int 204 [0xcc]) repeated x8
> ])
Patched
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110598
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-07-08
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110252
--- Comment #15 from Andrew Pinski ---
*** Bug 110599 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110599
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99368
--- Comment #5 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:9a2eab6172a8067e2f63e0fa2bcd5b2190656303
commit r14-2397-g9a2eab6172a8067e2f63e0fa2bcd5b2190656303
Author: Paul Thomas
Date: Sat Ju
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99139
--- Comment #6 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:9a2eab6172a8067e2f63e0fa2bcd5b2190656303
commit r14-2397-g9a2eab6172a8067e2f63e0fa2bcd5b2190656303
Author: Paul Thomas
Date: Sat Ju
ecking=yes --prefix=/local/suz-local/software/local/gcc-trunk
--enable-sanitizers --enable-languages=c,c++ --disable-werror
--disable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.0.0 20230708 (experimental) (GCC)
[502] %
[502] % gcctk -O2 small.c; ./a.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103796
kargl at gcc dot gnu.org changed:
What|Removed |Added
Keywords|ice-on-invalid-code |
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110598
Bug ID: 110598
Summary: [14 Regression] wrong code on llvm-14.0.6
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110206
--- Comment #9 from Uroš Bizjak ---
Some more digging through the code:
In cprop.cc/try_replace_reg, we try to simplify the source of the set given our
substitution:
Breakpoint 1, try_replace_reg (from=0x7fffe9f0b7f8, to=0x7fffe9f099e0,
insn=0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110590
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jan Hubicka :
https://gcc.gnu.org/g:15bbf1826a01f5beb2d7c0f74d6270bbc94ece91
commit r14-2396-g15bbf1826a01f5beb2d7c0f74d6270bbc94ece91
Author: Jan Hubicka
Date: Sat J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103796
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|DUPLICATE |---
Status|RESOL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92178
--- Comment #17 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:b1079fc88f082d3c5b583c8822c08c5647810259
commit r14-2395-gb1079fc88f082d3c5b583c8822c08c5647810259
Author: Harald Anlauf
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110585
--- Comment #3 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:7ac1581d066a6f3a0d4acf1042a74634258b4966
commit r14-2394-g7ac1581d066a6f3a0d4acf1042a74634258b4966
Author: Harald Anlauf
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110206
--- Comment #8 from Uroš Bizjak ---
The testcase needs __attribute__((noinline)) to supress unwanted constant
propagation with recent gcc.
void
__attribute__((noinline))
foo (U u, u16 c, V *r)
...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106966
Uroš Bizjak changed:
What|Removed |Added
Summary|alpha cross build crashes |[12/13/14 Regression] alpha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106966
--- Comment #8 from Uroš Bizjak ---
Created attachment 55504
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55504&action=edit
Proposed patch.
Can someone please bootstrap and test the attached patch?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106966
Uroš Bizjak changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #7 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110597
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110592
--- Comment #2 from Eric Botcazou ---
Note that the SPARC compiler can be configured --with-cpu or --with-cpu_32 or
--with-cpu_64 (as well as s/cpu/tune/) so you can locally tweak defaults.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:45aab94325eb4b44547c38ac0090eeacc723c589
commit r12-9761-g45aab94325eb4b44547c38ac0090eeacc723c589
Author: Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
--- Comment #4 from CVS Commits ---
The releases/gcc-13 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:238944752e20d7714352152cb26a08fb26aea831
commit r13-7549-g238944752e20d7714352152cb26a08fb26aea831
Author: Jonathan Wake
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
--- Comment #3 from Jonathan Wakely ---
I think this would be better, but a fortran maintainer should confirm that:
For Fortran, it is partially enabled by default, only warning for @option{-I}
and @option{-J}."
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
Jonathan Wakely changed:
What|Removed |Added
Component|c++ |fortran
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110596
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:72cfa0f799f3a695cc7b6d0c10a27a27fa087c26
commit r14-2391-g72cfa0f799f3a695cc7b6d0c10a27a27fa087c26
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110596
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:72cfa0f799f3a695cc7b6d0c10a27a27fa087c26
commit r14-2391-g72cfa0f799f3a695cc7b6d0c10a27a27fa087c26
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110597
Bug ID: 110597
Summary: [12/13/14 Regression] ICE in emit_move_insn, at
expr.cc:4224 on alpha-linux-gnu
Product: gcc
Version: 12.4.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110592
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110596
Bug ID: 110596
Summary: Documentation: typo in the docs for -Wnrvo
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110595
Bug ID: 110595
Summary: Documentation: typo in the docs for
-Wmissing-include-dirs
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089
Alexander Klepikov changed:
What|Removed |Added
Attachment #55382|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110594
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110594
--- Comment #1 from Jonathan Wakely ---
converting a size_t to int64_t is a narrowing conversion, try it without a
constant value and you'll get an error: https://godbolt.org/z/rb6jrr4xq
That's what the SFINAE check for _Arr does, so your {size
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110593
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2023-07-08
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110594
Bug ID: 110594
Summary: std::variant's converting constructor does not resolve
alternative correctly
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity:
60 matches
Mail list logo