[Bug c++/120183] Incomplete type error in module import

2025-05-09 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120183 Nathaniel Shead changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c++/103524] [meta-bug] modules issue

2025-05-09 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 120183, which changed state. Bug 120183 Summary: Incomplete type error in module import https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120183 What|Removed |Added

[Bug c++/119938] [15/16 Regression][modules] Class type NTTPs are not considered constant when imported

2025-05-09 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119938 Nathaniel Shead changed: What|Removed |Added CC||rafel.perello at upc dot edu --- Comm

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #4 from Jakub Jelinek --- Yes. You need to write a ChangeLog entry, which would be in this case I think something like PR fortran/120191 * trans-intrinsic.cc (gfc_conv_intrinsic_minmaxloc): Call strip_kind_fr

[Bug other/105404] Update in-tree copy of zlib to zlib-1.3.1

2025-05-09 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105404 --- Comment #17 from Iain Sandoe --- (In reply to Joel Sherrill from comment #16) > Over at RTEMS.org, we have a report from a Mac user that the gcc zlib needs > updating or patched to build there. We are seeing this with GCC 13 but the > versio

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread daniil2472s at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #5 from Daniil Kochergin --- Done. Thank you!

[Bug libfortran/120196] New: In findloc2_s* when "back" is true loop goes one more step than needed.

2025-05-09 Thread daniil2472s at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120196 Bug ID: 120196 Summary: In findloc2_s* when "back" is true loop goes one more step than needed. Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: norm

[Bug c/107308] ICE in expand_fn_using_insn, at internal-fn.cc:153

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107308 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > Created attachment 61374 [details] > Verifier in testing I had some typos in the patch. And CRC/CRC_REV needs to be handled special. Oh and ifcvt inserts COND_*

[Bug c++/118388] ICEs from c++ testsuite when run with -fpermissive due to seen_error () not counting "downgraded errors"

2025-05-09 Thread simartin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118388 --- Comment #5 from Simon Martin --- Some of the tests from comment #4 are either not linked to seen_error (unary_trait_incomplete.C), or use constexpr_error that bypasses some of the diagnostics machinery and are not easy to fix (constexpr-ice2

[Bug modula2/120188] documented example does not work

2025-05-09 Thread bruno at clisp dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120188 --- Comment #4 from Bruno Haible --- > I suspect gm2-15.1 is the same. Yes, in 15.1.0, with the option -fm2-plugin, I get the same output as you showed.

[Bug tree-optimization/114166] word_mode vectorization still relies on vector lowering

2025-05-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114166 Richard Biener changed: What|Removed |Added Target Milestone|--- |16.0 Status|NEW

[Bug tree-optimization/114166] word_mode vectorization still relies on vector lowering

2025-05-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114166 --- Comment #4 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a470433732e77ae29a717cf79049ceeea3cbe979 commit r16-501-ga470433732e77ae29a717cf79049ceeea3cbe979 Author: Richard Biener Date:

[Bug c/120192] New: Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Bug ID: 120192 Summary: Internal compiler error when building ring Rust crate Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug c++/120197] New: ICE in GCC with decltype(cout << a) in default function parameter leads to recursive diagnostics with -std=c++20

2025-05-09 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120197 Bug ID: 120197 Summary: ICE in GCC with decltype(cout << a) in default function parameter leads to recursive diagnostics with -std=c++20 Product: gcc Version: 16

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #20 from John David Anglin --- (In reply to John David Anglin from comment #19) > It's not clear why gcov-30 passes on Linux. I searched the entire tree and > couldn't find how TARGET_HAVE_LIBATOMIC gets set on Linux. Also, always

[Bug c++/120185] [16 Regression] nss-3.11 ICE since r16-479-gabab79397ef97a in type_has_converting_constructor

2025-05-09 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120185 --- Comment #3 from Sergei Trofimovich --- The change also fixed nss-3.11 build for me. Thank you!

[Bug middle-end/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug fortran/120193] New: Incorrect debug info for unsigned(kind=1) and unsigned(kind=4)

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120193 Bug ID: 120193 Summary: Incorrect debug info for unsigned(kind=1) and unsigned(kind=4) Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug middle-end/110027] [11 regression] Stack objects with extended alignments (vectors etc) misaligned on detect_stack_use_after_return

