[Bug target/108532] march used on the object but mcpu conflicts still produces an warning with LTO

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108532 --- Comment #1 from Richard Biener --- With streamable flags produced by the object files I wonder if it makes sense to drop linker target arguments on the floor? (they'd be effectively ignored anyway in some way)

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/108528] [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108528 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0

[Bug fortran/108529] [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug tree-optimization/108523] [13 Regression] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug tree-optimization/107952] tree-object-size: inconsistent size for flexible arrays nested in structs

2023-01-24 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107952 --- Comment #11 from rguenther at suse dot de --- On Tue, 24 Jan 2023, qing.zhao at oracle dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107952 > > --- Comment #10 from Qing Zhao --- > > --- Comment #9 from Richard Biener ---

[Bug c/108531] Imaginary types are not supported, violating ISO C Annex G

2023-01-24 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108531 --- Comment #4 from Sam James --- LLVM side: https://github.com/llvm/llvm-project/issues/60269

[Bug fortran/105807] ICE / error when defining a class containing polymorphic components

2023-01-24 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105807 --- Comment #4 from Andrew Benson --- A possibly related case: module tm type :: st end type st type :: resourceManager class (*), pointer :: resource => null() integer , pointer :: counter => null() end type resourceMan

[Bug c++/108218] [12/13 Regression] Constant arguments in the new expression is not checked in unevaluated operand since r12-5253-g4df7f8c79835d569

2023-01-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108218 Jason Merrill changed: What|Removed |Added Status|RESOLVED|SUSPENDED Resolution|INVALID

[Bug c++/108218] [12/13 Regression] Constant arguments in the new expression is not checked in unevaluated operand since r12-5253-g4df7f8c79835d569

2023-01-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108218 Jason Merrill changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug lto/108534] LTO streamer does not remap source directory

2023-01-24 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108534 --- Comment #2 from Ian Lance Taylor --- Yes, it's a relative path, such as #line 1 "cgo-gcc-prolog" These are dummy but informative line markers used to separate generated code from user-written code, so that compiler error messages repor

[Bug rtl-optimization/108388] LRA generates RTL that violates constraints

2023-01-24 Thread pkoning at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108388 pkoning at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|UN

[Bug tree-optimization/108522] [12/13 Regression] ICE in tree-object-size when struct has VLA

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108522 --- Comment #3 from CVS Commits --- The master branch has been updated by Siddhesh Poyarekar : https://gcc.gnu.org/g:b851ee9fdf0f3023635f0cb1f7c607b2d6801053 commit r13-5341-gb851ee9fdf0f3023635f0cb1f7c607b2d6801053 Author: Siddhesh Poyarekar

[Bug lto/108534] LTO streamer does not remap source directory

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108534 --- Comment #1 from Andrew Pinski --- const char *remapped = remap_debug_filename (xloc.file); if (ob->emit_pwd && remapped && !IS_ABSOLUTE_PATH (remapped)) { stream_pwd = true; ob->emi

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 --- Comment #6 from Jonathan Wakely --- Should be fixed, if this works on that machine: $ grep ^DEFAULT_TIMEZONE= /etc/sysconfig/clock DEFAULT_TIMEZONE="UTC"

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 --- Comment #5 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:e00d5cafbe1a2ecc57eec921ff0b7dd41344 commit r13-5339-ge00d5cafbe1a2ecc57eec921ff0b7dd41344 Author: Jonathan Wakely Date:

[Bug libstdc++/102301] make_from_tuple can not work with subrange

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102301 --- Comment #12 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:33ed11085837e9492c6ed512931f5b6375c68ee7 commit r13-5338-g33ed11085837e9492c6ed512931f5b6375c68ee7 Author: Jonathan Wakely Date

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigne

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

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

[Bug testsuite/108533] [13 regression] new test g++.dg/init/new51.C in r13-5318-g049a5290907511 fails for 32 bits

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108533 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug testsuite/108533] [13 regression] new test g++.dg/init/new51.C in r13-5318-g049a5290907511 fails for 32 bits

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108533 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:aba6416e95ab4138a0ecab0fd51e7e9329d74a45 commit r13-5337-gaba6416e95ab4138a0ecab0fd51e7e9329d74a45 Author: Jakub Jelinek Date: W

