[Bug c++/95932] ICE in redeclare_class_template, at cp/pt.c:6231

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95932 --- Comment #1 from Haoxin Tu --- Add a more meaningful case. $cat p.cc template class a {}; template > struct a < class b{}, struct b {}>; $g++ p.cc p.cc:2:28: error: expected ‘class’ or ‘typename’ before ‘>’ token 2 | template >

[Bug c++/95927] ICE in cp_lexer_new_from_tokens, at cp/parser.c:701

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95927 --- Comment #1 from Haoxin Tu --- Add a more meaningful case. $cat p.cc template struct a {}; class A { struct a < struct x { void b ( ){}} >; }; $g++ p.cc p.cc:3:25: error: types may not be defined in template arguments 3 |

[Bug c++/95931] ICE in dependent_type_p, at cp/pt.c:26326

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95931 --- Comment #1 from Haoxin Tu --- Add a more meaningful case. $cat p.cc void a() { auto var = [] (auto, volatile b) {}; } $g++ p.cc p.cc: In function ‘void a()’: p.cc:2:35: error: ‘b’ does not name a type 2 | auto var = [] (auto,

[Bug bootstrap/77510] genautomata memory footprint for MIPS

2020-07-02 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77510 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #4

[Bug c++/95955] ICE: tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have union_type in int_fits_type_p, at tree.c:8952

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95955 W E Brown changed: What|Removed |Added CC||webrown.cpp at gmail dot com --- Comment #1

[Bug c++/95956] ICE in check_bases, at cp/class.c:1689

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95956 W E Brown changed: What|Removed |Added CC||webrown.cpp at gmail dot com --- Comment #1

[Bug c++/95945] ICE in poplevel, at cp/decl.c:585

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95945 --- Comment #1 from Haoxin Tu --- Add a more meaningful case $cat p.cc int a ( auto struct x { int b ();}) {} $g++ -w p.cc p.cc:1:23: error: types may not be defined in parameter types 1 | int a ( auto struct x { int b ();}) {} |

[Bug c++/95972] ICE in check_member_template, at cp/decl2.c:570

2020-07-02 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95972 --- Comment #1 from Haoxin Tu --- Hi, there. I guess I shouldn't use C-Reduce to reduce my ICE on invalid code cases. After using C-Reduce, the cases are more like a "garbage" code. Here is a more readable code to reproduce the ICE. $cat p.cc

[Bug fortran/96030] AArch64: Add an option to control 64bits simdclone of math functions for fortran

2020-07-02 Thread bule1 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96030 --- Comment #2 from Bu Le --- (In reply to Jakub Jelinek from comment #1) > The directive should be doing what > #pragma omp declare simd > does on the target and it is an ABI decision what exactly it does. I tried this test case. But I haven't

[Bug ipa/96040] [10/11 Regression] Compiled code causes SIGBUS at -O2

2020-07-02 Thread josephcsible at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040 --- Comment #2 from Joseph C. Sible --- Andrew Gierth posted this to the Lua mailing list: > I think I see what's happening here, but I don't think I have an account > on the gcc bug tracker to post it there (feel free to forward this). > It's

[Bug jit/95498] unhandled conversion

2020-07-02 Thread bouanto at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95498 --- Comment #4 from Antoni --- Created attachment 48829 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48829=edit Smaller reproducer for the bug I was able to reduce the size of the reproducer. I attached it.

[Bug target/95420] arm-wrs-vxworks7: xgcc: error: unrecognised -mcpu target: armv7-a

2020-07-02 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95420 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug rtl-optimization/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 Eric Botcazou changed: What|Removed |Added Component|target |rtl-optimization

[Bug c++/94100] ICE: tree check: accessed elt 1 of 'tree_vec' with 0 elts in tsubst_pack_expansion, at cp/pt.c:12765

2020-07-02 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94100 --- Comment #2 from Hubert Tong --- The following ICEs in a similar fashion: internal compiler error: tree check: accessed elt 2 of 'tree_vec' with 1 elts in tsubst, at cp/pt.c:15334 ### SOURCE: template struct ValListWithTypes { template

[Bug rtl-optimization/89310] Poor code generation returning float field from a struct

2020-07-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89310 --- Comment #7 from luoxhu at gcc dot gnu.org --- (In reply to Segher Boessenkool from comment #6) > rldicr is one of the insns generated by "*rotl3_mask", which > recognises all canonical formulations of all our rotate-and-mask > instructions.

[Bug libstdc++/96042] New: Reference type of std::ranges::iota is __int128 with -std=c++2a?!

