[Bug fortran/104131] ICE in gfc_conv_array_ref, at fortran/trans-array.c:3810

2023-10-25 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131 --- Comment #8 from Tobias Burnus --- (In reply to anlauf from comment #7) > (In reply to Tobias Burnus from comment #6) > > !$omp task detach (x) > > !$omp end task > > > > This seems to be valid. OpenMP mostly only rejects coindexed var

[Bug c++/111897] Initialization of _Float16 with f.p. constant gives false warning

2023-10-25 Thread agner at agner dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111897 --- Comment #3 from Agner Fog --- I have asked the authors of the linked document. They say that the example in the document is wrong. The latest version still has the error in the example: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/202

[Bug testsuite/111969] RISC-V rv32gcv: 12 grouped flaky failures

2023-10-25 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111969 --- Comment #2 from Andreas Schwab --- They never fail on real hardware (hifive unleashed).

[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

2023-10-25 Thread pan2.li at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970 --- Comment #3 from Li Pan --- Double confirmed the trunk of GCC still has this issue.

[Bug middle-end/111972] New: [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;

2023-10-25 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 Bug ID: 111972 Summary: [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a; Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: norm

[Bug analyzer/111213] -Wanalyzer-out-of-bounds false negative with `return arr[9];` at -O1 and above

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111213 --- Comment #3 from mengli ming --- (In reply to David Malcolm from comment #1) > (In reply to mengli ming from comment #0) > > Thanks for filing this bug. > > > Hi, this case (https://godbolt.org/z/98PMz1KKz) contains an out-of-bound > > erro

[Bug analyzer/110520] -Wanalyzer-null-dereference false nagetive with `*ptr = 10086`

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110520 --- Comment #2 from mengli ming --- (In reply to David Malcolm from comment #1) > Thanks for filing this bug. > > With trunk (for gcc 14) I correctly get a NPD warning (true positive): > https://godbolt.org/z/a5h38cz7d > > With gcc 13.2, I d

[Bug analyzer/111095] -Wanalyzer-out-of-bounds false negative with `return l_1322[9];` at -O1 and above

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111095 --- Comment #3 from mengli ming --- (In reply to David Malcolm from comment #1) > Thanks for filing this bug. > > This looks similar to bug 111213. > > Adding -fdump-ipa-analyzer=stderr shows that at -O1 and above, the entire > body of the fun

[Bug target/111772] ICE on gfortran.dg/transpose_conjg_1.f90 in regrename.cc

2023-10-25 Thread fkastl at suse dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111772 Filip Kastl changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/111973] New: [RISC-V] attribute interrupt yields unaligned stack access

2023-10-25 Thread jonathan.jonsson at gaisler dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111973 Bug ID: 111973 Summary: [RISC-V] attribute interrupt yields unaligned stack access Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Pr

[Bug analyzer/111441] internal compiler error: in fold_binary_loc, at fold-const.cc:11580

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111441 --- Comment #4 from mengli ming --- Hi, I've checked recently and the crash still persists, even with the -O0 optimization level.

[Bug rtl-optimization/111971] ICE: maximum number of generated reload insns per insn achieved (90)

2023-10-25 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111971 --- Comment #5 from Jiu Fu Guo --- With a bisect, the result shows "85419ac59724b7ce710ebb4acf03dbd747edeea3 is the first bad commit".

[Bug analyzer/111095] -Wanalyzer-out-of-bounds false negative with `return l_1322[9];` at -O1 and above

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111095 --- Comment #4 from mengli ming --- (In reply to David Malcolm from comment #1) > Thanks for filing this bug. > > This looks similar to bug 111213. > > Adding -fdump-ipa-analyzer=stderr shows that at -O1 and above, the entire > body of the fun

[Bug analyzer/111095] -Wanalyzer-out-of-bounds false negative with `return l_1322[9];` at -O1 and above

2023-10-25 Thread dale.mengli.ming at proton dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111095 --- Comment #5 from mengli ming --- Created attachment 56202 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56202&action=edit Under the `-O0` optimization level, irrelevant code affects whether the analyzer will report an out-of-bound warn

[Bug c++/111974] New: internal error: Segmentation fault on Ubuntu 23.10 (x86-64)

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 Bug ID: 111974 Summary: internal error: Segmentation fault on Ubuntu 23.10 (x86-64) Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/111972] [14 regression] missed vectorzation for bool a = j != 1; j = (long int)a;

2023-10-25 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111972 Hongtao.liu changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Compo

[Bug c++/111897] Initialization of _Float16 with f.p. constant gives false warning

2023-10-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111897 Jonathan Wakely changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRME

Bug C++ 111974 (Segmentation fault of GCC, ubuntu 23.10, compiling RefPerSys 041d5d70aefd)

2023-10-25 Thread Basile Starynkevitch
Hello all, Sorry for this non-minimal bug report. I was unable to make a shorter or minimal bug example. RefPerSys is a GPLv3+ open source project for an inference engine. See http://refpersys.org/ for ambitions and some details. (I am currently more interested in working on RefPerSys than

[Bug middle-end/111975] New: gimple front end can't round-trip vectorized code

2023-10-25 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 Bug ID: 111975 Summary: gimple front end can't round-trip vectorized code Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 --- Comment #1 from Basile Starynkevitch --- To reproduce the GCC bug: rm -vf cmdrepl_rps.o make cmdrepl_rps.o

[Bug modula2/111955] isnan support in Builtins.def is missing

2023-10-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111955 --- Comment #4 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:8bb655d0c56502798d664ab0c1685bbab4aaa454 commit r14-4921-g8bb655d0c56502798d664ab0c1685bbab4aaa454 Author: Gaius Mulley Date: Wed

[Bug modula2/111955] isnan support in Builtins.def is missing

2023-10-25 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111955 Gaius Mulley changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug objc++/111920] [14 Regression] encode-{8,9,10}.mm internal compiler error: in tsubst_expr, at cp/pt.cc:21533

