[Bug modula2/116918] The -fswig option is broken as the generated interface file has incorrect syntax

2024-10-04 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116918 --- Comment #6 from Gaius Mulley --- Many thanks for spotting this - will fix.

[Bug tree-optimization/116973] FAIL: gcc.dg/vect/pr52252-st.c with forced SLP

2024-10-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116973 --- Comment #2 from Richard Biener --- Note the load in question isn't lowered because of /* When the load permutation accesses a contiguous unpermuted, power-of-two aligned and sized chunk leave the load alone. We can l

[Bug libstdc++/116969] '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116969 --- Comment #4 from Jonathan Wakely --- We could just drop the format attribute from the decl and then we don't need to suppress a warning. The attribute isn't useful here, since we know the format string is correct for the arguments we're using

[Bug target/116955] [15 Regression] GCN '-march=gfx1100': [-PASS:-]{+FAIL:+} gcc.dg/vect/pr81740-2.c execution test

2024-10-04 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116955 --- Comment #3 from rguenther at suse dot de --- On Fri, 4 Oct 2024, tschwinge at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116955 > > Thomas Schwinge changed: > >What|Removed |

[Bug target/116972] _march=x86_64 uses rep instead of see to do the zeroing

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116972 Andrew Pinski changed: What|Removed |Added Component|tree-optimization |target Summary|missed vector

[Bug target/116921] [14/15 Regression] ICE: in extract_insn, at recog.cc:2882 unrecognizable insn: UNSPEC_PTEST with -O -msse4 since r14-2464

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116921 --- Comment #3 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:92e9e971ced90af5a825ae4b35ad6c98c9ab86da commit r15-4063-g92e9e971ced90af5a825ae4b35ad6c98c9ab86da Author: Jakub Jelinek Date: F

[Bug target/116972] _march=x86_64 uses rep instead of see to do the zeroing

2024-10-04 Thread 652023330028 at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116972 --- Comment #2 from Yi <652023330028 at smail dot nju.edu.cn> --- (In reply to Andrew Pinski from comment #1) > This is not exactly a missed optimization. Rather the default settings for > the generic x86_64 is to use rep stosq for the memset of

[Bug middle-end/28614] gcc.c-torture/compile/20001226-1.c times out

2024-10-04 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28614 --- Comment #9 from rguenther at suse dot de --- On Fri, 4 Oct 2024, tschwinge at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28614 > > --- Comment #8 from Thomas Schwinge --- > (In reply to myself from comment #7) >

[Bug target/116921] [14 Regression] ICE: in extract_insn, at recog.cc:2882 unrecognizable insn: UNSPEC_PTEST with -O -msse4 since r14-2464

2024-10-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116921 Jakub Jelinek changed: What|Removed |Added Summary|[14/15 Regression] ICE: in |[14 Regression] ICE: in

[Bug middle-end/87403] [Meta-bug] Issues that suggest a new warning

2024-10-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87403 Bug 87403 depends on bug 96842, which changed state. Bug 96842 Summary: enhancement: copy clang Wheader-guard https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96842 What|Removed |Added --

[Bug preprocessor/96842] enhancement: copy clang Wheader-guard

2024-10-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96842 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/116969] '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116969 --- Comment #1 from Jonathan Wakely --- I don't think so. Libstdc++ is using dirty tricks to have two different kinds of `long double` visible in the same TU, and passing each of them to the appropriate snprintf function. The snprintf function

[Bug libstdc++/116969] '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116969 --- Comment #2 from Jonathan Wakely --- tl;dr the attributes are correct, but libstdc++ is cheating. Suppressing the warnings because we want to chat seems appropriate. However, I might need to suppress some more, for the inverse case where _

[Bug tree-optimization/108540] [13 Regression] Frange miscompilation of ruby since r13-3261

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108540 --- Comment #10 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:a0cc6941d8c8fa88441fdae1ffb35396a412ec6b commit r15-4054-ga0cc6941d8c8fa88441fdae1ffb35396a412ec6b Author: Georg-Johann Lay Da

[Bug target/116934] [15 Regression] ICE building 526.blender_r

