[Bug other/19165] (Natural) language independent error / warning classification

2018-11-12 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19165 David Malcolm changed: What|Removed |Added Keywords||patch Status|NEW

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/87089] [9 regression] tree check: expected class 'type', have 'declaration' (namespace_decl) in type_with_linkage_p, at ipa-utils.h

2018-11-12 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089 --- Comment #3 from Dmitry G. Dyachenko --- r266001 PASS

[Bug middle-end/59634] Documentation (info/man page): lack of information for cache size parameters (--param)

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59634 sandra at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/78251] config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS

2018-11-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 --- Comment #8 from Eric Gallager --- r265896 might have affected this

[Bug middle-end/59634] Documentation (info/man page): lack of information for cache size parameters (--param)

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59634 --- Comment #3 from sandra at gcc dot gnu.org --- Author: sandra Date: Tue Nov 13 03:40:53 2018 New Revision: 266048 URL: https://gcc.gnu.org/viewcvs?rev=266048&root=gcc&view=rev Log: 2018-11-13 Sandra Loosemore PR middle-end/59634

[Bug other/57700] doc: improperly named node about Diagnostic Messages Formatting

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57700 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/49674] Improve documentation for __attribute__ __section__

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49674 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug preprocessor/47823] #pragma once is documented in a weird spot

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47823 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug preprocessor/47823] #pragma once is documented in a weird spot

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47823 --- Comment #3 from sandra at gcc dot gnu.org --- Author: sandra Date: Tue Nov 13 02:06:30 2018 New Revision: 266043 URL: https://gcc.gnu.org/viewcvs?rev=266043&root=gcc&view=rev Log: 2018-11-12 Sandra Loosemore PR preprocessor/47823

[Bug c/88000] Different local vars regs order may produce different and so wrong code

2018-11-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/88000] Different local vars regs order may produce different and so wrong code

2018-11-12 Thread dominik.b.czarnota+bugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Dominik Czarnota changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALI

[Bug c/88000] Different local vars regs order may produce different and so wrong code

2018-11-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/88000] New: Different local vars regs order may produce different and so wrong code

2018-11-12 Thread dominik.b.czarnota+bugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Bug ID: 88000 Summary: Different local vars regs order may produce different and so wrong code Product: gcc Version: unknown Status: UNCONFIRMED Severity: norma

[Bug c++/87999] New: Constexpr eval. in static_assert makes string_view comparison non constexpr

2018-11-12 Thread wieichdashasse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87999 Bug ID: 87999 Summary: Constexpr eval. in static_assert makes string_view comparison non constexpr Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: norma

[Bug driver/87769] GCC build from source uses headers and libraries from directories host machine.

2018-11-12 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769 --- Comment #6 from joseph at codesourcery dot com --- If you want the modern process for building a cross toolchain for a GNU/Linux (or GNU/Hurd) target, look at how glibc's build-many-glibcs.py does it. (This is not saying you need to use bu

[Bug target/86677] popcount builtin detection is breaking some kernel build

2018-11-12 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86677 --- Comment #13 from kugan at gcc dot gnu.org --- Author: kugan Date: Mon Nov 12 23:43:56 2018 New Revision: 266039 URL: https://gcc.gnu.org/viewcvs?rev=266039&root=gcc&view=rev Log: gcc/ChangeLog: 2018-11-13 Kugan Vivekanandarajah P

[Bug middle-end/87528] Popcount changes caused 531.deepsjeng_r run-time regression on Skylake

2018-11-12 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87528 --- Comment #7 from kugan at gcc dot gnu.org --- Author: kugan Date: Mon Nov 12 23:43:56 2018 New Revision: 266039 URL: https://gcc.gnu.org/viewcvs?rev=266039&root=gcc&view=rev Log: gcc/ChangeLog: 2018-11-13 Kugan Vivekanandarajah PR

[Bug d/87824] x86_64-linux multilib issues

2018-11-12 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #8 from Johannes Pfau --- Thanks to both of you for the advice. So we should probably enable 32bit multilib testing on semaphore or buildkite then. Back to this bug report: - FAIL: libphobos.shared/loadDR.c -ldl -

[Bug c/87998] defining an alias for a TLS variable

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87998 Martin Sebor changed: What|Removed |Added Keywords||accepts-invalid --- Comment #2 from Marti

[Bug c/87998] defining an alias for a TLS variable

2018-11-12 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87998 --- Comment #1 from Andrew Pinski --- Looks like the alias is bound to the initial value area which is mapped into the memory so when a thread is started that value can be used.

