[Bug tree-optimization/90774] avoid doing vector splat arithmetic where possible

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90774 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug middle-end/90773] Improve piecewise operation

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90773 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug testsuite/90772] [10 regression] g++.dg/cpp1y/feat-cxx14.C and several others fails starting with r272011

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90772 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/82920] cet test failures on darwin

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #15 from Iain Sandoe --- Author: iains Date: Fri Jun 7 07:36:18 2019 New Revision: 272031 URL: https://gcc.gnu.org/viewcvs?rev=272031&root=gcc&view=rev Log: Darwin, x86, backport fix for PR82920 (part1 code changes) gcc/ 2019-06-07

[Bug target/82920] cet test failures on darwin

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #16 from Iain Sandoe --- Author: iains Date: Fri Jun 7 07:42:55 2019 New Revision: 272033 URL: https://gcc.gnu.org/viewcvs?rev=272033&root=gcc&view=rev Log: Darwin, x86, backport fix for PR82920 (part 2 no mx32 for Darwin) gcc/ 20

[Bug target/82920] cet test failures on darwin

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #17 from Iain Sandoe --- Author: iains Date: Fri Jun 7 07:48:32 2019 New Revision: 272034 URL: https://gcc.gnu.org/viewcvs?rev=272034&root=gcc&view=rev Log: Darwin, x86, backport fix for PR82920 part 3 (testsuite changes) gcc/tests

[Bug target/82920] cet test failures on darwin

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #18 from Iain Sandoe --- Author: iains Date: Fri Jun 7 07:54:20 2019 New Revision: 272035 URL: https://gcc.gnu.org/viewcvs?rev=272035&root=gcc&view=rev Log: Darwin, x86, fix three testcases for pr82920 only on 8 branch. As part of

[Bug libgomp/88707] Random failures of libgomp.c++/task-reduction-(8|10|11|13).C

2019-06-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88707 Rainer Orth changed: What|Removed |Added Target|x86_64-apple-darwin18 |x86_64-apple-darwin18, |

[Bug c++/90777] New: [10 Regression] pr84828 testcase ICEs for m32 x86_64,i686-darwin*

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90777 Bug ID: 90777 Summary: [10 Regression] pr84828 testcase ICEs for m32 x86_64,i686-darwin* Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/90777] [10 Regression] pr84828 testcase ICEs for m32 x86_64,i686-darwin*

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90777 Iain Sandoe changed: What|Removed |Added Keywords||ice-on-invalid-code Target|

[Bug target/82920] cet test failures on darwin

2019-06-07 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/87845] cselib_hasher::hash function does not match with cselib_hasher::equal operator

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87845 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/90720] g++.dg/lto/alias-1 FAILs

2019-06-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90720 --- Comment #1 from Rainer Orth --- I get the same failure on Linux/x86_64 when compiling/linking with -fno-use-linker-plugin. This is the same behaviour as in PR lto/89884. It seems quite bad that gcc silently creates wrong code in such a szen

[Bug ipa/90720] g++.dg/lto/alias-1 FAILs

2019-06-07 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90720 --- Comment #2 from Jan Hubicka --- > I get the same failure on Linux/x86_64 when compiling/linking with > -fno-use-linker-plugin. > > This is the same behaviour as in PR lto/89884. > > It seems quite bad that gcc silently creates wrong code in

[Bug d/90778] New: Strange differences in D runtime debug-info between builds

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90778 Bug ID: 90778 Summary: Strange differences in D runtime debug-info between builds Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug d/90778] Strange differences in D runtime debug-info between builds

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90778 --- Comment #1 from Richard Biener --- Created attachment 46460 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46460&action=edit untested patch This might fix it.

[Bug middle-end/90779] New: Fortran array initialization in OpenMP offload regions

2019-06-07 Thread ams at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90779 Bug ID: 90779 Summary: Fortran array initialization in OpenMP offload regions Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/90780] New: GCC looses ref-qualifiers

2019-06-07 Thread language.lawyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90780 Bug ID: 90780 Summary: GCC looses ref-qualifiers Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug debug/90574] [gdb] gdb wrongly stopped at a breakpoint in an unexecuted line of code

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90574 --- Comment #7 from Richard Biener --- Author: rguenth Date: Fri Jun 7 12:14:55 2019 New Revision: 272040 URL: https://gcc.gnu.org/viewcvs?rev=272040&root=gcc&view=rev Log: 2019-06-07 Richard Biener PR debug/90574 * tree-cfg