2020-07-02 Thread gcc-bugs at marehr dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96042 Bug ID: 96042 Summary: Reference type of std::ranges::iota is __int128 with -std=c++2a?! Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/96041] New: [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792

2020-07-02 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 Bug ID: 96041 Summary: [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #25 from Sergei Trofimovich --- (In reply to Sergei Trofimovich from comment #22) > (In reply to Martin Liška from comment #17) > > For me tree optimized dump is correct, so likely a target issue. > > Yeah, I agree. I finally

[Bug ipa/96040] [10/11 Regression] Compiled code causes SIGBUS at -O2

2020-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Summary|Compiled code

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #24 from Sergei Trofimovich --- (In reply to Sergei Trofimovich from comment #23) > cvise managed to shrink example down to the following: For completeness assembly output difference is very clear now: $

[Bug target/96026] overlap register bewteen DEST and SOURCE in different machine mode

2020-07-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96026 Jim Wilson changed: What|Removed |Added CC||wilson at gcc dot gnu.org

[Bug target/96017] Powerpc suboptimal register spill in likely path

2020-07-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96017 --- Comment #11 from Segher Boessenkool --- (In reply to Peter Bergner from comment #9) > (In reply to Peter Bergner from comment #8) > > At first, I thought that split_live_ranges_for_shrink_wrap() split this > > nicely, but what I found is

[Bug target/96017] Powerpc suboptimal register spill in likely path

2020-07-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96017 --- Comment #10 from Segher Boessenkool --- (In reply to Peter Bergner from comment #6) > Right, that's why we need to add the copies before RA, so we don't have to > look for unused regs. But we don't want to add the copies too early just >

[Bug c/96040] New: Compiled code causes SIGBUS at -O2

2020-07-02 Thread josephcsible at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040 Bug ID: 96040 Summary: Compiled code causes SIGBUS at -O2 Product: gcc Version: 10.1.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug testsuite/95706] New test case gfortran.dg/pr95690.f90 fails

2020-07-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706 --- Comment #11 from David Edelsohn --- I added Solaris to the list of targets that see the error on line 5. Add it wherever your target sees it.

[Bug testsuite/95706] New test case gfortran.dg/pr95690.f90 fails

2020-07-02 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706 Rainer Orth changed: What|Removed |Added Target|powerpc64*-linux-gnu|powerpc64*-linux-gnu, |

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #23 from Sergei Trofimovich --- cvise managed to shrink example down to the following: """ int b, c; int a() __attribute__((noipa)); int a(int *d, int *f, int g) { int e; if (d == f) e = 0; else e = 1; switch (g) {

[Bug fortran/95709] [9/10/11 Regression] ICE in gfc_resolve_code, at fortran/resolve.c:11807

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

[Bug c++/96039] Missing diagnostic: C++11 alignment specifier on bit-fields

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

[Bug c++/90847] misplaced alignment-specifier not diagnosed

2020-07-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90847 Marek Polacek changed: What|Removed |Added CC||hstong at ca dot ibm.com --- Comment #4

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #22 from Sergei Trofimovich --- (In reply to Martin Liška from comment #17) > For me tree optimized dump is correct, so likely a target issue. Yeah, I agree. I finally understood why memory loads disappear (duh!). > @Sergei: Is GCC

[Bug c++/96039] New: Missing diagnostic: C++11 alignment specifier on bit-fields

2020-07-02 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96039 Bug ID: 96039 Summary: Missing diagnostic: C++11 alignment specifier on bit-fields Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/95115] RISC-V 64: inf/inf division optimized out, invalid operation not raised

2020-07-02 Thread vgupta at synopsys dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95115 Vineet Gupta changed: What|Removed |Added CC||claziss at gmail dot com,

[Bug fortran/96038] Confirming implicitly type parameter causes an invalid error

2020-07-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96038 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/96038] New: Confirming implicitly type parameter causes an invalid error

2020-07-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96038 Bug ID: 96038 Summary: Confirming implicitly type parameter causes an invalid error Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/96036] Please make std::optinal noexcept constructible when possible

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96036 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile

2020-07-02 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 Ville Voutilainen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Ville Voutilainen : https://gcc.gnu.org/g:eb77f6f1b74aa200b70eb0a9e261c9f3b68294a0 commit r9-8716-geb77f6f1b74aa200b70eb0a9e261c9f3b68294a0 Author: Ville

[Bug tree-optimization/96037] New: [11 regression] ICE at tree-ssa-loop.c:414 after r11-1782