[Bug c++/107329] [13 Regression] ICE in gimplify_expr, at gimplify.cc:17118 since r13-2978-g43faf3e5445b5717

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107329 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:aba6416e95ab4138a0ecab0fd51e7e9329d74a45 commit r13-5337-gaba6416e95ab4138a0ecab0fd51e7e9329d74a45 Author: Jakub Jelinek Date: W

[Bug testsuite/108533] [13 regression] new test g++.dg/init/new51.C in r13-5318-g049a5290907511 fails for 32 bits

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108533 --- Comment #1 from Andrew Pinski --- I think the first argument of operator new should be __SIZE_TYPE__ instead of "unsigned long" likewise for the second argument of operator delete.

[Bug analyzer/108535] New: RFE: analyzer to allow ifdef inclusion/exclusion like cppcheck -D/-U

2023-01-24 Thread jamie.bainbridge at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108535 Bug ID: 108535 Summary: RFE: analyzer to allow ifdef inclusion/exclusion like cppcheck -D/-U Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug lto/108534] New: LTO streamer does not remap source directory

2023-01-24 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108534 Bug ID: 108534 Summary: LTO streamer does not remap source directory Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug testsuite/108533] New: [13 regression] new test g++.dg/init/new51.C in r13-5318-g049a5290907511 fails for 32 bits

2023-01-24 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108533 Bug ID: 108533 Summary: [13 regression] new test g++.dg/init/new51.C in r13-5318-g049a5290907511 fails for 32 bits Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug c++/107484] [13 Regression] ICE: Segmentation fault (in decls_match)

2023-01-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107484 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug c++/108526] [13 Regression] ICE in start_preparsed_function with static on generic lambdas inside a template

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

[Bug c++/108504] [13 Regression] ICE in cp_lexer_handle_early_pragma, at cp/parser.cc:675

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

[Bug c++/108526] [13 Regression] ICE in start_preparsed_function with static on generic lambdas inside a template

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108526 --- Comment #3 from CVS Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:39ade88fa1632c659c5c4ed065fa2b62d16a8670 commit r13-5334-g39ade88fa1632c659c5c4ed065fa2b62d16a8670 Author: Jason Merrill Date: Tu

[Bug c++/108504] [13 Regression] ICE in cp_lexer_handle_early_pragma, at cp/parser.cc:675

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108504 --- Comment #2 from CVS Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:327d45c57ebd2655a7599df0f01b8b5e2f82eda7 commit r13-5335-g327d45c57ebd2655a7599df0f01b8b5e2f82eda7 Author: Jason Merrill Date: Tu

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 anlauf at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |13.0 Assignee|unas

[Bug target/108532] New: march used on the object but mcpu conflicts still produces an warning with LTO

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108532 Bug ID: 108532 Summary: march used on the object but mcpu conflicts still produces an warning with LTO Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords:

[Bug c++/108504] [13 Regression] ICE in cp_lexer_handle_early_pragma, at cp/parser.cc:675

2023-01-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108504 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 --- Comment #2 from seurer at gcc dot gnu.org --- Yes it is a regular file. With the previous commit it wasn't UNSUPPORTED and worked just fine: g:ff6c7617102df365918402c6ccc8e497c47dbe60, r13-5167-gff6c7617102df3 make -k check RUNTESTFLAGS="c

[Bug c/108518] Format-overflow warning using `*.s` directive with null but zero-length string

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108518 --- Comment #2 from Andrew Pinski --- In similar fashion memcpy/memset with a size argument of 0 passed, they have to be a non-null pointer.

[Bug c/108518] Format-overflow warning using `*.s` directive with null but zero-length string

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

[Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85741 Bug 85741 depends on bug 108518, which changed state. Bug 108518 Summary: Format-overflow warning using `*.s` directive with null but zero-length string https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108518 What|Removed

[Bug rtl-optimization/108388] LRA generates RTL that violates constraints

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108388 --- Comment #2 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:265a749f290f7c6adc9a3aaa9c585b498a8a38ea commit r13-5332-g265a749f290f7c6adc9a3aaa9c585b498a8a38ea Author: Vladimir N. Makarov

[Bug c/108531] Imaginary types are not supported, violating ISO C Annex G

2023-01-24 Thread Keith.S.Thompson at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108531 --- Comment #3 from Keith Thompson --- In the latest C2X draft, https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3054.pdf Annex G still requires imaginary number support for any implementation that defines __STDC_IEC_60559_COMPLEX__ or __STDC_I

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 --- Comment #5 from Steve Kargl --- On Tue, Jan 24, 2023 at 08:51:03PM +, anlauf at gcc dot gnu.org wrote: > --- Comment #4 from anlauf at gcc dot gnu.org --- > The patch in comment#2 regtests cleanly. > > I can package it and submit if you

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 --- Comment #4 from anlauf at gcc dot gnu.org --- The patch in comment#2 regtests cleanly. I can package it and submit if you agree.

[Bug fortran/108529] [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529 anlauf at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot gnu

[Bug fortran/108529] [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529 --- Comment #2 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:6c96382eed96a9285611f2e3e2e59557094172b8 commit r13-5331-g6c96382eed96a9285611f2e3e2e59557094172b8 Author: Harald Anlauf Date: T

[Bug target/108521] gcc/doc/invoke.texi contains remnants of Cygwin options removed in 2010-10-07

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108521 Andrew Pinski changed: What|Removed |Added Keywords||patch Ever confirmed|0

[Bug target/108521] gcc/doc/invoke.texi contains remnants of Cygwin options removed in 2010-10-07

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108521 Andrew Pinski changed: What|Removed |Added URL|https://gcc.gnu.org/git?p=g | |cc.git;a=blob;f=gcc

[Bug fortran/108528] [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108528 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org --

[Bug c++/108526] [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281

2023-01-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108526 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug libstdc++/108530] [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 --- Comment #1 from Jonathan Wakely --- I think those tests were being skipped as UNSUPPORTED before that commit. The point of the commit was to enable these features on systems that don't provide a tzdata.zi file. What does 'ls -l /etc/localt

[Bug c/108531] Imaginary types are not supported, violating ISO C Annex G

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108531 --- Comment #2 from Andrew Pinski --- C2x changes this ... (so does TS 18661-1 ) so

[Bug c/108531] Imaginary types are not supported, violating ISO C Annex G

2023-01-24 Thread Keith.S.Thompson at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108531 --- Comment #1 from Keith Thompson --- After I submitted this, I found that this is probably a duplicate of: https://sourceware.org/bugzilla/show_bug.cgi?id=15720 (I disagree with the resolution of that bug report.)

[Bug preprocessor/7263] __extension__ keyword doesn't suppress warning on LL or ULL constants

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7263 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c/108531] New: Imaginary types are not supported, violating ISO C Annex G

2023-01-24 Thread Keith.S.Thompson at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108531 Bug ID: 108531 Summary: Imaginary types are not supported, violating ISO C Annex G Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/108523] [13 Regression] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Summary|-O1 -fcode-hois

[Bug libstdc++/108530] New: [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae

2023-01-24 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108530 Bug ID: 108530 Summary: [13 regression] std/time/tzdb/1.cc fails after r13-5168-g559993b85744ae Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 David Binderman changed: What|Removed |Added CC||rguenther at suse dot de --- Comment

[Bug fortran/108529] [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 --- Comment #3 from anlauf at gcc dot gnu.org --- (In reply to kargl from comment #2) > This fixes all testcases. These two helper functions can indicate > a problem occurs, so instead of asserting on (a->ts.type != BT_INTEGER) > return the CMP_

[Bug fortran/108528] [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered

2023-01-24 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108528 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/108528] [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered

2023-01-24 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108528 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #7 from David Binderman --- Git range now seems to be g:4d08c674b0114622 .. g:36cabc257dfb7dd4 which is 8 commits.

[Bug fortran/108527] [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2023-01-24 Statu

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #6 from David Binderman --- Git range now seems to be g:4d08c674b0114622 .. g:b2aa75ded65f8c02 which is a range of 33 commits.

[Bug c++/108526] [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108526 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 --- Comment #2 from Jakub Jelinek -

[Bug tree-optimization/108522] [12/13 Regression] ICE in tree-object-size when struct has VLA

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108522 --- Comment #2 from Jakub Jelinek --- Ah, actually off = size_binop (PLUS_EXPR, DECL_FIELD_OFFSET (t), size_int (tree_to_uhwi (DECL_FIELD_BIT_OFFSET (t)) / BITS_PER_UNIT)); So: -

[Bug tree-optimization/108522] [12/13 Regression] ICE in tree-object-size when struct has VLA

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108522 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Prio

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #5 from David Binderman --- Current range seems to be g:4d08c674b0114622 .. g:400d9fc1f0433611 which is 133 commits.

[Bug c++/108526] [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108526 Andrew Pinski changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Miles

[Bug target/108515] Fails to link fixincl with unresolvable R_ARM_MOVW_ABS_NC reloca tion against symbol `stderr@@GLIBC_2.4'

2023-01-24 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108515 Richard Earnshaw changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug c++/108525] [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #4 from David Binderman --- Seems to run fine in about 0.1 seconds with g:4d08c674b0114622, dated 20221129. That seems to be about 533 commits. I'll have a go at a git bisect.

[Bug c++/108525] [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 --- Comment #3 from Andrew Pinski --- Most likely the ICE started when static operator() support (for C++23) came in via r13-2892-g303976a6076f28 .

[Bug fortran/108529] New: [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478

2023-01-24 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529 Bug ID: 108529 Summary: [10/11/12/13 Regression] ICE in transformational_result, at fortran/simplify.cc:478 Product: gcc Version: 13.0 Status: UNCONFIRMED Seve

[Bug c++/108525] [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Prio

[Bug c++/108525] [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 --- Comment #2 from Jakub Jelinek --- Started with my r13-2892-g303976a6076f2839354702fd2caa049fa7cbbdc2

[Bug fortran/108528] New: [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered

2023-01-24 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108528 Bug ID: 108528 Summary: [13 Regression] ICE in gfc_compare_array_spec(): Array spec clobbered Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c++/108525] [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 Andrew Pinski changed: What|Removed |Added Keywords|ice-on-invalid-code |ABI, ice-on-valid-code Ever confirm

[Bug fortran/108527] New: [13 Regression] ICE in compare_bound_int(): Bad expression

2023-01-24 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527 Bug ID: 108527 Summary: [13 Regression] ICE in compare_bound_int(): Bad expression Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Pr

[Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1

2023-01-24 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 --- Comment #7 from Marek Polacek --- Sadly, I'm pretty certain it won't get fixed by P2718R0.

[Bug c++/108526] New: [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281

2023-01-24 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108526 Bug ID: 108526 Summary: [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c++/108525] New: [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864

2023-01-24 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108525 Bug ID: 108525 Summary: [13 Regression] ICE in write_method_parms, at cp/mangle.cc:2864 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/108498] [11/12/13 Regression] ppc64 big endian generates uninitialized reads with -fstore-merging

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108498 --- Comment #24 from Jakub Jelinek --- (In reply to Eric Botcazou from comment #23) > > The C/C++ FEs since r9-6625-gbec1da64aec26a490 turn some array initializers > > into strings. > > Ouch. I'm not sure that's worthwhile if the arrays are no

[Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 --- Comment #6 from Jakub Jelinek --- (In reply to Marek Polacek from comment #5) > It's tricky. I've seen unfixable problems with range-based for loops, for > instance. Shouldn't those be fixed once P2718R0 is implemented (at least for C++23)

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #3 from David Binderman --- Problem seems to start sometime before git hash g:9b111debbfb79a0a, dated 20221229. I'll try a build of a month earlier.

[Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1

2023-01-24 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 --- Comment #5 from Marek Polacek --- (In reply to Jakub Jelinek from comment #4) > Yeah, without analyzing what the function call (constructor in this case) > actually does > hard to say whether the warning is ok or not. > Maybe some heuristics

[Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/108498] [11/12/13 Regression] ppc64 big endian generates uninitialized reads with -fstore-merging

2023-01-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108498 --- Comment #23 from Eric Botcazou --- > The C/C++ FEs since r9-6625-gbec1da64aec26a490 turn some array initializers > into strings. Ouch. I'm not sure that's worthwhile if the arrays are not byte-aligned. > Anyway, I wonder if for GCC 14 we

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #2 from David Binderman --- Doesn't complete in 1200 seconds.

[Bug analyzer/108524] New: -Wanalyzer-infinite-recursion false positives seen in qemu's JSON parser

2023-01-24 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108524 Bug ID: 108524 Summary: -Wanalyzer-infinite-recursion false positives seen in qemu's JSON parser Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: norma

[Bug tree-optimization/108498] [11/12/13 Regression] ppc64 big endian generates uninitialized reads with -fstore-merging

2023-01-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108498 --- Comment #22 from Jakub Jelinek --- The C/C++ FEs since r9-6625-gbec1da64aec26a490 turn some array initializers into strings. Anyway, I wonder if for GCC 14 we couldn't just treat STRING_CST the same as INTEGER_CST during the merging into gr

[Bug fortran/108512] [13 Regression][OpenMP] ICE for valid loop data-sharing clauses

2023-01-24 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108512 --- Comment #2 from Tobias Burnus --- Patch submission: https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610531.html

[Bug tree-optimization/108523] -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108523 --- Comment #1 from David Binderman --- Also won't run to completion with a ulimit of 750 seconds. Trying 1200 seconds.

[Bug target/108177] MVE predicated stores to same address get optimized away

2023-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108177 --- Comment #4 from CVS Commits --- The master branch has been updated by Andre Simoes Dias Vieira : https://gcc.gnu.org/g:c1093923733a1072a237f112e3239b5ebd88eadd commit r13-5327-gc1093923733a1072a237f112e3239b5ebd88eadd Author: Andre Vieira

[Bug c/108523] New: -O1 -fcode-hoisting causes long compilation time ?

2023-01-24 Thread dcb314 at hotmail dot com via Gcc-bugs
compile normally: $ (ulimit -t 300; time ../results.20230124.release/bin/gcc -c -w -O1 -fno-var-tracking bug875.c) real0m0.133s user0m0.095s sys 0m0.013s Add in -fcode-hoisting and it seems to take a lot longer: $ (ulimit -t 300; time ../results.20230124.release/bin/gcc -c -w -O1

[Bug tree-optimization/108522] [Regression 12/13] ICE in tree-object-size when struct has VLA

2023-01-24 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108522 Siddhesh Poyarekar changed: What|Removed |Added See Also||https://bugzilla.redhat.com

[Bug tree-optimization/108522] New: [Regression 12/13] ICE in tree-object-size when struct has VLA

2023-01-24 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108522 Bug ID: 108522 Summary: [Regression 12/13] ICE in tree-object-size when struct has VLA Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/108498] [11/12/13 Regression] ppc64 big endian generates uninitialized reads with -fstore-merging

2023-01-24 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108498 --- Comment #21 from Eric Botcazou --- > That said, I think especially for backports to 11/12 and perhaps even for 13 > the easiest will be the second option, clear string_merging on non-aligned > start/width. > > Eric, your thoughts on this?

[Bug target/108521] doc/invoke.texi contains remnants of Cygwin options removed in 2010-10-07

2023-01-24 Thread Brian.Inglis at SystematicSw dot ab.ca via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108521 Brian W. Inglis changed: What|Removed |Added CC||Brian.Inglis at SystematicSw dot a

  1   2   >