2025-05-09 Thread stuart.a.hayhurst at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110027 --- Comment #31 from Stuart --- I can reproduce this with GCC 14.2 and GCC 15.1 on Debian Sid. In my case it was std::memcpy that gave me an issue, but the reproducer here is the same issue.

[Bug libstdc++/120198] std::scoped_lock disabled for non-gthread environments (such as arm-none-eabi)

2025-05-09 Thread ajcozzol at us dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120198 --- Comment #1 from Anthony Cozzolino --- Copying the code and compiler error here for convenience: #include struct MutexLike { void lock() { } void unlock() { } bool try_lock() { return true; } }; int main() { MutexLike m1,

[Bug middle-end/110027] [11 regression] Stack objects with extended alignments (vectors etc) misaligned on detect_stack_use_after_return

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110027 --- Comment #32 from Sam James --- (In reply to Stuart from comment #31) > I can reproduce this with GCC 14.2 and GCC 15.1 on Debian Sid. > > In my case it was std::memcpy that gave me an issue, but the reproducer here > is the same issue. Ple

[Bug libstdc++/120198] [14/15/16 Regression] std::scoped_lock disabled for non-gthread environments (such as arm-none-eabi)

2025-05-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120198 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigne

[Bug target/120203] New: RISC-V: Frm restore missing after call insn (float-point-dynamic-frm-74.c)

2025-05-09 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120203 Bug ID: 120203 Summary: RISC-V: Frm restore missing after call insn (float-point-dynamic-frm-74.c) Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: wro

[Bug c++/87765] Internal compiler error: coerce_template_parms (8.2) or cxx_eval_constant_expression (trunk)

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87765 Andrew Pinski changed: What|Removed |Added CC||calvin at cmpct dot info --- Comment #10

[Bug c++/120202] ICE with constexpr function for constant expression

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120202 --- Comment #2 from Andrew Pinski --- I will file the diagnostic issue seperately.

[Bug fortran/119986] Complex array part references are being passed incorrectly to a procedure

2025-05-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119986 --- Comment #11 from GCC Commits --- The releases/gcc-15 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:01324ffac8bcc6813ffbc78993a674bcac7b52ab commit r15-9645-g01324ffac8bcc6813ffbc78993a674bcac7b52ab Author: Harald Anlauf

[Bug fortran/120179] [15 Regression] Failure with do concurrent and semicolon

2025-05-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120179 --- Comment #6 from GCC Commits --- The releases/gcc-15 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:c60183d8265b5bd509007cf494549667c8c08faa commit r15-9646-gc60183d8265b5bd509007cf494549667c8c08faa Author: Harald Anlauf

[Bug fortran/120179] [15 Regression] Failure with do concurrent and semicolon

2025-05-09 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120179 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/120202] New: ICE with constexpr function for constant expression

2025-05-09 Thread calvin at cmpct dot info via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120202 Bug ID: 120202 Summary: ICE with constexpr function for constant expression Product: gcc Version: 12.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/120202] ICE with constexpr function for constant expression

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120202 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug c++/120202] ICE with constexpr function for constant expression

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120202 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug libgomp/120194] USM offloading vs. 'libgomp.c++/declare_target-1.C'

2025-05-09 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120194 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/120204] New: `is not usable as a 'constexpr' function because` and no reason why

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120204 Bug ID: 120204 Summary: `is not usable as a 'constexpr' function because` and no reason why Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: diagnostic

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #3 from Filip Štamcar --- Created attachment 61381 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61381&action=edit Output of save-temps

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #4 from Sam James --- (In reply to Sam James from comment #1) > 1) The full command line for GCC (maybe cargo build --verbose will do it, I > don't know) Sorry, I missed this is in the output. Still need preprocessed source though.

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #5 from Filip Štamcar --- Created attachment 61382 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61382&action=edit Output of save-temps

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread filip.stamcar at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #6 from Filip Štamcar --- The full GCC command is: "gcc.exe" "-O0" "-ffunction-sections" "-fdata-sections" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "-I" "E:\\Cache\\rust\\cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\r

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #6 from Jakub Jelinek --- Note, the test even with your patch FAILs for -O0 and -Os, first on STOP 17, I see quite a few invocations still with 6 arguments: grep maxloc.*,.*,.*,.*,.*,.* pr120191.f90.007t.gimple [pr