2020-07-02 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96037 Bug ID: 96037 Summary: [11 regression] ICE at tree-ssa-loop.c:414 after r11-1782 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 --- Comment #5 from CVS Commits --- The releases/gcc-10 branch has been updated by Ville Voutilainen : https://gcc.gnu.org/g:9cba1b9a6333dcc6623865b7a0ed4d57cec4088e commit r10-8418-g9cba1b9a6333dcc6623865b7a0ed4d57cec4088e Author: Ville

[Bug libstdc++/91807] [9/10/11 Regression] std::variant with multiple identical types assignment fail to compile

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 --- Comment #4 from CVS Commits --- The master branch has been updated by Ville Voutilainen : https://gcc.gnu.org/g:dbca7a69f276e4829354f87f2747ebff36f6090e commit r11-1793-gdbca7a69f276e4829354f87f2747ebff36f6090e Author: Ville Voutilainen

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #9 from Steve Kargl --- On Thu, Jul 02, 2020 at 06:30:40PM +, sgk at troutmask dot apl.washington.edu wrote: > > It isn't a matter of simply switching rules. It's a matter of bugs > and whether the bug is reported. In the

[Bug fortran/88379] [8/9 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750

2020-07-02 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88379 anlauf at gcc dot gnu.org changed: What|Removed |Added Summary|[8/9/10/11 Regression] |[8/9 Regression] [Coarray]

[Bug fortran/88379] [8/9/10/11 Regression] [Coarray] ICE with allocatable coarray, class and associate in resolve_assoc_var, at fortran/resolve.c:8750

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88379 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:66640d910595faded4425cfe2729ddf9d16e457b commit r10-8417-g66640d910595faded4425cfe2729ddf9d16e457b Author: Harald Anlauf

[Bug libstdc++/96036] New: Please make std::optinal noexcept constructible when possible

2020-07-02 Thread rafael at espindo dot la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96036 Bug ID: 96036 Summary: Please make std::optinal noexcept constructible when possible Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug target/93224] 29_atomics/atomic_ref/float.cc fails with a tweaked IPA inliner

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224 --- Comment #5 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:14d4e7bc303a92f620eddcba9cef88da7e91514c commit r10-8416-g14d4e7bc303a92f620eddcba9cef88da7e91514c Author: Jonathan

[Bug target/93224] 29_atomics/atomic_ref/float.cc fails with a tweaked IPA inliner

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:14d4e7bc303a92f620eddcba9cef88da7e91514c commit r10-8416-g14d4e7bc303a92f620eddcba9cef88da7e91514c Author: Jonathan

[Bug fortran/93423] [8/9/10/11 Regression] ICE on invalid with argument list for module procedure

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93423 --- Comment #4 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:b88744905a46be44ffa3c57d46080f601ae832b8 commit r11-1792-gb88744905a46be44ffa3c57d46080f601ae832b8 Author: Harald Anlauf Date:

[Bug fortran/93337] [9/10/11 Regression] ICE in gfc_dt_upper_string, at fortran/module.c:441

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93337 --- Comment #5 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:d9fb6f2b4f1321b059807ff6073156f07d9d376b commit r11-1791-gd9fb6f2b4f1321b059807ff6073156f07d9d376b Author: Harald Anlauf Date:

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #12 from Steve Kargl --- On Thu, Jul 02, 2020 at 05:24:36PM +, sch...@linux-m68k.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 > > --- Comment #11 from Andreas Schwab --- > If it was enabled by default, you

[Bug fortran/83700] [Meta-bug] Fortran Coarray issues