2024-10-04 Thread saurabh.jha at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116934 --- Comment #3 from Saurabh Jha --- Submitted a patch for review. https://gcc.gnu.org/pipermail/gcc-patches/2024-October/664477.html

[Bug ada/116430] [14 regression] crash with subunit of local package

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430 --- Comment #6 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:7363d73e26351f42406f7ae31e985768e9a1109a commit r14-10744-g7363d73e26351f42406f7ae31e985768e9a1109a Author: Eric Botcazou

[Bug ada/116430] [14 regression] crash with subunit of local package

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/116971] New: Some missed vec_perm_const

2024-10-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116971 Bug ID: 116971 Summary: Some missed vec_perm_const Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assi

[Bug target/116979] [12 regression] fma not always used in complex product

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116979 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target --- Comment #1 from Andrew Pinsk

[Bug target/116979] [12 regression] fma not always used in complex product

2024-10-04 Thread vincenzo.innocente at cern dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116979 vincenzo Innocente changed: What|Removed |Added Target||x86_64-pc-linux-gnu --- Comment #2

[Bug d/116961] Valgrind reports uninitialized memory use in dstruct.d (dmd.dstruct._isZeroInit(dmd.expression.Expression))

2024-10-04 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116961 Iain Buclaw changed: What|Removed |Added CC||ibuclaw at gcc dot gnu.org --- Comment #2

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #6 from Eric Botcazou --- > -ftrivial-auto-var-init was initially added for C/C++. It was not fully > tested for other FEs. > I guess that there should be issues for other FEs in addition to ada. > > So, shall we disable this feat

[Bug gcov-profile/116743] [12/13/14/15 regression] Commit r12-5817-g3d9e6767939e96 causes ~10% perf regression w AutoFDO

2024-10-04 Thread rvmallad at amazon dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116743 --- Comment #11 from Rama Malladi --- Hi Eugene, Could you please review the test-case attached? Thanks.

[Bug tree-optimization/112358] [14/15 Regression] glibc -Wstringop-overflow= build failure on hppa since r14-4089-gd45ddc2c04e471

2024-10-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112358 --- Comment #10 from John David Anglin --- The following patch also fixes the warning/error. diff --git a/elf/dl-find_object.c b/elf/dl-find_object.c index 449302eda3..b18a1b209d 100644 --- a/elf/dl-find_object.c +++ b/elf/dl-find_object.c @@ -

[Bug rtl-optimization/59858] [4.8 Regression] ICE: assign_by_spills, at lra-assigns.c:1283

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59858 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Thiago Bauermann : https://gcc.gnu.org/g:115857bf1e32637e258a9329fdf25cf924d01e90 commit r15-4075-g115857bf1e32637e258a9329fdf25cf924d01e90 Author: Thiago Jung Bauermann

[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 --- Comment #15 from GCC Commits --- The trunk branch has been updated by Thiago Bauermann : https://gcc.gnu.org/g:115857bf1e32637e258a9329fdf25cf924d01e90 commit r15-4075-g115857bf1e32637e258a9329fdf25cf924d01e90 Author: Thiago Jung Bauermann

[Bug target/97969] [9 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 --- Comment #29 from GCC Commits --- The trunk branch has been updated by Thiago Bauermann : https://gcc.gnu.org/g:115857bf1e32637e258a9329fdf25cf924d01e90 commit r15-4075-g115857bf1e32637e258a9329fdf25cf924d01e90 Author: Thiago Jung Bauermann

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #34 from GCC Commits --- The trunk branch has been updated by Thiago Bauermann : https://gcc.gnu.org/g:115857bf1e32637e258a9329fdf25cf924d01e90 commit r15-4075-g115857bf1e32637e258a9329fdf25cf924d01e90 Author: Thiago Jung Bauermann

[Bug analyzer/116977] Analyzer: track OpenACC "host" vs. "device" pointers

2024-10-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116977 --- Comment #3 from David Malcolm --- (In reply to Thomas Schwinge from comment #1) > David, re (a) and (c), do we teach directly the Analyzer about specific > functions (like 'acc_malloc', 'acc_free' if '-fopenacc' is enabled), or do > we add G

[Bug analyzer/116977] Analyzer: track OpenACC "host" vs. "device" pointers

2024-10-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116977 --- Comment #2 from David Malcolm --- Thanks for looking at this, and for filing the bug. There are two ways of tracking state in the analyzer: (a) using state machines, like in sm-malloc.cc, which let program_state instances track per-svalue

[Bug other/116978] New: ICE with -fdiagnostics-format=sarif-file when main_input_filename is null

2024-10-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116978 Bug ID: 116978 Summary: ICE with -fdiagnostics-format=sarif-file when main_input_filename is null Product: gcc Version: unknown Status: UNCONFIRMED Keywords: S

[Bug other/116970] -ftime-report -fdiagnostics-format=sarif-file causes ICE

2024-10-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116970 David Malcolm changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug other/116978] ICE with -fdiagnostics-format=sarif-file when main_input_filename is null

2024-10-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116978 David Malcolm changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comm

[Bug target/116444] gcc.target/arm/thumb-ifcvt-2.c fails on Cortex-M55 and misses possible Cortex-M optimization

2024-10-04 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116444 --- Comment #5 from avieira at gcc dot gnu.org --- Posted a fix, I believe it's related to the fact that for the cases where we were using noce before, it was using the default hook to do a cost check, my patch blankly approved those, this fix ca

[Bug libstdc++/116969] New: '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'

2024-10-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116969 Bug ID: 116969 Summary: '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc' Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug rtl-optimization/116968] There should be an rtl version of stmt_unremovable_because_of_non_call_eh_p