[Bug libfortran/120196] In findloc2_s* when "back" is true loop goes one more step than needed.

2025-05-09 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120196 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/120180] [OpenMP] ICE in C (c_parser_consume_token) / C++ cp_parser_skip_to_pragma_eol in error recovery for metadirective

2025-05-09 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120180 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid --- Comment #3 from Tobia

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #7 from Andrew Pinski --- [apinski@xeond2 gcc]$ ./xgcc -B. t.c -S -march=skylake-avx512 -w during RTL pass: expand In file included from E:\Cache\rust\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\ring-0.17.14\crypto/curve25519

[Bug libfortran/120196] In findloc2_s* when "back" is true loop goes one more step than needed.

2025-05-09 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120196 --- Comment #2 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #1) > Here's a testcase that fails under valgrind: > > program p > implicit none > character(:), allocatable :: a(:), s > allocate (character(16) :: a(10),

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #10 from Andrew Pinski --- -mavx is enough to reproduce the ICE.

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Known to fail||16.0 --- Comment #8 from Andrew Pinski

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #9 from Andrew Pinski --- /* We handle highly aligned variables in expand_stack_vars. */ gcc_assert (byte_align * BITS_PER_UNIT <= MAX_SUPPORTED_STACK_ALIGNMENT);

[Bug analyzer/120201] New: G++ generates a misaligned vector operation for std::memcpy

2025-05-09 Thread stuart.a.hayhurst at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120201 Bug ID: 120201 Summary: G++ generates a misaligned vector operation for std::memcpy Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 --- Comment #11 from Andrew Pinski --- I can only get it to ICE at -O0. And it still ICEs after r16-178-gdea7b9a78b11b5 .

[Bug target/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug middle-end/118694] OpenMP: target/metadirective/teams directive nesting gives error

2025-05-09 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118694 --- Comment #3 from Tobias Burnus --- On mainline currently failing (for a GCC configured with nvptx offloading): libgomp.c-c++-common/metadirective-1.c:10:11: error: 'target' construct with nested 'teams' construct contains directives outsid

[Bug libstdc++/120187] Inclusion of ciso646 incorrectly points to using version in C++17 mode

2025-05-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120187 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gc

[Bug modula2/120188] documented example does not work

2025-05-09 Thread bruno at clisp dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120188 --- Comment #2 from Bruno Haible --- (In reply to Richard Biener from comment #1) > Do you have the m2rte plugin? Yes, and it has not been used since I installed it: $ LC_ALL=C ls -lu /darch/x86_64-linux-gnu/gnu-inst-gcc/15.1.0/lib/gcc/x86_64-

[Bug ipa/120048] [14/15/16 Regression] ICE on valid code at -O{s,2} with "-fno-tree-vrp -fno-tree-fre" on x86_64-linux-gnu: in type, at value-range.h:982 since r16-244-gce489c870bf28e

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120048 --- Comment #14 from Jakub Jelinek --- So fixed for 14.3+/15.2+/16+ ?

[Bug fortran/120191] New: Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread daniil2472s at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 Bug ID: 120191 Summary: Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present. Product: gcc Version: unknown Status: UNCONFIRMED S

[Bug gcov-profile/120086] FAIL: gcc.misc-tests/gcov-29.c

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120086 --- Comment #19 from John David Anglin --- (In reply to Jørgen Kvalsvik from comment #18) > Ok, thanks, I pushed a fix for the gcov %zu prints, at least for gcov. Thanks. > To recap: > > * gcov-pr86536.c sporadically fails? (which has to be u

[Bug libgomp/120194] USM offloading vs. 'libgomp.c++/declare_target-1.C'

2025-05-09 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120194 --- Comment #1 from Tobias Burnus --- Without having looked at it in depth, I think part of the problem is that 'varX' and 'varY' are in static memory. Thus, by construction, there is a device and a host version. Solution: (a) Ensure the date

[Bug fortran/120193] Incorrect debug info for unsigned(kind=1) and unsigned(kind=4)

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120193 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2025-05-09 Assignee|unassigne

[Bug c++/120195] New: [modules] export using of purview 'extern "C++"' declaration not bound in importers

