https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227
--- Comment #20 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:5d3b2f07b13682e49b18b7b06797d4965a600b56
commit r15-9253-g5d3b2f07b13682e49b18b7b06797d4965a600b56
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227
--- Comment #19 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:5b9bd0b0cd4bd23b7906ea2f3e9c2b1583d53554
commit r15-9252-g5b9bd0b0cd4bd23b7906ea2f3e9c2b1583d53554
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118924
Martin Jambor changed:
What|Removed |Added
Summary|[12/13/14/15 regression]|[12/13/14 regression] Wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119647
--- Comment #4 from Jonathan Wakely ---
ICU is asking for an old version of POSIX, which causes macOS SDK to undeclare
functions required by C11, which means that the SDK is not compatible with
C++20 (because it assumes a C11 library).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119617
--- Comment #5 from Haochen Jiang ---
Just take a quick try on the option combination. Eliminating either
-fzero-call-used-regs=all or -mabi=ms will not get ICE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119665
Bug ID: 119665
Summary: False positive warning about unitialized variable
while compiling with -Og
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119666
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119657
--- Comment #4 from Igor Machado Coelho ---
Ticket opened on ubuntu:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2106390
Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119644
Richard Earnshaw changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
--- Comment #4 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119642
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119652
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119660
Richard Biener changed:
What|Removed |Added
Keywords||accepts-invalid
--- Comment #1 from Ri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119657
--- Comment #3 from Igor Machado Coelho ---
I see.
I installed g++15 in Ubuntu 24.04 using the Plucky (25.04) repo...
I don't have 'gas' command, I have 'as': $ as --version
GNU assembler (GNU Binutils for Ubuntu) 2.42
Copyright (C) 2024 Free S
;
}
GCC seems to incorrectly const propagate the variable 'my_number':
get_num():
mov eax, 4
ret
https://godbolt.org/z/qvz3oEGz4
OTOH, Clang respects the attribute and emits a memory load.
gcc version 15.0.1 20250407 (experimental)
(Compile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119187
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364
--- Comment #9 from Jakub Jelinek ---
Looking through the failures, the first difference on group1/directive_1.cob is
due to
genapi.cc (stash_exceptions) doing
static void
stash_exceptions( const cbl_enabled_exceptions_array_t *enabled )
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108732
Antonio Muci changed:
What|Removed |Added
CC||a.mux at inwind dot it
--- Comment #9 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 118249, which changed state.
Bug 118249 Summary: Misdiagnosing use of 'this' while doing class member access
in constant evaluation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118249
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118249
Patrick Palka changed:
What|Removed |Added
Ever confirmed|0 |1
Resolution|FIXED
orer-Build-gcc-8fbe7d24373556d40886c7c00e9e2be5d9718c55-
> binutils-2.42) 15.0.1 20250407 (experimental):
Thanks, I reopened PR118249 for these cases
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119661
Bug ID: 119661
Summary: Possible "accepts invalid": member access into
incomplete type 'struct s'
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119654
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115648
Thomas Schwinge changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119652
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168
Andrew Pinski changed:
What|Removed |Added
CC||mcccs at gmx dot com
--- Comment #15 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082
Iain Sandoe changed:
What|Removed |Added
Attachment #52980|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105616
--- Comment #8 from Donn Seeley ---
Here is a similar failure, using std::variant.
$ cat variant.cpp
#include
#include
#include
using namespace std::string_literals;
using V = std::variant;
void bar(std::map& m);
void foo()
{
std::map
101 - 128 of 128 matches
Mail list logo