2024-10-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116968 --- Comment #1 from Richard Biener --- IIRC we do (did?) have some predicates using void * that accepted both tree and RTL. I think overloads would be OK though insn_unremovable_* might be a better match for RTL.

[Bug libstdc++/116969] '__ibm128' '-Wformat' diagnostics in 'libstdc++-v3/include/bits/locale_facets_nonio.tcc'

2024-10-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116969 --- Comment #3 from Thomas Schwinge --- (In reply to Jonathan Wakely from comment #1) > I don't think so. Libstdc++ is using dirty tricks [...] In that case, let me suggest adding a source code comment, to make it clear that the '#pragma GCC di

[Bug libstdc++/116210] 17_intro/names.cc test fails with >=glibc-2.35 and _FORTIFY_SOURCE

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 --- Comment #10 from Jonathan Wakely --- Hmm, 17_intro/names.cc is supposed to test libstdc++ not libc headers. But running it again with _FORTIFY_SOURCE defined is really only going to find problems in Glibc, and that test belongs in Glibc itse

[Bug analyzer/116977] New: Analyzer: track OpenACC "host" vs. "device" pointers

2024-10-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116977 Bug ID: 116977 Summary: Analyzer: track OpenACC "host" vs. "device" pointers Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: openacc Severity: normal

[Bug analyzer/116977] Analyzer: track OpenACC "host" vs. "device" pointers

2024-10-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116977 Thomas Schwinge changed: What|Removed |Added Last reconfirmed||2024-10-04 Ever confirmed|0

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 qinzhao at gcc dot gnu.org changed: What|Removed |Added CC||qinzhao at gcc dot gnu.org

[Bug ada/116430] [14 regression] crash with subunit of package

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW Summary|Crash "Assert_Fa

[Bug ada/116430] [14 regression] crash with subunit of package

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |14.3 Version|14.0

[Bug ada/116430] [14 regression] crash with subunit of local package

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116430 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/116911] [15 regression] reference to a variable in anonymous namespace no longer considered constexpr in C++11 since r15-3910-gaf4471cb422a86

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116911 Bug 116911 depends on bug 113266, which changed state. Bug 113266 Summary: [C++11/14 only] local linkage variable rejected as a template argument https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113266 What|Removed

[Bug c++/116911] [15 regression] reference to a variable in anonymous namespace no longer considered constexpr in C++11 since r15-3910-gaf4471cb422a86

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116911 Nathaniel Shead changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/113266] [C++11/14 only] local linkage variable rejected as a template argument

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113266 Nathaniel Shead changed: What|Removed |Added Status|NEW |RESOLVED Assignee|unassigne

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

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 113266, which changed state. Bug 113266 Summary: [C++11/14 only] local linkage variable rejected as a template argument https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113266 What|Removed