2020-07-02 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83700 Bug 83700 depends on bug 71706, which changed state. Bug 71706 Summary: [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706

[Bug fortran/27766] [meta-bug] -fbounds-check related bugs

2020-07-02 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766 Bug 27766 depends on bug 71706, which changed state. Bug 71706 Summary: [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706

[Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds

2020-07-02 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #8 from Steve Kargl --- On Thu, Jul 02, 2020 at 05:31:21PM +, skorzennik at cfa dot harvard.edu wrote: > > I gave up on gfortran when the 64b record marker made it unusable for me. I'm > not surprised it was fixed, but this

[Bug fortran/71706] [8/9 Regression] [Coarray] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706 --- Comment #18 from CVS Commits --- The releases/gcc-8 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:10b028c2813f683a8ebab7d36c9d0d05b49a710b commit r8-10340-g10b028c2813f683a8ebab7d36c9d0d05b49a710b Author: Harald Anlauf

[Bug tree-optimization/96034] missed optimization with extended registers

2020-07-02 Thread sshannin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034 sshannin at gmail dot com changed: What|Removed |Added Resolution|--- |INVALID

[Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91153 --- Comment #5 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c6f431bba531bac3212b66069cf0f9718edf0132 commit r11-1790-gc6f431bba531bac3212b66069cf0f9718edf0132 Author: Jonathan Wakely Date:

[Bug target/93224] 29_atomics/atomic_ref/float.cc fails with a tweaked IPA inliner

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c6f431bba531bac3212b66069cf0f9718edf0132 commit r11-1790-gc6f431bba531bac3212b66069cf0f9718edf0132 Author: Jonathan Wakely Date:

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread skorzennik at cfa dot harvard.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #7 from Sylvain Korzennik --- Thanks for following up, Steve. I gave up on gfortran when the 64b record marker made it unusable for me. I'm not surprised it was fixed, but this pointed to poor decision making and ignoring the need

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #11 from Andreas Schwab --- If it was enabled by default, you cannot negate it.

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #21 from Sergei Trofimovich --- (In reply to Eric Botcazou from comment #18) > If the control flow goes through .L12: > > .L12: > b .L3; return 0; (not interesting, fall through) > ldi 1,%r28 > > the return value

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #20 from Sergei Trofimovich --- Created attachment 48828 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48828=edit good.S

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #10 from Steve Kargl --- On Thu, Jul 02, 2020 at 05:10:51PM +, sch...@linux-m68k.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 > > --- Comment #9 from Andreas Schwab --- > That means you cannot override a

[Bug target/96015] [10/11 Regression] gcc-10.1.0 miscompiles Python on hppa

2020-07-02 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96015 --- Comment #19 from Sergei Trofimovich --- Created attachment 48827 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48827=edit bad.S

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #9 from Andreas Schwab --- That means you cannot override a default.

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #6 from Steve Kargl --- On Thu, Jul 02, 2020 at 04:10:38PM +, skorzennik at cfa dot harvard.edu wrote: > > GCC is the single one that decides that old code is trash and needs to be > rewritten. When 64b was introduced,

[Bug tree-optimization/96034] missed optimization with extended registers

2020-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #8 from Steve Kargl --- On Thu, Jul 02, 2020 at 03:53:22PM +, jakub at gcc dot gnu.org wrote: > > --- Comment #7 from Jakub Jelinek --- > (In reply to kargl from comment #6) > > There is no -fno-allow-invalid-boz option. The

[Bug libgcc/96035] directories created when writing gcov data have limited rights compared to umask

2020-07-02 Thread michelpalleau at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96035 --- Comment #1 from Michel Palleau --- Created attachment 48826 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48826=edit Proposal to create directories with process umask

[Bug libgcc/96035] New: directories created when writing gcov data have limited rights compared to umask

2020-07-02 Thread michelpalleau at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96035 Bug ID: 96035 Summary: directories created when writing gcov data have limited rights compared to umask Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread skorzennik at cfa dot harvard.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #5 from Sylvain Korzennik --- Hi Kargl, I am not interested in a protracted religious discussion, I simply do not use gfortran for my work (research), but need to provides it form my users (Smithsonian HPC cluster) as part of my

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-02 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #12 from Mikael Pettersson --- (In reply to Peter Bergner from comment #11) > At some point in the past, GCC used to disable some instruction patterns > depending on whether the binutils you're building against supports those >

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug c++/94905] Bogus warning -Werror=maybe-uninitialized

2020-07-02 Thread moller at mollerware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905 --- Comment #8 from Chris Moller --- Created attachment 48825 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48825=edit Preprocessed testcase gunzip then compile with g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdynamic

[Bug c++/94905] Bogus warning -Werror=maybe-uninitialized

2020-07-02 Thread moller at mollerware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94905 Chris Moller changed: What|Removed |Added CC||moller at mollerware dot com --- Comment

[Bug tree-optimization/96034] New: missed optimization with extended registers

2020-07-02 Thread sshannin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96034 Bug ID: 96034 Summary: missed optimization with extended registers Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/52279] Fortran translation issues

2020-07-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279 --- Comment #6 from kargl at gcc dot gnu.org --- (In reply to markeggleston from comment #5) > (In reply to markeggleston from comment #4) > > Regarding comment 2. > > > > Using -fallow-invalid-boz results in an ICE. I'll create a new PR. > >

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-02 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #11 from Peter Bergner --- (In reply to Mikael Pettersson from comment #9) > binutils-2.23.88.0.1-13.fc20.ppc64 > > I can build a recent binutils release and retry the gcc-8 bootstrap with > that tomorrow. But since gcc-9/10/11 all

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

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

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-02 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #10 from Will Schmidt --- (In reply to Segher Boessenkool from comment #8) > So what is the instruction / builtin / anything where it fails? I've managed to recreate the altivec_init_builtins ICE issue on a yellowdog box. (4-core

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #3 from Dominique d'Humieres --- You can find a quite long discussion about legacy at https://groups.google.com/forum/#!topic/comp.lang.fortran/Ed8Mccy9zo8

[Bug c++/94569] alignas(object) with a weaker (smaller) alignment than the alignas(type) of it's type compiles, inconsistent with the C++ standard

2020-07-02 Thread sinbal2l at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569 --- Comment #10 from Inbal Levi --- Actually, you're right about the origin being [dcl.align]p5 here too, though the test cases are different. Thanks.

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread skorzennik at cfa dot harvard.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 --- Comment #2 from Sylvain Korzennik --- Merci Dominique. Will transmit info to MVAPICH2 ppl. The configuration script needs to be changed, this is not "faulty code", it is a test code part of the package configuration specifically to test

[Bug fortran/96033] error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 Dominique d'Humieres changed: What|Removed |Added Resolution|--- |INVALID

[Bug fortran/96033] New: error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types.

2020-07-02 Thread skorzennik at cfa dot harvard.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96033 Bug ID: 96033 Summary: error: The Fortran compiler gfortran will not compile files that call the same routine with arguments of different types. Product: gcc

[Bug fortran/96030] AArch64: Add an option to control 64bits simdclone of math functions for fortran

2020-07-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96030 Jakub Jelinek changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Comment

[Bug libstdc++/96029] [8/9/10/11 Regression] Inconsistencies with associative/unordered containers

2020-07-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.5

[Bug c++/94569] alignas(object) with a weaker (smaller) alignment than the alignas(type) of it's type compiles, inconsistent with the C++ standard

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94569 --- Comment #9 from Jonathan Wakely --- Both bugs are violations of [dcl.align] p5 though. The bug is not that GCC doesn't follow [basic.align] p1 (it does) but that it allows alignas to weaken the alignment later. GCC should not allow alignas

[Bug c++/65685] Reducing alignment with alignas should be rejected

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65685 --- Comment #7 from Jonathan Wakely --- There are two facets to this. GCC allows alignas with a weaker alignment on a type, and ignores it. GCC also allows alignas with a weaker alignment on an object declaration, and reduces the alignment. In

[Bug other/96032] Feature request: Add a way to format output from --fdiagnostics-format=json

2020-07-02 Thread christian.friedl at gmx dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032 --- Comment #1 from Christian Friedl --- Disclaimer: I posted a request for help regarding this exact feature on the gcc-help list. (https://gcc.gnu.org/pipermail/gcc-help/2020-July/139110.html) After reading through the list I came to the

[Bug other/96032] New: Feature request: Add a way to format output from --fdiagnostics-format=json

2020-07-02 Thread christian.friedl at gmx dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96032 Bug ID: 96032 Summary: Feature request: Add a way to format output from --fdiagnostics-format=json Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug rtl-optimization/96031] New: suboptimal codegen for store low 16-bits value

2020-07-02 Thread zhongyunde at tom dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96031 Bug ID: 96031 Summary: suboptimal codegen for store low 16-bits value Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/96029] [8/9/10/11 Regression] Inconsistencies with associative/unordered containers