2025-05-09 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120195 Bug ID: 120195 Summary: [modules] export using of purview 'extern "C++"' declaration not bound in importers Product: gcc Version: 16.0 Status: UNCONFIRMED Keyw

[Bug libstdc++/120198] [14/15/16 Regression] std::scoped_lock disabled for non-gthread environments (such as arm-none-eabi)

2025-05-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120198 --- Comment #3 from Jonathan Wakely --- It doesn't need to require hosted either.

[Bug target/119164] RISC-V: Extra FRM read/writes around call insns

2025-05-09 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119164 --- Comment #4 from Vineet Gupta --- Fix posted here https://gcc.gnu.org/pipermail/gcc-patches/2025-May/683159.html

[Bug target/120203] RISC-V: Frm restore missing after call insn (float-point-dynamic-frm-74.c)

2025-05-09 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120203 --- Comment #1 from Vineet Gupta --- Fix posted here https://gcc.gnu.org/pipermail/gcc-patches/2025-May/683159.html

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread reiter.christoph at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #11 from Christoph Reiter --- Thanks. With the latest patch + the patch for binutils, babl builds fine now.

[Bug cobol/119337] cobol: gcobc wrapper should deduce output name

2025-05-09 Thread jklowden at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119337 James K. Lowden changed: What|Removed |Added CC||jklowden at gcc dot gnu.org

[Bug cobol/119335] cobol frontend ignores -M

2025-05-09 Thread jklowden at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119335 James K. Lowden changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug bootstrap/120068] The new contrib/relpath.sh script should be made executable otherwise the build fails

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120068 Andrew Pinski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug bootstrap/120068] The new contrib/relpath.sh script should be made executable otherwise the build fails

2025-05-09 Thread guido2022 at trentalancia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120068 guido2022 at trentalancia dot com changed: What|Removed |Added Resolution|INVALID |--- Stat

[Bug middle-end/120205] New: [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 Bug ID: 120205 Summary: [15/16 regression] unifdef miscompiled Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-en

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 Sam James changed: What|Removed |Added Target Milestone|--- |15.2 Keywords|

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #2 from Sam James --- In objsz1: ``` [local count: 118111600]: __builtin_puts (&"foo"[0]); - parseline_len.1_4 = parseline_len; - parseline_len.2_5 = (sizetype) parseline_len.1_4; - _20 = MAX_EXPR ; - _19 = _20 - parseline

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #3 from Jakub Jelinek --- The reduction is wrong in many ways. main shouldn't have a single char argument, fgets inline doesn't return anything if __bdos is not -1, otherwise it calls fgets without any arguments, all that is UB.

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #4 from Sam James --- yes, lemme fix it up

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #12 from Iouri Kharon --- FYI: Yet cc1/cc1plus can be linked with --pdb :) - secondary patch for ld added to https://sourceware.org/bugzilla/show_bug.cgi?id=32942

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #1 from Sam James --- Needs -std=gnu17.

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #3 from John David Anglin --- Hi Adrian, I haven't tested LRA in sometime. There are are at least two bugs preventing migration to LRA on hppa, although they didn't previously break bootstrap. I don't believe these are problems wi

[Bug c++/120204] `is not usable as a 'constexpr' function because` and no reason why

2025-05-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120204 Jason Merrill changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/120186] [pa] internal compiler error: in fail, at selftest.cc:47 during bootstrap with LRA enabled

2025-05-09 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120186 --- Comment #4 from John David Anglin --- My last LRA build was at r15-9116-g28751389a68.

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #6 from Sam James --- Created attachment 61387 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61387&action=edit whitespace.c

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #5 from Sam James --- Created attachment 61386 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61386&action=edit unifdef.c This is a bit better. It needs 'whitespace.c' as input data.

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 --- Comment #7 from Sam James --- (In reply to Sam James from comment #5) > Created attachment 61386 [details] > unifdef.c > > This is a bit better. It needs 'whitespace.c' as input data. .. with return added in fgets.

[Bug middle-end/120205] [15/16 regression] unifdef miscompiled

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120205 Sam James changed: What|Removed |Added Attachment #61386|0 |1 is obsolete|

[Bug target/117978] Optimise 128-bit-predicated SVE loads to Advanced SIMD LDRs