[Bug c/87998] New: defining an alias for a TLS variable

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87998 Bug ID: 87998 Summary: defining an alias for a TLS variable Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c As

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 --- Comment #11 from Martin Liška --- Author: marxin Date: Mon Nov 12 21:01:38 2018 New Revision: 266037 URL: https://gcc.gnu.org/viewcvs?rev=266037&root=gcc&view=rev Log: Instrument only selected files (PR gcov-profile/87442). 2018-11-12 Mart

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/87903] Documentation for __builtin_cpu_supports and __builtin_cpu_is is not complete

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87903 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/87903] Documentation for __builtin_cpu_supports and __builtin_cpu_is is not complete

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87903 --- Comment #2 from Martin Liška --- Author: marxin Date: Mon Nov 12 20:58:02 2018 New Revision: 266036 URL: https://gcc.gnu.org/viewcvs?rev=266036&root=gcc&view=rev Log: Fix documentation of __builtin_cpu_is and __builtin_cpu_supports for x86.

[Bug fortran/85982] ICE in resolve_component, at fortran/resolve.c:13696

2018-11-12 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85982 Fritz Reese changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Fritz Reese -

[Bug lto/87997] [9 Regression] ICE in cp_var_mod_type_p at gcc/cp/cp-objcp-common.c:107 since r265870

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87997 Martin Liška changed: What|Removed |Added Last reconfirmed||2018-11-12 Known to work|

[Bug lto/87997] New: [9 Regression] ICE in cp_var_mod_type_p at gcc/cp/cp-objcp-common.c:107 since r265870

2018-11-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87997 Bug ID: 87997 Summary: [9 Regression] ICE in cp_var_mod_type_p at gcc/cp/cp-objcp-common.c:107 since r265870 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywo

[Bug fortran/87993] ICE in gfc_constructor_first, at fortran/constructor.c:234

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993 --- Comment #1 from G. Steinmetz --- Changed between 20181028 and 20181104 (ICE).

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-12 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 --- Comment #9 from Alexander Monakov --- Actually, no long division needed, broken with a plain move as well: __attribute__((weak)) int f(void) { int o=0, i; for (i=0; i<3; i++) { register int a asm("eax"); a = 1;

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #1 from G. Steinmetz --- > Should be valid code, ... Whoops, suboptimal. Better examples : $ cat z3.f90 program p real, parameter :: a = 1.0 data b /a%kind/ end $ cat z4.f90 program p integer, parameter :: a = 1 integer

[Bug c++/87996] [8/9 Regression] "size of array is negative" error when SIZE_MAX/2 < sizeof(array) <= SIZE_MAX

2018-11-12 Thread jozef.l at mittosystems dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87996 Jozef Lawrynowicz changed: What|Removed |Added Attachment #44992|0 |1 is obsolete|

[Bug c++/87996] New: [8/9 Regression] "size of array is negative" error when SIZE_MAX/2 < sizeof(array) <= SIZE_MAX

2018-11-12 Thread jozef.l at mittosystems dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87996 Bug ID: 87996 Summary: [8/9 Regression] "size of array is negative" error when SIZE_MAX/2 < sizeof(array) <= SIZE_MAX Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug target/81800] [8 regression] on aarch64 ilp32 lrint should not be inlined as two instructions

2018-11-12 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81800 Wilco changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug libgomp/87995] New: [9 regression] libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c fails consistently after r265930

2018-11-12 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87995 Bug ID: 87995 Summary: [9 regression] libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c fails consistently after r265930 Product: gcc Version: 9.0

[Bug fortran/87994] New: ICE in match_data_constant, at fortran/decl.c:399

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 Bug ID: 87994 Summary: ICE in match_data_constant, at fortran/decl.c:399 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: f

[Bug fortran/87993] New: ICE in gfc_constructor_first, at fortran/constructor.c:234

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993 Bug ID: 87993 Summary: ICE in gfc_constructor_first, at fortran/constructor.c:234 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug fortran/87945] [9 Regression] ICE in var_element, at fortran/decl.c:281

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87945 --- Comment #2 from G. Steinmetz --- z1.90 above should be _invalid_ code, because a type parameter inquiry can never be assigned a value, and should not be on LHS. An aequivalent example : $ cat z4.f90 program p character :: a, b a%len =

[Bug middle-end/87836] ICE in cc1 for gcc-6.5.0 with SPARC hardware

2018-11-12 Thread gary_mills at fastmail dot fm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87836 --- Comment #10 from Gary Mills --- Thanks for the explanation. It's entirely possible that the intermediate gcc was miss-compiled because of excessive optimization. I tried building gcc-7.3.0 with -O1 for 32-bit SPARC only, and got the same IC

[Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21110 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators

2018-11-12 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21110 --- Comment #3 from sandra at gcc dot gnu.org --- Author: sandra Date: Mon Nov 12 19:08:37 2018 New Revision: 266035 URL: https://gcc.gnu.org/viewcvs?rev=266035&root=gcc&view=rev Log: 2018-11-12 Sandra Loosemore PR middle-end/21110

[Bug tree-optimization/87859] store-merging miscompilation of mesa

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87859 Jakub Jelinek changed: What|Removed |Added Summary|[8/9 Regression]|store-merging |store-m

[Bug tree-optimization/87859] [8/9 Regression] store-merging miscompilation of mesa

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87859 --- Comment #10 from Jakub Jelinek --- Created attachment 44991 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44991&action=edit gcc9-pr87859.patch This is the approach I had my mind. For *_24.c it makes no difference, but for *_25.c, ins

[Bug rtl-optimization/85925] [7/8/9 regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-11-12 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 --- Comment #13 from Segher Boessenkool --- Sorry, I forgot. Here is the correct data: alpha 100.834% arm 100.040% c6x 100.000% csky 100.039% h8300 100.000% i386 100.000% micro

[Bug lto/86004] [9 regression] Several lto test cases begin failing with r260963

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86004 --- Comment #10 from Martin Sebor --- Both of our (Red Hat internal) build servers have been upgraded to Fedora 29 so we don't see the failures anymore but they will still com up on systems with older Binutils. Is it possible to add some sort o

[Bug c/81824] Warn for missing attributes with function aliases

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 --- Comment #13 from Martin Sebor --- Author: msebor Date: Mon Nov 12 18:02:41 2018 New Revision: 266034 URL: https://gcc.gnu.org/viewcvs?rev=266034&root=gcc&view=rev Log: PR c/81824 - Warn for missing attributes with function aliases gcc/tests

[Bug c/81824] Warn for missing attributes with function aliases

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 --- Comment #14 from Martin Sebor --- Thanks. The test needed dg-require-ifunc.

[Bug fortran/87992] New: ICE in resolve_fl_variable, at fortran/resolve.c:12314

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87992 Bug ID: 87992 Summary: ICE in resolve_fl_variable, at fortran/resolve.c:12314 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/87991] New: ICE in gfc_constructor_append_expr, at fortran/constructor.c:135

2018-11-12 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87991 Bug ID: 87991 Summary: ICE in gfc_constructor_append_expr, at fortran/constructor.c:135 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug web/79738] Documentation for __attribute__((const)) slightly misleading

2018-11-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79738 --- Comment #3 from Martin Sebor --- Correct: r255469 didn't change the semantics of either of the two attributes (it just rejects declarations that use both).

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-11-12 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #7 from Wilco --- (In reply to Richard Earnshaw from comment #6) > (In reply to Wilco from comment #5) > > (In reply to Segher Boessenkool from comment #4) > > > (In reply to Wilco from comment #3) > > > > IRA costing doesn't consider

[Bug fortran/68649] [7/8/9 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2018-11-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 --- Comment #24 from Dominique d'Humieres --- The warnings are gone between revisions r265814 and r265942.

[Bug fortran/78492] [OOP] Compiler segfault with non_overridable function in generic interface

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

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

2018-11-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717 --- Comment #10 from Dominique d'Humieres --- The warnings are gone between revisions r265814 and r265942. From comment 1 > As discussed in the other related PR, those are real issues - > Fortran frontend should not declare one function with m

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-11-12 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #6 from Richard Earnshaw --- (In reply to Wilco from comment #5) > (In reply to Segher Boessenkool from comment #4) > > (In reply to Wilco from comment #3) > > > IRA costing doesn't consider the possibility of a simple move being > >

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-11-12 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #5 from Wilco --- (In reply to Segher Boessenkool from comment #4) > (In reply to Wilco from comment #3) > > IRA costing doesn't consider the possibility of a simple move being > > removeable. > > Not always, yeah (only if you have m

[Bug rtl-optimization/87918] [9 Regression] ICE in simplify_binary_operation, at simplify-rtx.c:2153 since r264688

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87918 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|2018-11-07 0

[Bug fortran/87945] [9 Regression] ICE in var_element, at fortran/decl.c:281

2018-11-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87945 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-valid-code Sta

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

2018-11-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #5 from Dominique d'Humieres --- Related to/duplicate of pr87945?

[Bug rtl-optimization/87918] [9 Regression] ICE in simplify_binary_operation, at simplify-rtx.c:2153 since r264688

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87918 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c++/87921] [7/8/9 Regression] Incorrect error "storage size of [array] isn't known (when it is)

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87921 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/87990] using Base::operator= wrongly introduces user-declared move assignment operator