[Bug c++/116913] [15 regression] ICE when building firefox-130.0.1 (tree check: expected var_decl or function_decl or field_decl or type_decl or concept_decl or template_decl, have using_decl in cp_pa

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116913 Nathaniel Shead changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

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

2024-10-04 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 116911, which changed state. Bug 116911 Summary: [15 regression] reference to a variable in anonymous namespace no longer considered constexpr in C++11 since r15-3910-gaf4471cb422a86 https://gcc.gnu.org/bugzilla/show_bug.

[Bug target/116925] [15 regression] ICE with _mm_min_ps and `-O1 -mavx -ffloat-store` (building newton-3.14) since r15-1742

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116925 --- Comment #9 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:67b750c20e1f9428ef89a6fed0103e912bea8679 commit r15-4062-g67b750c20e1f9428ef89a6fed0103e912bea8679 Author: Jakub Jelinek Date: F

[Bug ada/26827] "GNAT BUG DETECTED" on compile GPS 1.3.1/gtkada

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26827 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/87777] Let gnat tools call each other with an explicit target and version

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW

[Bug ada/31687] GNAT incorrectly finds its libraries through symlinks

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31687 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/71072] GNAT doesn't respect --enable-default-pie

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71072 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/116210] 17_intro/names.cc test fails with >=glibc-2.35 and _FORTIFY_SOURCE

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2024-10-04 Ever confirmed|0

[Bug tree-optimization/99856] [9 Regression] Alpha Compositing auto vectorization regression

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99856 --- Comment #7 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a96ebb2cd4de205c6d4ac6691117e4e96f8533e9 commit r15-4057-ga96ebb2cd4de205c6d4ac6691117e4e96f8533e9 Author: Richard Biener Date:

[Bug libstdc++/116964] FAIL: 18_support/comparisons/algorithms/fallback.cc -std=gnu++20 (test for excess errors)

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116964 --- Comment #3 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f135278f559914c0336cd8ad0af0deac2a0c86fd commit r15-4058-gf135278f559914c0336cd8ad0af0deac2a0c86fd Author: Jonathan Wakely Date:

[Bug libstdc++/116964] FAIL: 18_support/comparisons/algorithms/fallback.cc -std=gnu++20 (test for excess errors)

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

[Bug target/116444] gcc.target/arm/thumb-ifcvt-2.c fails on Cortex-M55 and misses possible Cortex-M optimization

2024-10-04 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116444 --- Comment #4 from avieira at gcc dot gnu.org --- No hadn't seen that yet. Will look at it thanks!

[Bug c++/116976] New: vector::iterator fails to meet Cpp17InputIterator requirements

2024-10-04 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116976 Bug ID: 116976 Summary: vector::iterator fails to meet Cpp17InputIterator requirements Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug target/116955] [15 Regression] GCN '-march=gfx1100': [-PASS:-]{+FAIL:+} gcc.dg/vect/pr81740-2.c execution test

2024-10-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116955 Thomas Schwinge changed: What|Removed |Added Keywords|needs-bisection | --- Comment #1 from Thomas Schwinge

[Bug c++/116954] [13/14/15 Regression] format attribute is being lost for function template with a depedent type argument and decl merging since r13-4160-g2efb237ffc68ec

2024-10-04 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116954 Sam James changed: What|Removed |Added Summary|[13/14/15 Regression] |[13/14/15 Regression] |fo

[Bug tree-optimization/116972] New: missed vectorization when an array of type 'long' is initialized to 0

2024-10-04 Thread 652023330028 at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116972 Bug ID: 116972 Summary: missed vectorization when an array of type 'long' is initialized to 0 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug target/116444] gcc.target/arm/thumb-ifcvt-2.c fails on Cortex-M55 and misses possible Cortex-M optimization

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116444 --- Comment #1 from GCC Commits --- The master branch has been updated by Andre Simoes Dias Vieira : https://gcc.gnu.org/g:7766a2c1eb683352ce117e8ed014665f392f commit r15-4066-g7766a2c1eb683352ce117e8ed014665f392f Author: Andre Vieira

[Bug target/116444] gcc.target/arm/thumb-ifcvt-2.c fails on Cortex-M55 and misses possible Cortex-M optimization

