[Bug c++/93805] [8/9/10 Regression] A suspicious -Werror=noexcept warning since r8-2461-g9fb82e652cee118b

2020-02-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93805 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug tree-optimization/93820] New: wrong code at -O3 on x86_64-linux-gnu

2020-02-18 Thread qrzhang at gatech dot edu
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: qrzhang at gatech dot edu Target Milestone: --- It appears to be a regression in 9.x. Gcc-8.3 works fine. Bisection points to: g:be43a8877e2f2f4590ba667b27a24a0cfdf8141d $ gcc-trunk -v gcc version 10.0.1 20200218

[Bug rtl-optimization/93730] [8/9/10 Regression] ICE in make_decl_rtl, at varasm.c:1375

2020-02-18 Thread v.barinov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93730 Slava Barinov changed: What|Removed |Added CC||v.barinov at samsung dot com --- Comment

[Bug middle-end/93582] [10 Regression] -Warray-bounds gives error: array subscript 0 is outside array bounds of struct E[1]

2020-02-18 Thread luoxhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93582 luoxhu at gcc dot gnu.org changed: What|Removed |Added CC||luoxhu at gcc dot gnu.org ---

[Bug target/40838] gcc shouldn't assume that the stack is aligned

2020-02-18 Thread mahatma at eu dot by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838 Dzianis Kahanovich changed: What|Removed |Added Attachment #47753|0 |1 is obsolete|

[Bug fortran/91800] ICE in gfc_code2string(): Bad code

2020-02-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91800 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug c++/93804] exempt extern "C" headers from -Wredundant-tags

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93804 Martin Sebor changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug libstdc++/93818] [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93818 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|ASSIG

[Bug libstdc++/93818] [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93818 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:a5b213dda50aca90637979f13da2eb377eff9930 commit r10-6716-ga5b213dda50aca90637979f13da2eb377eff9930 Author: Jonathan Wakely Date:

[Bug libstdc++/93818] [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93818 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/93769] Slightly wrong error message for static_asserts with no message

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93769 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug target/93819] PPC64 builtin vec_rlnm() argument order is wrong.

2020-02-18 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93819 Bill Schmidt changed: What|Removed |Added Component|c |target Target Milestone|---

[Bug c/93819] PPC64 builtin vec_rlnm() argument order is wrong.

2020-02-18 Thread cel at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93819 --- Comment #2 from Carl Love --- With the attached patch, the test program now runs as follows: ABI says: VEC_RLNM (ARG1, ARG2, ARG3) ARG2 contains the shift count for each element in the low-order byte, with other bytes zero. ARG3 contains the

[Bug c/93819] PPC64 builtin vec_rlnm() argument order is wrong.

2020-02-18 Thread cel at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93819 --- Comment #1 from Carl Love --- Created attachment 47873 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47873&action=edit Patch to fix vec_vrlnm() functionality The issue with the vec_rlnm() builtin is the order of the arguments in the b

[Bug c/93819] New: PPC64 builtin vec_rlnm() argument order is wrong.

2020-02-18 Thread cel at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93819 Bug ID: 93819 Summary: PPC64 builtin vec_rlnm() argument order is wrong. Product: gcc Version: 7.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/93803] [10 Regression] ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93803 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/93803] [10 Regression] ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93803 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/93803] [10 Regression] ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93803 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3

[Bug c++/93817] FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93817 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93817] FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93817 --- Comment #2 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:b02719918d7bfa224b7caa38fdb9be095cd3f4ad commit r10-6714-gb02719918d7bfa224b7caa38fdb9be095cd3f4ad Author: Marek Polacek Date: Tu

[Bug c++/93817] FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93817 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/93818] New: [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread bero at lindev dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93818 Bug ID: 93818 Summary: [10 Regression] Last week's changes in libstdc++ break using it with clang Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: norma

[Bug c++/93817] New: FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

2020-02-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93817 Bug ID: 93817 Summary: FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10) Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: nor

[Bug middle-end/93582] [10 Regression] -Warray-bounds gives error: array subscript 0 is outside array bounds of struct E[1]

2020-02-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93582 --- Comment #29 from Jakub Jelinek --- Passed bootstrap/regtest on all of {x86_64,i686,powerpc64{,le}}-linux now, with powerpc64-linux doing both -m32/-m64 testing.