2018-11-12 Thread tomas.zencak at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87990 Tomáš Ženčák changed: What|Removed |Added CC||tomas.zencak at seznam dot cz

[Bug c++/87990] New: using Base::operator= wrongly introduces user-declared move assignment operator

2018-11-12 Thread tomas.zencak at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87990 Bug ID: 87990 Summary: using Base::operator= wrongly introduces user-declared move assignment operator Product: gcc Version: unknown Status: UNCONFIRMED Severit

[Bug c++/87989] Calling operator T() invokes wrong conversion operator overload

2018-11-12 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87989 Matthias Kretz changed: What|Removed |Added Known to work||7.3.0 Known to fail|

[Bug c++/87989] New: Calling operator T() invokes wrong conversion operator overload

2018-11-12 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87989 Bug ID: 87989 Summary: Calling operator T() invokes wrong conversion operator overload Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug target/87815] ICE in DSE with -march=armv8-a+sve while trying to replace load with previously stored value

2018-11-12 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87815 Renlin Li changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-12 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 --- Comment #8 from Alexander Monakov --- Executable testcase suitable for bisecting, aborts with -O2 -m32 __attribute__((weak)) int f(long long x[]) { int o=0, i; for (i=0; i<3; i++) { register int a asm("eax"); a = x[0]

[Bug target/87815] ICE in DSE with -march=armv8-a+sve while trying to replace load with previously stored value

2018-11-12 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87815 --- Comment #1 from Renlin Li --- Author: renlin Date: Mon Nov 12 16:47:24 2018 New Revision: 266033 URL: https://gcc.gnu.org/viewcvs?rev=266033&root=gcc&view=rev Log: [PR87815]Don't generate shift sequence for load replacement in DSE when the m

[Bug middle-end/87899] [9 regression]r264897 cause mis-compiled native arm-linux-gnueabihf toolchain

2018-11-12 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87899 Peter Bergner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug lto/86004] [9 regression] Several lto test cases begin failing with r260963

2018-11-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86004 --- Comment #9 from Jan Hubicka --- I wonder if we can close this based on fact that it only reproduces on sufficiently old binutils and we simply can't support incremental linking on these?

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-11-12 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 --- Comment #4 from Segher Boessenkool --- (In reply to Wilco from comment #3) > IRA costing doesn't consider the possibility of a simple move being > removeable. Not always, yeah (only if you have matching constraints, which are silly to have f

[Bug tree-optimization/87977] [9 Regression] ICE: verify_ssa failed (error: definition in block 4 follows the use)

2018-11-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87977 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug lto/87988] New: [9 regression] Streaming of ABSTRACT_ORIGIN is expensive

2018-11-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 Bug ID: 87988 Summary: [9 regression] Streaming of ABSTRACT_ORIGIN is expensive Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/87987] Missed optimization with ranged-for loop on a constexpr array

2018-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87987 Jonathan Wakely changed: What|Removed |Added Keywords||missed-optimization Status

[Bug libstdc++/87963] libstdc++-v3/src/c++17/memory_resource.cc:515:31: error: static assertion failed for mingw-w64 target since r265853

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

[Bug c++/87987] New: Missed optimization with ranged-for loop on a constexpr array

2018-11-12 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87987 Bug ID: 87987 Summary: Missed optimization with ranged-for loop on a constexpr array Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/87963] libstdc++-v3/src/c++17/memory_resource.cc:515:31: error: static assertion failed for mingw-w64 target since r265853

2018-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87963 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Mon Nov 12 15:25:40 2018 New Revision: 266032 URL: https://gcc.gnu.org/viewcvs?rev=266032&root=gcc&view=rev Log: PR libstdc++/87963 fix build for 64-bit mingw PR libstdc++/87963

[Bug rtl-optimization/87763] [9 Regression] aarch64 target testcases fail after r265398

2018-11-12 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 Wilco changed: What|Removed |Added CC||wilco at gcc dot gnu.org --- Comment #3 from Wil

[Bug c/69502] attribute aligned reduces alignment contrary to documentation

2018-11-12 Thread sven.koehler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69502 --- Comment #5 from Sven --- (In reply to sandra from comment #4) > Fixed on trunk. It's good thing that the documentation reflects the behavior of gcc. But on the other hand, having the align attribute work in both directions is a bad idea, I

[Bug c/81824] Warn for missing attributes with function aliases

2018-11-12 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #11 from Iain Sandoe --- (In reply to Uroš Bizjak from comment #10) > BTW: probably related to this PR, I have seen following kludge in > i386/darwin.h: > > #define STACK_BOUNDARY \ > ((profile_flag || TARGET_64BIT_MS_ABI) ? 128 :