2020-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029 Jonathan Wakely changed: What|Removed |Added Known to work||6.5.0 Version|unknown

[Bug tree-optimization/96028] [11 Regression] SEGV in vect_create_constant_vectors

2020-07-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/96028] [11 Regression] SEGV in vect_create_constant_vectors

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96028 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:105ecbea5f402713130fef4d41bb000e2d23493b commit r11-1788-g105ecbea5f402713130fef4d41bb000e2d23493b Author: Richard Biener Date:

[Bug debug/95343] IPA-SRA can result in wrong debug info about removed function arguments

2020-07-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95343 --- Comment #4 from CVS Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:053c88093a45f175f446eda009f3312e4e508514 commit r11-1787-g053c88093a45f175f446eda009f3312e4e508514 Author: Martin Jambor Date:

[Bug target/90932] [nvptx] internal compiler error: in tree_to_shwi, at tree.c

2020-07-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90932 Tom de Vries changed: What|Removed |Added CC||roger at nextmovesoftware dot com ---

[Bug fortran/96030] New: AArch64: Add an option to control 64bits simdclone of math functions for fortran

2020-07-02 Thread bule1 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96030 Bug ID: 96030 Summary: AArch64: Add an option to control 64bits simdclone of math functions for fortran Product: gcc Version: 11.0 Status: UNCONFIRMED

  1   2   >