[Bug fortran/68717] [7/8/9 Regression] New (bogus?) warnings when compiling some gfortran.dg tests with -flto after r231239

2020-02-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug fortran/93599] [9/10 regression] Bug in fortran asynchronous I/O wait function

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93599 --- Comment #13 from CVS Commits --- The master branch has been updated by Thomas Kथघnig : https://gcc.gnu.org/g:3fe1910509e32d611b3a7b8503502103bc53b5e4 commit r10-6710-g3fe1910509e32d611b3a7b8503502103bc53b5e4 Author: Thomas König Date: Th

[Bug middle-end/92492] Missed optimization in detecting unneeded widening conversions.

2020-02-18 Thread anton.youdkevi...@bell-sw.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92492 --- Comment #5 from Anton Youdkevitch --- This is not just about type promotion/demotion. The results of (-x)>>7 done in unsigned char and in int are different. In the unsigned char case we do rshift by 7 of 8-bits value which leaves us with 7 z

[Bug c++/93585] Linker resolves variable with extern variable of same name but different type

2020-02-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93585 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug lto/80379] Redundant note: code may be misoptimized unless -fno-strict-aliasing is used

2020-02-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80379 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #7 from John Paul Adrian Glaubitz --- Created attachment 47871 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47871&action=edit Source and compiler output for string.c I have created a tarball which contains both the C source,

[Bug c++/93816] New: invalid typedef name with class key accepted

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93816 Bug ID: 93816 Summary: invalid typedef name with class key accepted Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/93767] [8/9/10 Regression] wrong code at -O3 on x86_64-linux-gnu since r8-6064

2020-02-18 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93767 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assigne

[Bug c/93815] New: wrong plural translation for format string diagnostics

2020-02-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93815 Bug ID: 93815 Summary: wrong plural translation for format string diagnostics Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/93810] missing -Wmismatched-tags and -Wredundant-tags on a typedef of an implicit class template specialization

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93810 Martin Sebor changed: What|Removed |Added Summary|missing -Wmismatched-tags |missing -Wmismatched-tags

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #6 from Oleg Endo --- Thanks, that's good. I can look at the disassembly of string.o and found the spot. I suspect the switch statements in the code are turned into jump tables, and for some reason the jump offset is wrong in some c

[Bug fortran/93814] New: [9/10 Regression] ICE in build_entry_thunks, at fortran/trans-decl.c:2898

2020-02-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93814 Bug ID: 93814 Summary: [9/10 Regression] ICE in build_entry_thunks, at fortran/trans-decl.c:2898 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c/93812] [9/10 Regression] ICE in get_constant, at c-family/c-format.c:325

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93812 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/93813] New: [8/9/10 Regression] ICE in gfc_trans_select_type_cases, at fortran/trans-stmt.c:2874

2020-02-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93813 Bug ID: 93813 Summary: [8/9/10 Regression] ICE in gfc_trans_select_type_cases, at fortran/trans-stmt.c:2874 Product: gcc Version: 10.0 Status: UNCONFI

[Bug c/93812] New: [9/10 Regression] ICE in get_constant, at c-family/c-format.c:325

2020-02-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93812 Bug ID: 93812 Summary: [9/10 Regression] ICE in get_constant, at c-family/c-format.c:325 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper

2020-02-18 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #11 from G.

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #5 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #4) > (In reply to John Paul Adrian Glaubitz from comment #3) > > > > I have put the compiled source into a tarball so you can have a look > > yourself: > > >

[Bug c++/93807] -std=c++2a allows to omit out-of-class declaration in template class

2020-02-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93807 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #4 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #3) > > I have put the compiled source into a tarball so you can have a look > yourself: > > > https://people.debian.org/~glaubitz/ruby2.5-G7ZWPI.tgz Sorry,

[Bug c/93811] __builtin___clear_cache() is a noop on powerpc (which is incorrect)

2020-02-18 Thread anton at mips dot complang.tuwien.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93811 --- Comment #1 from anton at mips dot complang.tuwien.ac.at --- Created attachment 47870 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47870&action=edit Disassembly output for demonstration file

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #3 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #2) > Yeah, that looks like data. Something makes it jump to a wrong address. No > idea why. Can you try to get a bit bigger code snippet at that point? > W

