[Bug fortran/87689] PowerPC64 ELFv2 function parameter passing violation

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #27 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 3 09:04:23 2019 New Revision: 269349 URL: https://gcc.gnu.org/viewcvs?rev=269349&root=gcc&view=rev Log: 2019-03-03 Thomas Koenig PR fortran/87689 Backport

[Bug fortran/87689] PowerPC64 ELFv2 function parameter passing violation

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #28 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 3 09:20:09 2019 New Revision: 269350 URL: https://gcc.gnu.org/viewcvs?rev=269350&root=gcc&view=rev Log: 2019-03-03 Thomas Koenig PR fortran/87689 Backport from tru

[Bug fortran/87689] PowerPC64 ELFv2 function parameter passing violation

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #7 from Dominique d'Humieres --- Patch at https://gcc.gnu.org/ml/fortran/2019-03/msg7.html and it has been approved.

[Bug fortran/44471] Wrong call with variadic declaration

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44471 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/89174] [8 Regression] Allocation segfault with CLASS(*) MOLD

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89174 --- Comment #15 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 3 10:09:32 2019 New Revision: 269351 URL: https://gcc.gnu.org/viewcvs?rev=269351&root=gcc&view=rev Log: 2019-03-03 Thomas Koenig PR fortran/89174 Backport

[Bug fortran/89174] [8 Regression] Allocation segfault with CLASS(*) MOLD

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89174 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/89462] [7/8/9 Regression] gfortran loops in code generation

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89462 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org Target Mile

[Bug c++/89565] New: [C++2a] ICE on template instantiating user defined non-type template from template value member

2019-03-03 Thread gccbugbjorn at fahller dot se
red with: ../gcc-trunk/configure --prefix=/opt/gcc --with-languages='c c++' --disable-multilib : (reconfigured) ../gcc-trunk/configure --prefix=/opt/gcc --with-languages='c c++' --disable-multilib Thread model: posix gcc version 9.0.1 20190303 (experimental) (GCC) COLLECT_GCC_OPTION

[Bug c++/89566] New: ICE on compilable C++ code: in gimple_call_arg, at gimple.h:3166

2019-03-03 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89566 Bug ID: 89566 Summary: ICE on compilable C++ code: in gimple_call_arg, at gimple.h:3166 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/43210] Initializer of huge static arrays should be improved

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43210 --- Comment #11 from Dominique d'Humieres --- I still see ... _hugearray.3858: .long 42 .long 42 .long 42 ...

[Bug c++/89566] [9 Regression] ICE on compilable C++ code: in gimple_call_arg, at gimple.h:3166

2019-03-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89566 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug fortran/77908] Array operation fails for arrays with "long" indices

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77908 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/72714] [7/8/9 Regression] [Coarray] ICE in gfc_array_init_size, at fortran/trans-array.c:5235

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72714 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 3 13:16:40 2019 New Revision: 269352 URL: https://gcc.gnu.org/viewcvs?rev=269352&root=gcc&view=rev Log: 2019-03-03 Thomas Koenig PR fortran/72714 * resolve.

[Bug fortran/72714] [7/8 Regression] [Coarray] ICE in gfc_array_init_size, at fortran/trans-array.c:5235

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72714 Thomas Koenig changed: What|Removed |Added Summary|[7/8/9 Regression] |[7/8 Regression] [Coarray]

[Bug fortran/72714] [7/8 Regression] [Coarray] ICE in gfc_array_init_size, at fortran/trans-array.c:5235

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72714 --- Comment #10 from Thomas Koenig --- > So the line > >allocate (z(2)[:3,*]) > > is in fact valid. Actually, it is not (just so that nobody gets confused :-)

[Bug fortran/66089] [7/8/9 Regression] elemental dependency mishandling when derived types are involved

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66089 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #32 from T

[Bug go/86535] FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3.0 fails

2019-03-03 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86535 --- Comment #16 from Piotr Kubaj --- (In reply to Ian Lance Taylor from comment #15) > I committed a patch that should fix the nanotime problem. > > Some of the other issues you describe will most likely require a fix in the > libgo/mkrsysinfo.s

[Bug go/86535] FreeBSD/PowerPC64 - Building Go Frontend support for gcc 7.3.0 fails

2019-03-03 Thread pkubaj at anongoth dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86535 --- Comment #17 from Piotr Kubaj --- Since you mentioned libgo/runtime_sysinfo.go, I also had a look there and saw that umtx_time is already present there: type __umtx_time struct { _timeout timespec; _flags uint32; _clockid uint32; } const _size

[Bug fortran/66089] [7/8/9 Regression] elemental dependency mishandling when derived types are involved

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66089 --- Comment #33 from Thomas Koenig --- A much cleaner patch which gets us to the wrong code: Index: trans-expr.c === --- trans-expr.c(Revision 269260) +++ trans-expr.c

[Bug rtl-optimization/89567] New: [missed-optimization] Should not be initializing unused struct parameter members