[Bug d/90778] Strange differences in D runtime debug-info between builds

2019-06-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90778 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/89955] riscv.h improperly defines STARTFILE_PREFIX_SPEC spec

2019-06-07 Thread kallisti5 at unixzen dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89955 --- Comment #8 from Alexander von Gluck --- Looks good to me. Now also matches other architectures. Thanks! (viva riscv)

[Bug middle-end/90779] Fortran array initialization in offload regions

2019-06-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90779 Thomas Schwinge changed: What|Removed |Added Keywords||openacc Status|UNCONFIRMED

[Bug bootstrap/90781] New: ubsan bootstrap with -O3 -march=native fails at compare stage

2019-06-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90781 Bug ID: 90781 Summary: ubsan bootstrap with -O3 -march=native fails at compare stage Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal P

[Bug libgcc/90714] ia64: relocation truncated to fit: GPREL22

2019-06-07 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90714 --- Comment #1 from Jason Duerstock --- Patch added to trunk: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=271977

[Bug libstdc++/90638] Wrong results of pow(complex , T1) function when the T1 type differs from T and from int

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

[Bug libstdc++/90638] Wrong results of pow(complex , T1) function when the T1 type differs from T and from int

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90638 --- Comment #10 from Jonathan Wakely --- As a workaround for C++03, you can either change the type of lp1 and lp2 to double, or cast them when used: std::cout<<' '<&, int) overload being used.

[Bug libstdc++/90770] Building with --enable-libstdcxx-debug and make profiledbootstrap fails with mv: cannot stat 'Makefile': No such file or directory

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90770 --- Comment #1 from Jonathan Wakely --- The problem is that the src/debug directory exists, but has no Makefile. The recipe for the stamp-debug target only checks whether the directory exists, so does not create any Makefiles: if test ! -d /home

[Bug c++/90780] GCC loses ref-qualifiers

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90780 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/90693] Missing popcount simplifications

2019-06-07 Thread david.bolvansky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90693 Dávid Bolvanský changed: What|Removed |Added CC||david.bolvansky at gmail dot com ---

[Bug libstdc++/90770] Building with --enable-libstdcxx-debug and make profiledbootstrap fails with mv: cannot stat 'Makefile': No such file or directory

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90770 --- Comment #2 from Jonathan Wakely --- I think the problem is that the recursive clean targets doesn't remove the actual 'debug' directory, they just recurse into each sub-directory and remove the files in the directory. That makes the "if test

[Bug fortran/89100] Default widths for i, f and g format specifiers in format strings

2019-06-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89100 --- Comment #13 from Jerry DeLisle --- Author: jvdelisle Date: Fri Jun 7 14:25:39 2019 New Revision: 272046 URL: https://gcc.gnu.org/viewcvs?rev=272046&root=gcc&view=rev Log: 2019-06-07 Mark Eggleston PR fortran/89100 * gfort

[Bug fortran/90608] Inline non-scalar minloc/maxloc calls

2019-06-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90608 --- Comment #4 from ktkachov at gcc dot gnu.org --- LTO'ing libgfortran aside, how much work would it be to teach the scalarizer to at least elide the temporary arrays in expressions like: A(:) = minloc(...) ? I think that would be a good start to

[Bug middle-end/90693] Missing popcount simplifications

2019-06-07 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90693 --- Comment #2 from Wilco --- (In reply to Dávid Bolvanský from comment #1) > >> __builtin_popcount (x) == 1 into x == (x & -x) > > > This will not work for x = 0. > > Should work: > x && x == (x & -x) > x && (x & x-1) == 0 Good point, though

[Bug middle-end/90693] Missing popcount simplifications

2019-06-07 Thread david.bolvansky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90693 --- Comment #3 from Dávid Bolvanský --- I measured it a bit.. (x-1)

[Bug c++/90782] New: internal compiler error: in dependent_type_p, at cp/pt.c:25409

2019-06-07 Thread getchar_gnu at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90782 Bug ID: 90782 Summary: internal compiler error: in dependent_type_p, at cp/pt.c:25409 Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/90782] [7/8/9/10 Regression] internal compiler error: in dependent_type_p, at cp/pt.c:25409

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

