[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-04-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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:

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-04-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
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:

[Bug tree-optimization/118924] [12/13/14 regression] Wrong code at -O2 and above leading to uninitialized accesses on aarch64-linux-gnu since r10-917-g3b47da42de621c

2025-04-07 Thread jamborm at gcc dot gnu.org via Gcc-bugs
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

[Bug libstdc++/119647] cstdlib: error: 'aligned_alloc' has not been declared in '::'; ctime: error: 'timespec_get' has not been declared in '::'

2025-04-07 Thread redi at gcc dot gnu.org via Gcc-bugs
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).

[Bug target/119617] ICE: in standard_sse_constant_opcode, at config/i386/i386.cc:5465 with -fzero-call-used-regs=all -mabi=ms -mavx512f -mno-evex512

2025-04-07 Thread haochen.jiang at intel dot com via Gcc-bugs
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.

[Bug c/119665] New: False positive warning about unitialized variable while compiling with -Og

2025-04-07 Thread Volodymyr_Babchuk at epam dot com via Gcc-bugs
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

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-04-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/119666] Incorrect constant propagation of 'const' variable with [[gnu::weak]] attribute

2025-04-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/119657] GCC 15 fails with unknown pseudo-op .base64 error on std::println with special char as last letter

2025-04-07 Thread igor.machado at gmail dot com via Gcc-bugs
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!

[Bug target/119644] __builtin_arm_set_fpscr ICE with -mgeneral-regs-only on Arm targets

2025-04-07 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
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

[Bug libstdc++/119642] [15 regression] diagnostic push has no effect because of unmatched pop in bits/formatfwd.h since r15-9198

2025-04-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119642 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/119652] [14/15 Regression] constinit empty direct-list-initialization incorrectly rejected since r14-660

2025-04-07 Thread jason at gcc dot gnu.org via Gcc-bugs
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

[Bug c/119660] builtin functions erroneously suggested as originating in system headers

2025-04-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119660 Richard Biener changed: What|Removed |Added Keywords||accepts-invalid --- Comment #1 from Ri

[Bug c++/119657] GCC 15 fails with unknown pseudo-op .base64 error on std::println with special char as last letter

2025-04-07 Thread igor.machado at gmail dot com via Gcc-bugs
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

[Bug c++/119666] New: Incorrect constant propagation of 'const' variable with [[gnu::weak]] attribute

2025-04-07 Thread 123321artyom at gmail dot com via Gcc-bugs
; } 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

[Bug tree-optimization/119187] vectorizer should be able to SLP already vectorized code

2025-04-07 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
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

[Bug cobol/119364] building a cobol cross compiler on i686-linux-gnu targeting x86_64-linux-gnu fails

2025-04-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
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 ) {

[Bug pch/108732] Pre-compiled headers cannot be output to /dev/null

2025-04-07 Thread a.mux at inwind dot it via Gcc-bugs
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

[Bug c++/55004] [meta-bug] constexpr issues

2025-04-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/118249] Misdiagnosing use of 'this' while doing class member access in constant evaluation

2025-04-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118249 Patrick Palka changed: What|Removed |Added Ever confirmed|0 |1 Resolution|FIXED

[Bug c++/117849] constraint variable in requires expression rejected, but P2280R4 made it valid

2025-04-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
orer-Build-gcc-8fbe7d24373556d40886c7c00e9e2be5d9718c55- > binutils-2.42) 15.0.1 20250407 (experimental): Thanks, I reopened PR118249 for these cases

[Bug c++/119661] New: Possible "accepts invalid": member access into incomplete type 'struct s'

2025-04-07 Thread pavel.morozkin at gmail dot com via Gcc-bugs
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

[Bug c++/119654] [12/13/14/15 Regression] name lookup after `typename` incorrectly ignores non-type non-namespace names

2025-04-07 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119654 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/115648] [15 Regression] GCN: [-PASS:-]{+FAIL:+} gcc.dg/hoist-register-pressure-{2, 3}.c scan-rtl-dump hoist "PRE/HOIST: end of bb .* copying expression"

2025-04-07 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115648 Thomas Schwinge changed: What|Removed |Added Resolution|--- |WORKSFORME Status|WAITING

[Bug c++/119652] [14/15 Regression] constinit empty direct-list-initialization incorrectly rejected since r14-660

2025-04-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119652 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/96168] GCC support for Apple Silicon (Arm64) on macOS requested

2025-04-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug target/93082] macOS Authorization.h needs fixinclude

2025-04-07 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 Iain Sandoe changed: What|Removed |Added Attachment #52980|0 |1 is obsolete|

[Bug tree-optimization/105616] Using regex_replace throws "maybe-uninitialized" warnings with -fsanitize=address

2025-04-07 Thread donn.seeley at everfox dot com via Gcc-bugs
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

<    1   2