2019-03-03 Thread eyalroz at technion dot ac.il
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89567 Bug ID: 89567 Summary: [missed-optimization] Should not be initializing unused struct parameter members Product: gcc Version: 9.0 Status: UNCONFIRMED Severity:

[Bug fortran/66089] [7/8/9 Regression] elemental dependency mishandling when derived types are involved

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66089 Thomas Koenig changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #34

[Bug fortran/87689] PowerPC64 ELFv2 function parameter passing violation

2019-03-03 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Bill Schmidt changed: What|Removed |Added CC||wschmidt at gcc dot gnu.org --- Comment #

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #8 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:24:53 2019 New Revision: 269353 URL: https://gcc.gnu.org/viewcvs?rev=269353&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #9 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:30:44 2019 New Revision: 269354 URL: https://gcc.gnu.org/viewcvs?rev=269354&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 --- Comment #10 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 20:36:12 2019 New Revision: 269355 URL: https://gcc.gnu.org/viewcvs?rev=269355&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Steven G. Kargl

[Bug c++/76577] Tree folding may remove UB which causes invalid constexpr function calls to be accepted

2019-03-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76577 Patrick Palka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/77583] ICE in pp_quoted_string, at pretty-print.c:966

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77583 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/77908] Array operation fails for arrays with HUGE(kind=8) index bound

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77908 Thomas Koenig changed: What|Removed |Added Summary|Array operation fails for |Array operation fails for

[Bug libstdc++/89562] std::filesystem::copy truncates files before byte with value 0x1A

2019-03-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89562 Jonathan Wakely changed: What|Removed |Added Target||x86_64-w64-mingw32 Status|

[Bug fortran/88326] [7 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6085

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88326 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING --- Comment #8 from a

[Bug fortran/89492] [9 Regression] Endless compilation of an invalid TRANSFER after r269177

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89492 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug fortran/31237] [meta-bug] TRANSFER intrinsic

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237 Bug 31237 depends on bug 89492, which changed state. Bug 89492 Summary: [9 Regression] Endless compilation of an invalid TRANSFER after r269177 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89492 What|Removed |A

[Bug fortran/31237] [meta-bug] TRANSFER intrinsic

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237 Bug 31237 depends on bug 89516, which changed state. Bug 89516 Summary: ICE in gfc_calculate_transfer_sizes at gcc/fortran/check.c:5506 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89516 What|Removed |Added ---

[Bug fortran/89516] ICE in gfc_calculate_transfer_sizes at gcc/fortran/check.c:5506

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89516 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug middle-end/61112] Simple example triggers false-positive -Wmaybe-uninitialized warning

2019-03-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61112 Patrick Palka changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug fortran/89266] ICE with TRANSFER of len=0 character array constructor

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org ---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2019-03-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 61112, which changed state. Bug 61112 Summary: Simple example triggers false-positive -Wmaybe-uninitialized warning https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61112 What|Removed |Adde

[Bug tree-optimization/31873] missed optimization: we don't move "invariant casts" out of loops

2019-03-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31873 Eric Gallager changed: What|Removed |Added CC||dberlin at gcc dot gnu.org,

[Bug target/32392] Support using -mrecip w/o additional Newton-Raphson run

2019-03-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32392 --- Comment #3 from Eric Gallager --- (In reply to Tobias Burnus from comment #0) > Paolo Bonzini wrote: > >> That said, there is a whole bunch of applications that would kill for > >> -mrecip, > > even for 11bit ones. Games are one of them, fo

[Bug libstdc++/89562] std::filesystem::copy truncates files before byte with value 0x1A

2019-03-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89562 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/89266] ICE with TRANSFER of len=0 character array constructor

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266 --- Comment #16 from Dominique d'Humieres --- > Given that 7.5 will be the final 7-release, I find it too risky to > introduce potential new regressions. If nobody objects, we might > close this PR. (Target milestone 8.4?) Makes sense for me.