2024-10-04 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116444 avieira at gcc dot gnu.org changed: What|Removed |Added CC||avieira at gcc dot gnu.org

[Bug target/116444] gcc.target/arm/thumb-ifcvt-2.c fails on Cortex-M55 and misses possible Cortex-M optimization

2024-10-04 Thread azoff at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116444 --- Comment #3 from Torbjorn SVENSSON --- @Andre, did you see the email I sent you yesterday about the regression that this change introduced?

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 Eric Botcazou changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug modula2/116918] The -fswig option is broken as the generated interface file has incorrect syntax

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116918 --- Comment #7 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:e2a701cd0419a1898a2a359711572a8bcf4f8eb3 commit r15-4072-ge2a701cd0419a1898a2a359711572a8bcf4f8eb3 Author: Gaius Mulley Date: Fri

[Bug ada/114964] Ada Address_To_Access_Conversions gnat_to_gnu_entity internal error

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114964 --- Comment #3 from Eric Botcazou --- Any news about this? Did you try with GCC 14.1 or GCC 14.2? If you still get the bugbox, then proceed as explained in the detailed instructions written at https://gcc.gnu.org/bugs/#gnat in particular: "If

[Bug ada/115376] ICE with if expression in value setting of a constant declaration

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115376 --- Comment #4 from Eric Botcazou --- Any news about this? Did you try with GCC 14.1 or GCC 14.2? If you still get the bugbox, then proceed as explained in the detailed instructions written at https://gcc.gnu.org/bugs/#gnat in particular: "If

[Bug rtl-optimization/116979] New: [12 regression] fma not always used in complex product

2024-10-04 Thread vincenzo.innocente at cern dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116979 Bug ID: 116979 Summary: [12 regression] fma not always used in complex product Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #7 from Eric Botcazou --- Another installment in the series "How come this worked before?": diff --git a/gcc/tree.cc b/gcc/tree.cc index bc50afca9a3..095c02c5474 100644 --- a/gcc/tree.cc +++ b/gcc/tree.cc @@ -9848,7 +9848,6 @@ build

[Bug target/116953] [avr] error: operands to %T/%t must be reg + const_int

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116953 --- Comment #1 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:58b9024c996951f8d768f1c83a74e5f3eef8a1c7 commit r15-4078-g58b9024c996951f8d768f1c83a74e5f3eef8a1c7 Author: Georg-Johann Lay Dat

[Bug target/108585] memset uses SSE stores but afterwards does not but if used "" will use them

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108585 Andrew Pinski changed: What|Removed |Added CC||652023330028 at smail dot nju.edu.

[Bug target/116972] _march=x86_64 uses rep instead of sse to do the zeroing

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

[Bug c++/116981] New: wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template

2024-10-04 Thread ing.russomauro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981 Bug ID: 116981 Summary: wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template Product: gcc

[Bug c++/116943] wrong(?) indication of specialization after (implicit) instantiation

2024-10-04 Thread ing.russomauro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116943 mauro russo changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/116981] wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981 Andrew Pinski changed: What|Removed |Added Resolution|DUPLICATE |--- See Also|

[Bug c++/116981] wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/32071] Partial explicit specialization template parameters not checked

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32071 Andrew Pinski changed: What|Removed |Added CC||ing.russomauro at gmail dot com --- Comm

[Bug c++/116981] wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981 Andrew Pinski changed: What|Removed |Added Keywords||accepts-invalid --- Comment #3 from And

[Bug c++/116981] wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-10-04 Ever confirmed|0

[Bug middle-end/116933] various issues of -ftrivial-auto-var-init=zero with Ada

2024-10-04 Thread qing.zhao at oracle dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #11 from Qing Zhao --- > On Oct 4, 2024, at 14:03, ebotcazou at gcc dot gnu.org > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 > > --- Comment #7 from Eric Botcazou --- > Another installment in the series "How

[Bug c/116984] New: -fsanitize=bounds triggers within __builtin_dynamic_object_size()

2024-10-04 Thread kees at outflux dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116984 Bug ID: 116984 Summary: -fsanitize=bounds triggers within __builtin_dynamic_object_size() Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/116984] -fsanitize=bounds triggers within __builtin_dynamic_object_size()