2025-05-09 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117978 Richard Sandiford changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgomp/120194] New: USM offloading vs. 'libgomp.c++/declare_target-1.C'

2025-05-09 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120194 Bug ID: 120194 Summary: USM offloading vs. 'libgomp.c++/declare_target-1.C' Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: testsuite-fail, wrong-code Severity:

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread daniil2472s at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #3 from Daniil Kochergin --- (In reply to Jakub Jelinek from comment #2) > Created attachment 61380 [details] > gcc16-pr120191-test.patch > > Perhaps like this? Sorry for the trivial question, but should I mail the patch along with

[Bug c++/120185] [16 Regression] nss-3.11 ICE since r16-479-gabab79397ef97a in type_has_converting_constructor

2025-05-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120185 Jason Merrill changed: What|Removed |Added Last reconfirmed||2025-05-09 Ever confirmed|0

[Bug other/105404] Update in-tree copy of zlib to zlib-1.3.1

2025-05-09 Thread joel at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105404 Joel Sherrill changed: What|Removed |Added CC||joel at gcc dot gnu.org --- Comment #16

[Bug libstdc++/120190] Definition of the primary template of std::format_kind seems IFNDR

2025-05-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120190 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 Iouri Kharon changed: What|Removed |Added Attachment #61364|0 |1 is obsolete|

[Bug debug/120051] [15/16 regression] codeview ICE/segfault starting with 15.1.0

2025-05-09 Thread bc-info at styx dot cabel.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051 --- Comment #10 from Iouri Kharon --- (In reply to Sam James from comment #6) > Mark, when you get a chance to work on this, if you haven't tried it before, > I'd recommend doing a bootstrap w/ -gcodeview enabled by default to see what > falls o

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #2 from Jakub Jelinek --- Created attachment 61380 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61380&action=edit gcc16-pr120191-test.patch Perhaps like this?

[Bug middle-end/120192] Internal compiler error when building ring Rust crate

2025-05-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120192 Sam James changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from Sam J

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c++/120185] [16 Regression] nss-3.11 ICE since r16-479-gabab79397ef97a in type_has_converting_constructor

2025-05-09 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120185 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/99599] [12/13 Regression] Concepts requirement falsely reporting cyclic dependency, breaks tag_invoke pattern

2025-05-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99599 --- Comment #30 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:21842fe301caa5dbc69a69033cdc17bb29b8c399 commit r16-503-g21842fe301caa5dbc69a69033cdc17bb29b8c399 Author: Jason Merrill Date: Fri

[Bug c++/120185] [16 Regression] nss-3.11 ICE since r16-479-gabab79397ef97a in type_has_converting_constructor

2025-05-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120185 --- Comment #1 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:21842fe301caa5dbc69a69033cdc17bb29b8c399 commit r16-503-g21842fe301caa5dbc69a69033cdc17bb29b8c399 Author: Jason Merrill Date: Fri

[Bug libstdc++/120198] New: std::scoped_lock disabled for non-gthread environments (such as arm-none-eabi)

2025-05-09 Thread ajcozzol at us dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120198 Bug ID: 120198 Summary: std::scoped_lock disabled for non-gthread environments (such as arm-none-eabi) Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severit

[Bug c++/120199] New: ICE in type_dependent_expression_p when using __builtin_addressof on templated function

2025-05-09 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120199 Bug ID: 120199 Summary: ICE in type_dependent_expression_p when using __builtin_addressof on templated function Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug target/120200] New: [16 Regression] profiledbootstrap broken on x86_64-linux with -Wstringop-overflow in i386-expand.cc

2025-05-09 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120200 Bug ID: 120200 Summary: [16 Regression] profiledbootstrap broken on x86_64-linux with -Wstringop-overflow in i386-expand.cc Product: gcc Version: 16.0

[Bug c++/120199] ICE when using __builtin_addressof on overload function inside a template

2025-05-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120199 Andrew Pinski changed: What|Removed |Added Summary|ICE when using |ICE when using |__bui

[Bug fortran/120191] Functions minloc() and maxloc() ignore the "back" parameter when "kind" is present.

2025-05-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120191 --- Comment #7 from Jakub Jelinek --- Created attachment 61384 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61384&action=edit gcc16-pr120191.patch This seems to work even when the kind argument is not named, just doing for minmaxloc wha

  1   2   >