[Bug fortran/88326] [7 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6085

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88326 --- Comment #9 from Dominique d'Humieres --- > Given that 7.5 will be the final 7-release, I find it too risky to > introduce potential new regressions. If nobody objects, we might > close this PR. (Target milestone 8.4?) Makes sense for me. I

[Bug fortran/89077] ICE using * as len specifier for character parameter

2019-03-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89077 --- Comment #20 from Dominique d'Humieres --- Is there any plan to back port r268973?

[Bug fortran/88326] [7 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6085

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88326 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/89077] ICE using * as len specifier for character parameter

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89077 --- Comment #21 from anlauf at gcc dot gnu.org --- Author: anlauf Date: Sun Mar 3 22:24:00 2019 New Revision: 269357 URL: https://gcc.gnu.org/viewcvs?rev=269357&root=gcc&view=rev Log: 2019-03-03 Harald Anlauf Backport from trunk

[Bug libstdc++/89562] std::filesystem::copy truncates files before byte with value 0x1A

2019-03-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89562 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Sun Mar 3 22:23:33 2019 New Revision: 269356 URL: https://gcc.gnu.org/viewcvs?rev=269356&root=gcc&view=rev Log: PR libstdc++/89562 use binary mode for file I/O PR libstdc++/895

[Bug fortran/31237] [meta-bug] TRANSFER intrinsic

2019-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237 Bug 31237 depends on bug 88326, which changed state. Bug 88326 Summary: [7 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6085 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88326 What|Removed

[Bug fortran/89077] ICE using * as len specifier for character parameter

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89077 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/31237] [meta-bug] TRANSFER intrinsic

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237 Bug 31237 depends on bug 89077, which changed state. Bug 89077 Summary: ICE using * as len specifier for character parameter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89077 What|Removed |Added ---

[Bug fortran/31237] [meta-bug] TRANSFER intrinsic

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237 Bug 31237 depends on bug 89266, which changed state. Bug 89266 Summary: ICE with TRANSFER of len=0 character array constructor https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266 What|Removed |Added -

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19276 Bug 19276 depends on bug 89266, which changed state. Bug 89266 Summary: ICE with TRANSFER of len=0 character array constructor https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266 What|Removed |Added -

[Bug fortran/89266] ICE with TRANSFER of len=0 character array constructor

2019-03-03 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89266 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|-

[Bug libstdc++/89562] std::filesystem::copy truncates files before byte with value 0x1A

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

[Bug c++/89557] [7/8 regression] 4*movq to 2*movaps IPC performance regression on znver1 with -Og

2019-03-03 Thread 0xe2.0x9a.0x9b at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89557 --- Comment #4 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0x9b at gmail dot com> --- Without the aligned(16) attribute the alignment of the struct in my code is 8 bytes, struct size remains to be 16 bytes: GCC 8.2.0 generates (-Og, no -ma

[Bug c++/89568] New: constexpr functions are implicitly noexcept

2019-03-03 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89568 Bug ID: 89568 Summary: constexpr functions are implicitly noexcept Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/89482] arm aarch32 inline assembly w constraints generate s registers instead of d

2019-03-03 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89482 --- Comment #11 from David --- (In reply to Ciro Santilli from comment #10) > If I do start work, I'll ping here to avoid work duplication. Do. I have some resources I could email you.

[Bug rtl-optimization/89487] [8/9 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7993

2019-03-03 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89487 --- Comment #6 from bin cheng --- Author: amker Date: Mon Mar 4 01:38:25 2019 New Revision: 269361 URL: https://gcc.gnu.org/viewcvs?rev=269361&root=gcc&view=rev Log: PR tree-optimization/89487 * tree-loop-distribution.c (has_non

[Bug c++/89565] [C++2a] ICE on template instantiating user defined non-type template from template value member

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

[Bug c/89569] New: line number is not accurate on large file gcc compared to clang

2019-03-03 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89569 Bug ID: 89569 Summary: line number is not accurate on large file gcc compared to clang Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/54936] ICE: in prepare_cmp_insn, at optabs.c:4177 with -fnon-call-exceptions and vector float compare

2019-03-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54936 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug rtl-optimization/89570] New: [9 Regression] ICE in prepare_cmp_insn, at optabs.c:4001

2019-03-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89570 Bug ID: 89570 Summary: [9 Regression] ICE in prepare_cmp_insn, at optabs.c:4001 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug c++/89571] New: [9 Regression] ICE in nothrow_spec_p, at cp/except.c:1238

2019-03-03 Thread asolokha at gmx dot com
:18:26: internal compiler error: in nothrow_spec_p, at cp/except.c:1238 18 | decltype (lk (sc ())) zz; | ^ 0x602261 nothrow_spec_p(tree_node const*) /var/tmp/portage/sys-devel/gcc-9.0.0_alpha20190303/work/gcc-9-20190303/gcc/cp/except.c:1238 0x88e2f8 set_fl

[Bug middle-end/89570] [9 Regression] ICE in prepare_cmp_insn, at optabs.c:4001

2019-03-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89570 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|middle-end Target Milestone|---

[Bug c++/89533] G++ incorrectly generates noexcept assignment operator

2019-03-03 Thread alexey.kutumov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89533 --- Comment #1 from Alexey Kutumov --- Hi, FYI, i`ve filed same bug to clang`s bugzilla: https://bugs.llvm.org/show_bug.cgi?id=40896 There is a comment from clang bug: Richard Smith 2019-03-01 21:13:38 PST I would consider this to be both a C

[Bug tree-optimization/89572] New: ICE in dyn_cast(gimple*) / get_loop_exit_condition(loop const*)

2019-03-03 Thread asolokha at gmx dot com
/var/tmp/portage/sys-devel/gcc-9.0.0_alpha20190303/work/gcc-9-20190303/gcc/toplev.c:326 0xe4314d gcond* dyn_cast(gimple*) /var/tmp/portage/sys-devel/gcc-9.0.0_alpha20190303/work/gcc-9-20190303/gcc/is-a.h:224 0xe4314d get_loop_exit_condition(loop const*) /var/tmp/por