[Bug c/93811] New: __builtin___clear_cache() is a noop on powerpc (which is incorrect)

2020-02-18 Thread anton at mips dot complang.tuwien.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93811 Bug ID: 93811 Summary: __builtin___clear_cache() is a noop on powerpc (which is incorrect) Product: gcc Version: 7.5.0 Status: UNCONFIRMED Severity: normal

[Bug c++/93810] New: missing -Wmismatched-tags on a typedef of an implicit class template specialization

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93810 Bug ID: 93810 Summary: missing -Wmismatched-tags on a typedef of an implicit class template specialization Product: gcc Version: 10.0 Status: UNCONFIRMED Severi

[Bug c/85957] i686: Integers appear to be different, but compare as equal

2020-02-18 Thread ch3root at openwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85957 --- Comment #28 from Alexander Cherepanov --- The -funsafe-math-optimizations option has a similar problem (on all processors, I assume) -- I've just filed pr93806 for it. I guess unstable FP results are essential for this mode but integers compu

[Bug c++/80471] (gcc extension) Forwarding-reference `auto` function parameters do not follow the same rules as template functions or generic lambdas

2020-02-18 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80471 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Target Miles

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #2 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #0) > > Printing the assembly with GDB shows that the IP seems to be pointing at > data instead of code(?): > > (gdb) x/5i $pc > => 0x5380c0 : .word 0x0

[Bug c++/93809] bogus error class tag used in naming union on typedef typename ::U U2

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93809 Martin Sebor changed: What|Removed |Added Keywords||rejects-valid Known to fail|

[Bug target/93808] [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 --- Comment #1 from John Paul Adrian Glaubitz --- Log for a successful build with gcc-8: https://buildd.debian.org/status/fetch.php?pkg=ruby2.5&arch=sh4&ver=2.5.5-4&stamp=1564498024&raw=0 Log for a failed build with gcc-9: https://buildd.debian.

[Bug c++/93809] New: bogus error class tag used in naming union on typedef typename ::U U2

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93809 Bug ID: 93809 Summary: bogus error class tag used in naming union on typedef typename ::U U2 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/93808] New: [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9

2020-02-18 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808 Bug ID: 93808 Summary: [9 Regression] [SH] Ruby crashes with 'Illegal Instruction' when compiled with gcc-9 Product: gcc Version: 9.2.1 Status: UNCONFIRMED Seve

[Bug c++/93807] New: -std=c++2a allows to omit out-of-class declaration in template class

2020-02-18 Thread bobogu at atlas dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93807 Bug ID: 93807 Summary: -std=c++2a allows to omit out-of-class declaration in template class Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/93806] Wrong optimization: instability of floating-point results with -funsafe-math-optimizations leads to nonsense

2020-02-18 Thread ch3root at openwall dot com
mizations -O3 test.c && ./a.out one = 1 one = 0 -- gcc x86-64 version: gcc (GCC) 10.0.1 20200218 (experimental) --

[Bug middle-end/93806] New: Wrong optimization: instability of floating-point results with -funsafe-math-optimizations leads to nonsense

2020-02-18 Thread ch3root at openwall dot com
("a is 1\n"); } } -- $ gcc -std=c11 -pedantic -Wall -Wextra -funsafe-math-optimizations -O3 test.c && ./a.out a = 0 a is 1 -- gcc x86-64 version: gcc (GCC) 10.0.1 20200218 (experimental) --

[Bug lto/91724] [8 Regression] profiled lto bootstrap fails on arm-linux-gnueabihf

2020-02-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724 --- Comment #6 from Christophe Lyon --- I added --enable-default-pie to my configure options, and it's still successful.

[Bug c++/93801] False -Wmismatched-tags upon redundant typename

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93801 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/93776] [10 Regression] ICE in verify_sra_access_forest, at tree-sra.c:2326

2020-02-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93776 --- Comment #4 from Martin Jambor --- I proposed a fix on the mailing list: https://gcc.gnu.org/ml/gcc-patches/2020-02/msg01054.html

[Bug tree-optimization/93667] [10 regression] ICE in esra with nested [[no_unique_address]] field