2023-10-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111920 --- Comment #4 from Jonathan Wakely --- N.B. this same ICE was affecting C++ too, several libstdc++ tests failed with -std=c++20, e.g. GLIBCXX_TESTSUITE_STDS=20 make check RUNTESTFLAGS=conformance.exp=*/48101-2_neg.cc

[Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

2023-10-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 --- Comment #2 from Jonathan Wakely --- (In reply to Basile Starynkevitch from comment #0) > Please submit a full bug report, with preprocessed source (by using > -freport-bug). ^^^

[Bug other/111976] New: Large constant zero-valued objects should go in .bss rather than .rodata

2023-10-25 Thread redbeard0531 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111976 Bug ID: 111976 Summary: Large constant zero-valued objects should go in .bss rather than .rodata Product: gcc Version: unknown Status: UNCONFIRMED Severity: no

[Bug libstdc++/111936] std::stacktrace cannot be used in a shared library

2023-10-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111936 --- Comment #11 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f32c1e1e96ffef6512ce025942b51f3967a3e7f2 commit r14-4922-gf32c1e1e96ffef6512ce025942b51f3967a3e7f2 Author: Jonathan Wakely Date

[Bug other/111976] Large constant zero-valued objects should go in .bss rather than .rodata

2023-10-25 Thread redbeard0531 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111976 --- Comment #1 from Mathias Stearn --- Just to be clear, I think we should only do this for "large" objects or collections of objects. If you did it for small objects in general, there is a risk that they will spread out mutable data that is wri

[Bug ipa/96503] attribute alloc_size effect lost after inlining

2023-10-25 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96503 --- Comment #5 from Siddhesh Poyarekar --- This could work for alloc_size, but not quite for access. pointer_with_size (or __builtin_with_size as you suggested in that thread) would need to express access semantics too, to be able to express eve

[Bug ipa/96503] attribute alloc_size effect lost after inlining

2023-10-25 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96503 --- Comment #6 from Siddhesh Poyarekar --- So basically, __builtin_with_access(void *ptr, size_t size, int access) where access == -1: Unknown access semantics 0: none 1: read_only 2: write_only 3: read_write should address both access and

[Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

2023-10-25 Thread basile at starynkevitch dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111974 --- Comment #3 from Basile Starynkevitch --- This bug seems to have disappeared with a trunk GCC (GCC commit f32c1e1e96ffef) compiled from its source code /usr/local/bin/g++-trunk --version g++-trunk (GCC) 14.0.0 20231025 (experimental

[Bug target/111677] [12/13/14 Regression] darktable build on aarch64 fails with unrecognizable insn due to -fstack-protector changes

2023-10-25 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111677 Alex Coplan changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Comment #

[Bug d/111977] New: test

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111977 Bug ID: 111977 Summary: test Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproj

[Bug d/111980] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111980 Bug ID: 111980 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ib

[Bug ada/111978] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111978 Bug ID: 111978 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee:

[Bug c++/111983] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111983 Bug ID: 111983 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug d/111979] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111979 Bug ID: 111979 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ib

[Bug bootstrap/111981] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111981 Bug ID: 111981 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assi

[Bug boehm-gc/111985] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111985 Bug ID: 111985 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc Assig

[Bug d/111986] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111986 Bug ID: 111986 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ib

[Bug c++/111982] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111982 Bug ID: 111982 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug bootstrap/111990] New: aaaaaaa

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111990 Bug ID: 111990 Summary: aaa Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassig

[Bug c/111988] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111988 Bug ID: 111988 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: un

[Bug c/111989] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111989 Bug ID: 111989 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: un

[Bug c++/111987] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111987 Bug ID: 111987 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c/111994] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111994 Bug ID: 111994 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: un

[Bug c++/111984] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111984 Bug ID: 111984 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug bootstrap/111992] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111992 Bug ID: 111992 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assi

[Bug c/111991] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111991 Bug ID: 111991 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: un

[Bug c++/111996] New: testtesttesttesttesttesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111996 Bug ID: 111996 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug d/111993] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111993 Bug ID: 111993 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ib