[Bug driver/87769] GCC build from source uses headers and libraries from directories host machine.

2018-11-12 Thread mte.zych at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769 Mateusz Zych changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #10 from Uroš Bizjak --- BTW: probably related to this PR, I have seen following kludge in i386/darwin.h: #define STACK_BOUNDARY \ ((profile_flag || TARGET_64BIT_MS_ABI) ? 128 : BITS_PER_WORD) It looks that profile_flag is there d

[Bug tree-optimization/87985] Compile-time and memory hog w/ -O1 -ftree-slp-vectorize

2018-11-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87985 --- Comment #3 from Richard Biener --- diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 6019c6168bf..d60d389fa0a 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -682,7 +684,8 @@ split_constant_offset_1 (tree type, tree o

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #9 from Iain Sandoe --- (In reply to Iain Sandoe from comment #8) > (In reply to Uroš Bizjak from comment #7) > > (In reply to Iain Sandoe from comment #6) > > > for sysV5 psABI targets, the call site requirement is 64 for m32 and >

[Bug lto/87830] [9 Regression] ICE in cp_var_mod_type_p at cp/cp-objcp-common.c:107 since r265638

2018-11-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87830 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/52869] [DR 1207] "this" not being allowed in noexcept clauses

2018-11-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52869 --- Comment #9 from Jonathan Wakely --- Please send the patch to gcc-patc...@gcc.gnu.org for review.

[Bug tree-optimization/87985] Compile-time and memory hog w/ -O1 -ftree-slp-vectorize

2018-11-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87985 --- Comment #2 from Richard Biener --- It's split_constant_offset creating the large tree...

[Bug tree-optimization/87985] Compile-time and memory hog w/ -O1 -ftree-slp-vectorize

2018-11-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87985 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ada/81878] --disable-bootstrap --enable-languages=ada fails

2018-11-12 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81878 --- Comment #53 from Alexandre Oliva --- https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00930.html

Re: [Bug c++/52869] [DR 1207] "this" not being allowed in noexcept clauses

2018-11-12 Thread Umesh Kalappa
Hi Jason /Nathan , We are able to fix the below issue and would like to hear any comments / suggestions will be appreciated. Thank you ~Umesh On Mon, Nov 12, 2018 at 5:07 PM umesh.kalappa0 at gmail dot com wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52869 > > Umesh Kalappa changed

[Bug c++/52869] [DR 1207] "this" not being allowed in noexcept clauses

2018-11-12 Thread umesh.kalappa0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52869 Umesh Kalappa changed: What|Removed |Added CC||umesh.kalappa0 at gmail dot com --- Comm

[Bug target/87986] New: Assembler errors w/ -masm=intel

2018-11-12 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87986 Bug ID: 87986 Summary: Assembler errors w/ -masm=intel Product: gcc Version: unknown Status: UNCONFIRMED Keywords: assemble-failure Severity: normal Priority: P

[Bug fortran/87881] gfortran.dg/inquiry_type_ref_(1.f08|3.f90) fail on darwin

2018-11-12 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87881 --- Comment #4 from Paul Thomas --- Hi Dominique, I am just back from a business trip to the US. I will attend to this bug asap. Thanks Paul

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #8 from Iain Sandoe --- (In reply to Uroš Bizjak from comment #7) > (In reply to Iain Sandoe from comment #6) > > for sysV5 psABI targets, the call site requirement is 64 for m32 and 126/256 > > for m64. > sysV5 requires 128bit alignm

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #7 from Uroš Bizjak --- (In reply to Iain Sandoe from comment #6) > for sysV5 psABI targets, the call site requirement is 64 for m32 and 126/256 > for m64. sysV5 requires 128bit alignment at the call site, but on linux no runtime mech

[Bug inline-asm/87984] [7/8/9 Regression] wrong code for local reg var input to asm

2018-11-12 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984 Alexander Monakov changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug c/87983] Feature: Add a warning when case labels from a different enum than the one in switch(EXPR) are used

2018-11-12 Thread avarab at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87983 --- Comment #1 from Ævar Arnfjörð Bjarmason --- FYI: I filed a bug with clang for the same feature: https://bugs.llvm.org/show_bug.cgi?id=39635

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-11-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #6 from Iain Sandoe --- (In reply to Uroš Bizjak from comment #5) > (In reply to Uroš Bizjak from comment #4) > > So, what we want to achieve here? > AFAICS, the compiler figures out that the called function requires only > 64bit alig

  1   2   >