2020-02-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93667 --- Comment #6 from Martin Jambor --- I proposed a fix on the mailing list: https://gcc.gnu.org/ml/gcc-patches/2020-02/msg01053.html

[Bug c++/93805] [8/9/10 Regression] A suspicious -Werror=noexcept warning since r8-2461-g9fb82e652cee118b

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93805 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/93805] New: [8/9/10 Regression] A suspicious -Werror=noexcept warning since r8-2461-g9fb82e652cee118b

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93805 Bug ID: 93805 Summary: [8/9/10 Regression] A suspicious -Werror=noexcept warning since r8-2461-g9fb82e652cee118b Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug c++/93804] New: exempt extern "C" headers from -Wredundant-tags

2020-02-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93804 Bug ID: 93804 Summary: exempt extern "C" headers from -Wredundant-tags Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug fortran/93714] [8/9/10 Regression] ICE in gfc_check_same_strlen, at fortran/check.c:1253

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93714 --- Comment #3 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:06119d691e27e25fd4f4486467ad95f7b545fde3 commit r10-6703-g06119d691e27e25fd4f4486467ad95f7b545fde3 Author: Mark Eggleston Date:

[Bug rtl-optimization/90378] [9/10 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm

2020-02-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378 --- Comment #6 from Richard Earnshaw --- (In reply to Richard Earnshaw from comment #5) > (In reply to Vladimir Makarov from comment #4) > > > Miscompilation occurs in same configuration: arm-linux-gnueabihf at -O2 > > > -flto. > > > > > > > I

[Bug rtl-optimization/90378] [9/10 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm

2020-02-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378 --- Comment #5 from Richard Earnshaw --- (In reply to Vladimir Makarov from comment #4) > > Miscompilation occurs in same configuration: arm-linux-gnueabihf at -O2 > > -flto. > > > > I don't see how these two patches *directly* resulted in misc

[Bug rtl-optimization/90378] [9/10 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm

2020-02-18 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378 --- Comment #4 from Vladimir Makarov --- > Miscompilation occurs in same configuration: arm-linux-gnueabihf at -O2 > -flto. > I don't see how these two patches *directly* resulted in miscompilation. Although it might trigger some latent bug.

[Bug middle-end/93582] [10 Regression] -Warray-bounds gives error: array subscript 0 is outside array bounds of struct E[1]

2020-02-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93582 Jakub Jelinek changed: What|Removed |Added Attachment #47863|0 |1 is obsolete|

[RFC] c++/93730 create VLA constructor if explicitly initialized as zeroes

2020-02-18 Thread Slava Barinov
* cp/decl.c (reshape_init_array_1): Enforce constructor creation for VLAs when initialized with zero value. * testsuite/g++.dg/pr93730.C: New test * testsuite/g++.dg/abi/mangle72.C: Change mangling to new version I'm not sure about fix of c++/58646 but this allows t

[Bug c++/93803] New: ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field

2020-02-18 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93803 Bug ID: 93803 Summary: ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug lto/91724] [8 Regression] profiled lto bootstrap fails on arm-linux-gnueabihf

2020-02-18 Thread doko at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724 Matthias Klose changed: What|Removed |Added CC||doko at ubuntu dot com --- Comment #5 f

[Bug rtl-optimization/88751] Performance regression reload vs lra

2020-02-18 Thread sbabneet at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88751 --- Comment #10 from Babneet Singh --- Confirming that this fix resolves the reported regression in all OpenJ9 builds.

[Bug fortran/93787] Rejects non-ambigous specific in generic –

2020-02-18 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93787 --- Comment #2 from Tobias Burnus --- Note: Once this bug is fixed, libgomp/openacc_lib.h shall be updated as the 'async_' name is user visible and wrong.

[Bug lto/91724] [8 Regression] profiled lto bootstrap fails on arm-linux-gnueabihf

2020-02-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724 --- Comment #4 from Christophe Lyon --- It worked for me with gcc-8-branch at g:9eba9635f653291804ecb832eebe1ed96e3346ba Using: ../gcc/configure --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --with-build-config=boo

[Bug c++/93801] False -Wmismatched-tags upon redundant typename

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93801 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/93799] [10 Regression] ice in propagate_vals_across_arith_jfunc, at ipa-cp.c:2039

2020-02-18 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93799 --- Comment #2 from fxue at gcc dot gnu.org --- Duplicate of pr93763

[Bug fortran/93601] [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-18 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93601 markeggleston at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/93601] [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93601 --- Comment #2 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:23d3f25c87d307536f7e0f15e211968a87657602 commit r10-6701-g23d3f25c87d307536f7e0f15e211968a87657602 Author: Mark Eggleston Date:

[Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper

2020-02-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug gcov-profile/93401] [9/10 regression] It is no longer possible to use -fprofile-generate= on setups with different instrumentation and feedback directories

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93401 Martin Liška changed: What|Removed |Added URL|https://gcc.gnu.org/ml/gcc- | |patches/2020-02/msg00

[Bug ipa/92518] [10 regression] ppc rounding tests fail after r278207

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92518 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/92518] [10 regression] ppc rounding tests fail after r278207

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92518 --- Comment #10 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:08afe87b7976e93197a66e01f93191ead496ad42 commit r10-6700-g08afe87b7976e93197a66e01f93191ead496ad42 Author: Martin Liska Date: Tue

[Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 Martin Liška changed: What|Removed |Added CC||janus at gcc dot gnu.org Known to wo

[Bug fortran/92587] Compiler is unable to generate finalization wrapper

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587 --- Comment #9 from Martin Liška --- Created attachment 47867 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47867&action=edit Reduced test-case

[Bug ipa/93203] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5448 since r278893

2020-02-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93203 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug analyzer/93773] Analyzer probably fails to recognize end of C macros in some cases

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93773 --- Comment #3 from David Malcolm --- I'm still working on reproducing this. Looking at the stderr from attachment 47857, this seems reminiscent of g:b4f3232d6979022a36b4055d7d3aaba693a39938 (PR c++/70105 and PR c/68473) and also g:876217ae71c

[Bug ipa/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #18 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:33351ff9faa21c4c1af377d661a52ac0ce366db3 commit r10-6699-g33351ff9faa21c4c1af377d661a52ac0ce366db3 Author: Martin Liska Date: Tue

[Bug analyzer/93779] ICE: unhandled tree code in region_model::get_lvalue_1: 'function_decl'

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93779 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug analyzer/93774] ICE in lhd_incomplete_type_error

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93774 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug analyzer/93778] ICE in get_region, at analyzer/region-model.h:1732

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93778 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/93598] Segfault when running libgomp.c/pr90811.c on PowerPC64le with nvptx offloading