[Bug c++/90782] [7/8/9/10 Regression] internal compiler error: in dependent_type_p, at cp/pt.c:25409

2019-06-07 Thread mbelivea at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90782 Matthew Beliveau changed: What|Removed |Added CC||mbelivea at redhat dot com --- Commen

[Bug c++/90782] internal compiler error: in dependent_type_p, at cp/pt.c:25409

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90782 Marek Polacek changed: What|Removed |Added Keywords||ice-on-invalid-code Summary|[

[Bug tree-optimization/86955] strlen of a known string in member array plus offset not folded

2019-06-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86955 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/90579] Huge store forward stall due to vectorizer

2019-06-07 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90579 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org See Als

[Bug driver/90783] New: "-rShould imply -nostdlib -nostartfiles

2019-06-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90783 Bug ID: 90783 Summary: "-rShould imply -nostdlib -nostartfiles Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

[Bug driver/90783] "-r" should imply -nostdlib -nostartfiles

2019-06-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90783 H.J. Lu changed: What|Removed |Added Summary|"-rShould imply -nostdlib |"-r" should imply -nostdlib

[Bug driver/90783] "-r" should imply -nostdlib -nostartfiles

2019-06-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90783 --- Comment #2 from Andrew Pinski --- See thread at: https://gcc.gnu.org/ml/gcc-patches/2018-08/msg00116.html

[Bug driver/90783] "-r" should imply -nostdlib -nostartfiles

2019-06-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90783 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/90579] Huge store forward stall due to vectorizer

2019-06-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90579 --- Comment #3 from H.J. Lu --- (In reply to Florian Weimer from comment #2) > In the actual code (sysdeps/ieee754/dbl-64/branred.c) r is a local variable. > Would it possible to increase its alignment automatically? That's obviously > not possi

[Bug driver/90783] "-r" should imply -nostdlib -nostartfiles

2019-06-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90783 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Version|10.0

[Bug libstdc++/90770] Building with --enable-libstdcxx-debug and make profiledbootstrap fails with mv: cannot stat 'Makefile': No such file or directory

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90770 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Fri Jun 7 19:57:19 2019 New Revision: 272050 URL: https://gcc.gnu.org/viewcvs?rev=272050&root=gcc&view=rev Log: PR libstdc++/90770 fix missing src/debug/Makefile PR libstdc++/9

[Bug libstdc++/90770] Building with --enable-libstdcxx-debug and make profiledbootstrap fails with mv: cannot stat 'Makefile': No such file or directory

2019-06-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90770 --- Comment #4 from Jonathan Wakely --- Fixed on trunk only for now.

[Bug c++/90784] New: A loop inside a constexpr function in a constexpr context is not evaluated at compile time

2019-06-07 Thread wandersys at aim dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90784 Bug ID: 90784 Summary: A loop inside a constexpr function in a constexpr context is not evaluated at compile time Product: gcc Version: 9.1.0 Status: UNCONFIRMED

[Bug c++/90776] g++ -fms-extensions is inconsistent with Microsoft's compiler

2019-06-07 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90776 --- Comment #3 from zhonghao at pku dot org.cn --- Shall g++ be compatible with Microsoft's compiler, when -fms-extensions is set? (In reply to Jonathan Wakely from comment #2) > Why do you think either of these should be accepted?

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #9 from John David Anglin --- Author: danglin Date: Fri Jun 7 23:13:08 2019 New Revision: 272059 URL: https://gcc.gnu.org/viewcvs?rev=272059&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE_

[Bug middle-end/90773] Improve piecewise operation

2019-06-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90773 --- Comment #2 from H.J. Lu --- Something like this: diff --git a/gcc/expr.c b/gcc/expr.c index c78bc74c0d9..4412aa7518c 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1090,10 +1090,13 @@ op_by_pieces_d::op_by_pieces_d (rtx to, bool to_load, void

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #10 from John David Anglin --- Author: danglin Date: Fri Jun 7 23:20:44 2019 New Revision: 272061 URL: https://gcc.gnu.org/viewcvs?rev=272061&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE

[Bug c++/90335] ICE with lambda as cnttp in a templated struct (segfault). C++2a

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