[Bug c++/111995] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111995 Bug ID: 111995 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c++/111997] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111997 Bug ID: 111997 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug d/111998] New: atesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111998 Bug ID: 111998 Summary: atesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: i

[Bug d/111999] New: testtesttesttesttesttesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111999 Bug ID: 111999 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug c/112000] New: testtesttesttesttesttesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112000 Bug ID: 112000 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug bootstrap/112001] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112001 Bug ID: 112001 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assi

[Bug c++/112002] New: testtesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112002 Bug ID: 112002 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c/112003] New: atesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112003 Bug ID: 112003 Summary: atesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: u

[Bug bootstrap/112004] New: aztesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112004 Bug ID: 112004 Summary: aztesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap As

[Bug bootstrap/112005] New: testtesttesttesttesttesttesttesttesttestd

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112005 Bug ID: 112005 Summary: testtesttesttesttesttesttesttesttesttestd Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boo

[Bug bootstrap/112006] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112006 Bug ID: 112006 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug d/112007] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112007 Bug ID: 112007 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee

[Bug bootstrap/112008] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112008 Bug ID: 112008 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug bootstrap/112009] New: eeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112009 Bug ID: 112009 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c/112010] New: eeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112010 Bug ID: 112010 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug d/112011] New: eeeetesttesttesttesttesteeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112011 Bug ID: 112011 Summary: testtesttesttesttesttesttesttesttesttestte sttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: n

[Bug bootstrap/112012] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112012 Bug ID: 112012 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug c/112013] New: eeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112013 Bug ID: 112013 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug analyzer/112014] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112014 Bug ID: 112014 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer A

[Bug c++/112015] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112015 Bug ID: 112015 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign

[Bug boehm-gc/112016] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112016 Bug ID: 112016 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc A

[Bug analyzer/112017] New: eeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112017 Bug ID: 112017 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug boehm-gc/112018] New: eeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112018 Bug ID: 112018 Summary: testtesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/112019] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112019 Bug ID: 112019 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign

[Bug c/112020] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112020 Bug ID: 112020 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug c/112021] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112021 Bug ID: 112021 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug c/112022] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112022 Bug ID: 112022 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug bootstrap/112023] New: eeeetesttesttesttesttestgg

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112023 Bug ID: 112023 Summary: testtesttesttesttestgg Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug bootstrap/112024] New: azeeeetesttesttesttesttesteeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112024 Bug ID: 112024 Summary: aztesttesttesttesttesttesttesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c/112025] New: eeeetesttesttesttesttest

2023-10-25 Thread pi44ude at earningsph dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112025 Bug ID: 112025 Summary: testtesttesttesttest Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug ipa/96503] attribute alloc_size effect lost after inlining

2023-10-25 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96503 --- Comment #7 from Martin Uecker --- Am Mittwoch, dem 25.10.2023 um 11:08 + schrieb siddhesh at gcc dot gnu.org: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96503 > > --- Comment #6 from Siddhesh Poyarekar --- > So basically, > > __b

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-10-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 Richard Biener changed: What|Removed |Added Last reconfirmed||2023-10-25 Assignee|unassign

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-10-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #2 from Richard Biener --- Created attachment 56252 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56252&action=edit old patch If you use sth like startswith("vect") you'll figure LC-SSA doesn't work - here's a quite old patch

[Bug c++/99804] cannot convert bit field enum to its own type in a template member function

2023-10-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99804 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:fb28d5c6b0a47ab704290d0122f978d1e6346551 commit r14-4924-gfb28d5c6b0a47ab704290d0122f978d1e6346551 Author: Patrick Palka Date: We

[Bug c++/99804] cannot convert bit field enum to its own type in a template member function

2023-10-25 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99804 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug d/112026] New: aaaa-te55st-bug-tes55t-aaaaaa12aaaaa-test-bug-test-aaaaaaa

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112026 Bug ID: 112026 Summary: -te55st-bug-tes55t-aa12a-test-bug-test-aaa Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug d/112029] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112029 Bug ID: 112029 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112032] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112032 Bug ID: 112032 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug c/112027] New: aaaa-te55st-bug-tes55t-aaaaaa12aaaaa-test-bug-test-aaaaaaa

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112027 Bug ID: 112027 Summary: -te55st-bug-tes55t-aa12a-test-bug-test-aaa Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug d/112035] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112035 Bug ID: 112035 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug c++/112030] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112030 Bug ID: 112030 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigne

[Bug c++/112036] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112036 Bug ID: 112036 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigne

[Bug c/112042] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112042 Bug ID: 112042 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned

[Bug d/112028] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112028 Bug ID: 112028 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112033] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112033 Bug ID: 112033 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug c++/112031] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112031 Bug ID: 112031 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigne

[Bug c++/112037] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112037 Bug ID: 112037 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigne

[Bug c/112040] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112040 Bug ID: 112040 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned

[Bug c/112034] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112034 Bug ID: 112034 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned

[Bug c++/112038] New: aaaaaaaaa12

2023-10-25 Thread mariaa at partmed dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112038 Bug ID: 112038 Summary: a12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigne

  1   2   3   >