2020-02-18 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93598 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug analyzer/93692] Possible typo: supergraph vs. callgraph

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93692 David Malcolm changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug analyzer/93777] ICE in maybe_cast_1, at analyzer/region-model.cc:5064

2020-02-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93777 David Malcolm changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/92924] [10 regression] reproducible indirect call profile merging causes 80% slowdown in Firefox pref-reftest-singletons id-getter microbenchmarks

2020-02-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/92924] [10 regression] reproducible indirect call profile merging causes 80% slowdown in Firefox pref-reftest-singletons id-getter microbenchmarks

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924 --- Comment #29 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:ea0b12523d0d9a9059b5173ce9653b92ddfb284f commit r10-6698-gea0b12523d0d9a9059b5173ce9653b92ddfb284f Author: Martin Liska Date: Tue

[Bug analyzer/93692] Possible typo: supergraph vs. callgraph

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93692 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:0b2b45a68f48817e2310b12db3e03e648d4d2005 commit r10-6697-g0b2b45a68f48817e2310b12db3e03e648d4d2005 Author: David Malcolm Date: Tu

[Bug analyzer/93777] ICE in maybe_cast_1, at analyzer/region-model.cc:5064

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93777 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:4f40164a9322105012e9070eebd57ba80c69b873 commit r10-6696-g4f40164a9322105012e9070eebd57ba80c69b873 Author: David Malcolm Date: Mo

[Bug analyzer/93778] ICE in get_region, at analyzer/region-model.h:1732

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93778 --- Comment #4 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:2e6233935c77b56a68e939c629702f960b8e6fb2 commit r10-6695-g2e6233935c77b56a68e939c629702f960b8e6fb2 Author: David Malcolm Date: Mo

  1   2   >