[Bug c++/90335] ICE with lambda as cnttp in a templated struct (segfault). C++2a

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90335 --- Comment #4 from Marek Polacek --- The ICE started with r243867.

[Bug c++/78802] ICE with auto placeholder concept in synthesize_implicit_template_parm

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78802 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/78514] ICE in tsubst, at cp/pt.c:13073

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78514 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 --- Comment #11 from John David Anglin --- Author: danglin Date: Sat Jun 8 00:15:45 2019 New Revision: 272063 URL: https://gcc.gnu.org/viewcvs?rev=272063&root=gcc&view=rev Log: PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #7 from Marek Polacek --- Author: mpolacek Date: Sat Jun 8 00:17:13 2019 New Revision: 272068 URL: https://gcc.gnu.org/viewcvs?rev=272068&root=gcc&view=rev Log: PR c++/1 * g++.dg/cpp0x/constexpr-1.C: New test

[Bug c++/55004] [meta-bug] constexpr issues

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 1, which changed state. Bug 1 Summary: internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 What|Removed

[Bug c++/77771] internal compiler error: in cxx_eval_bit_field_ref, at cp/constexpr.c:2090

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/77967] ICE in cp_parser_type_name, at cp/parser.c:16419 (trying to add a method to a template alias)

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77967 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/77967] ICE in cp_parser_type_name, at cp/parser.c:16419 (trying to add a method to a template alias)

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77967 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Sat Jun 8 00:30:51 2019 New Revision: 272070 URL: https://gcc.gnu.org/viewcvs?rev=272070&root=gcc&view=rev Log: PR c++/77967 * g++.dg/cpp0x/alias-decl-68.C: New test.

[Bug c++/77967] ICE in cp_parser_type_name, at cp/parser.c:16419 (trying to add a method to a template alias)

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77967 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/77747] GCC allows inheriting constructors from indirect base

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77747 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/90751] -fpatchtable-function-entry broken on hppa-linux-gnu-gcc/hppa64-linux-gnu-gcc

2019-06-07 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90751 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/77747] GCC allows inheriting constructors from indirect base

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77747 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Sat Jun 8 00:48:54 2019 New Revision: 272071 URL: https://gcc.gnu.org/viewcvs?rev=272071&root=gcc&view=rev Log: PR c++/77747 * g++.dg/cpp0x/inh-ctor33.C: New test. Ad

[Bug c++/77747] GCC allows inheriting constructors from indirect base

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77747 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/77548] ICE on invalid C++ code with overloaded functions: in instantiate_type, at cp/class.c:8270

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77548 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/77554] ICE on valid C++11 code with variadic template function: tree check: expected class ‘expression’, have ‘type’ (integer_type) in tree_operand_check, at tree.h:3524

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77554 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/72845] gcc crashes (ICE) when compiling program with complex noexcept declaration

2019-06-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72845 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/90785] New: [ia64] switch to LRA

2019-06-07 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90785 Bug ID: 90785 Summary: [ia64] switch to LRA Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: u

[Bug target/90785] [ia64] switch to LRA

2019-06-07 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90785 --- Comment #1 from Jason Duerstock --- Created attachment 46463 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46463&action=edit register spill failure from ffmpeg-4.1.3 // src/libavformat/jvdec.c: In function ‘read_header’: // src/libavf

[Bug tree-optimization/90774] avoid doing vector splat arithmetic where possible

2019-06-07 Thread slandden at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90774 --- Comment #3 from Shawn Landden --- > So this kind of reassociation can only be done with either -fwrapv or > unsigned types. Due to integer overflow being undefined. That depends on 1) if operations are re-ordered differn't to the order of

[Bug fortran/90786] New: ICE on procedure pointer assignment to function with class pointer result

2019-06-07 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90786 Bug ID: 90786 Summary: ICE on procedure pointer assignment to function with class pointer result Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug c++/87404] Implement -Wenum-compare and -Wenum-compare-switch

2019-06-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87404 --- Comment #5 from Eric Gallager --- (In reply to Jakub Jelinek from comment #3) > Marek, would you like to implement this for GCC 10? (In reply to Marek Polacek from comment #4) > I can try, sure. It's GCC 10 now.

[Bug target/30829] extra register zero extends on x86_64

2019-06-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30829 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Eric Gallager changed: What|Removed |Added Keywords||patch URL|