2024-10-04 Thread kees at outflux dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116984 --- Comment #4 from Kees Cook --- (In reply to Andrew Pinski from comment #1) > I don't think so since &p->array[negative] is undefined behavior even inside > a dynamic boz. Without counted_by, that is true. With counted_by all out of bounds ca

Re: School Districts Contacts 2024

2024-10-04 Thread elizabeth reed via Gcc-bugs
Hi there, We are excited to offer you a comprehensive email list of school districts that includes key contact information such as phone numbers, email addresses, mailing addresses, company revenue, size, and web addresses. Our databases also cover related industries such as: * K-12 schools

[Bug target/116953] [avr] error: operands to %T/%t must be reg + const_int

2024-10-04 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116953 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #8 from Eric Botcazou --- Note that: location_t loc = EXPR_LOCATION (decl); is equivalent to: location_t loc = UNKNOWN_LOCATION; I presume that DECL_SOURCE_LOCATION was meant instead here.

[Bug target/116962] Bad interaction between __attribute__((naked)) and -fstack-protector-all

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116962 --- Comment #3 from GCC Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:7d2845da112214f064e7b24531cc67e256b5177e commit r15-4080-g7d2845da112214f064e7b24531cc67e256b5177e Author: H.J. Lu Date: Fri Oct 4 16:

[Bug middle-end/116933] internal error on basic Ada program with -ftrivial-auto-var-init=zero

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #9 from Eric Botcazou --- But that's not sufficient and passing LOC to build_string_literal does not change anything either since gimplify_arg has this: /* FIXME diagnostics: This will mess up gcc.dg/Warray-bounds.c. */ /* Make

[Bug middle-end/116933] various issues of -ftrivial-auto-var-init=zero with Ada

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933 --- Comment #10 from Eric Botcazou --- Created attachment 59283 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59283&action=edit Tentative fix

[Bug target/116979] [12 regression] fma not always used in complex product

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116979 --- Comment #3 from Andrew Pinski --- vect___r$_M_value$real_8.21_4 = MEM [(float *)a_2(D)]; vect___r$_M_value$real_8.22_24 = VEC_PERM_EXPR ; vect___r$_M_value$real_8.30_35 = VEC_PERM_EXPR ; vect__10.25_28 = MEM [(float *)b_3(D)]; ve

[Bug target/116979] [12/13/14/15 regression] fma not always used in complex product

2024-10-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116979 Andrew Pinski changed: What|Removed |Added Summary|[12 regression] fma not |[12/13/14/15 regression]

[Bug target/116962] Bad interaction between __attribute__((naked)) and -fstack-protector-all

2024-10-04 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116962 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug ada/114964] Ada Address_To_Access_Conversions gnat_to_gnu_entity internal error

2024-10-04 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114964 --- Comment #5 from Eric Botcazou --- > I have read the detailed instructions for submitting bug reports and > they are not realistic for a project as large as mine.  It is, perhaps, > the largest open source Ada project.  I don't think you wa

[Bug libstdc++/116958] std::views::transform loses track of the range size

2024-10-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116958 --- Comment #12 from Jonathan Wakely --- Created attachment 59284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59284&action=edit Implement vector(from_range_t, R&&) etc. Untested patch adding the P1206R7 changes to

[Bug c/116983] New: counted_by not used to identify singleton pointers

2024-10-04 Thread kees at outflux dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116983 Bug ID: 116983 Summary: counted_by not used to identify singleton pointers Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/116934] [15 Regression] ICE building 526.blender_r

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116934 --- Comment #4 from GCC Commits --- The master branch has been updated by Saurabh Jha : https://gcc.gnu.org/g:20ce363c557d6458ec3193ab4e7df760fbe34976 commit r15-4079-g20ce363c557d6458ec3193ab4e7df760fbe34976 Author: Saurabh Jha Date: Thu O

[Bug target/116953] [avr] error: operands to %T/%t must be reg + const_int

2024-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116953 --- Comment #2 from GCC Commits --- The releases/gcc-14 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:93a6fab364343218e58fd7618e87e5202ae18542 commit r14-10745-g93a6fab364343218e58fd7618e87e5202ae18542 Author: Georg-Johan

  1   2   >