[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #1 from krux --- Something like -march=armv8-a -mfpu=neon-fp-armv8 does not work either. https://godbolt.org/z/MpBQ0I

[Bug target/88013] New: can't vectorize rgb to grayscale conversion code

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 Bug ID: 88013 Summary: can't vectorize rgb to grayscale conversion code Product: gcc Version: 7.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 --- Comment #5 from krux --- I meant -Wshadow=local.

[Bug c++/45615] -Wshadow doesn't report class member shadowing

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45615 Eric Gallager changed: What|Removed |Added Last reconfirmed|2010-09-09 16:31:17 |2018-11-13 CC|

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 --- Comment #4 from Eric Gallager --- (In reply to krux from comment #3) > -Wshadow, at least the local variant, would indeed be really nice in -Wall > or at least -Wextra. The global one is still too noisy because of class > constructors: https:

[Bug driver/61651] Cross compiler will use host as eroneously

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651 Eric Gallager changed: What|Removed |Added Keywords||build --- Comment #3 from Eric Gallager

[Bug tree-optimization/66013] Missed optimization after inlining va_list parameter, -m32 case

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66013 Eric Gallager changed: What|Removed |Added Keywords||patch --- Comment #8 from Eric Gallager

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

2018-11-13 Thread xuepeng.guo at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87718 --- Comment #4 from Terry Guo --- (In reply to Uroš Bizjak from comment #2) > Following testcase: > > --cut here-- > typedef int V __attribute__((vector_size (8))); > > void foo (int x, int y) > { > register int a __asm ("xmm1"); > register

[Bug c++/45615] -Wshadow doesn't report class member shadowing

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45615 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #2 from k

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #3 from k

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #11 from Peter Bergner --- Author: bergner Date: Wed Nov 14 02:17:35 2018 New Revision: 266097 URL: https://gcc.gnu.org/viewcvs?rev=266097&root=gcc&view=rev Log: gcc/ PR rtl-optimization/87507 * lower-subreg.c (operan

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #5 from Vadim Zeitlin --- I obviously meant that it makes it unusable in my use case when I can't guarantee that the input is bounded by this (smallish) size.

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #4 from Jonathan Wakely --- (In reply to Vadim Zeitlin from comment #3) > This makes std::regex simply unusable. Yes, because there are no uses with inputs below 27KiB.

[Bug tree-optimization/87898] [8/9 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:961

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87898 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 00:02:35 2018 New Revision: 266093 URL: https://gcc.gnu.org/viewcvs?rev=266093&root=gcc&view=rev Log: PR tree-optimization/87898 * omp-simd-clone.c (ipa_simd_mo

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 Vadim Zeitlin changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment #

[Bug c++/87781] template disambiguator not after `::`, `.` or `->` is incorrectly accepted in an elaborated-type-specifier

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87781 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug d/87824] x86_64-linux multilib issues

2018-11-13 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #10 from Iain Buclaw --- (In reply to Johannes Pfau from comment #9) > Fix for the loadDR failure: https://github.com/D-Programming-GDC/GDC/pull/767 Could you post that to gcc-patches? Should probably get write after approval for yo

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

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

[Bug c++/86594] Crash on trying to capture 'this' in instantiation of generic lambda

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86594 --- Comment #2 from Marek Polacek --- For some weird reason this got fixed by my r265734.

[Bug tree-optimization/68561] An improvement for VRP

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68561 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|mpolacek at gcc d

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

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

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

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87899 --- Comment #8 from Peter Bergner --- Author: bergner Date: Tue Nov 13 22:14:11 2018 New Revision: 266086 URL: https://gcc.gnu.org/viewcvs?rev=266086&root=gcc&view=rev Log: gcc/ PR rtl-optimization/87899 * lra-lives.c (start_livi

[Bug c++/78244] Narrowing conversion is accepted in a function template, but it should be rejected

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78244 --- Comment #8 from Marek Polacek --- Testcase from 88012: using Number = unsigned int; template struct S { S() { const Number x = {-1}; (void)x; } }; int main() { S<1> s; }

[Bug c++/78244] Narrowing conversion is accepted in a function template, but it should be rejected

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78244 Marek Polacek changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment #

[Bug c++/88012] Expected -Wnarrowing not given inside template class method

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88012 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/88012] New: Expected -Wnarrowing not given inside template class method

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88012 Bug ID: 88012 Summary: Expected -Wnarrowing not given inside template class method Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Pr

[Bug tree-optimization/81454] missing strcmp optimization and warning on duplicate call with an unknown string

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81454 Eric Gallager changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Eric Gal

[Bug d/87824] x86_64-linux multilib issues

2018-11-13 Thread johannespfau at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87824 --- Comment #9 from Johannes Pfau --- Fix for the loadDR failure: https://github.com/D-Programming-GDC/GDC/pull/767

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

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87996 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/68836] GCC can't properly emit debug info for function arguments in a back-trace when using -Og

2018-11-13 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 --- Comment #7 from Alexandre Oliva --- Thanks. Hmm, tricky. There's no inlining, and debug info is as complete as one could get. The problem is that the registers holding the variables are call-clobbered, and the variables are dead after the

[Bug tree-optimization/87011] [9 Regression] partially dead memset before strcpy not eliminated

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87011 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug debug/48886] VTA issues with > word size integers

2018-11-13 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48886 --- Comment #4 from Alexandre Oliva --- I'm afraid I didn't investigate to tell whether problems were fixed or latent, I just observed that the test passed.

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

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 --- Comment #15 from Martin Sebor --- Author: msebor Date: Tue Nov 13 19:57:51 2018 New Revision: 266084 URL: https://gcc.gnu.org/viewcvs?rev=266084&root=gcc&view=rev Log: PR middle-end/81824 - Warn for missing attributes with function aliases

[Bug bootstrap/86739] [9 Regression] Bootstrap broken with host GCC 4.1.2

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86739 --- Comment #10 from Jakub Jelinek --- Created attachment 45001 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45001&action=edit gcc9-pr86739-2.patch Variant patch if the conversion operator would not be acceptable.

[Bug bootstrap/86739] [9 Regression] Bootstrap broken with host GCC 4.1.2

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86739 --- Comment #9 from Jakub Jelinek --- Created attachment 45000 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45000&action=edit gcc9-pr86739.patch This works for me (well, make in gcc/ with recent gcc still builds and the preprocessed sour

[Bug tree-optimization/88011] New: [9 regression] r266028 causes a bunch of go failures

2018-11-13 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88011 Bug ID: 88011 Summary: [9 regression] r266028 causes a bunch of go failures Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug bootstrap/86739] [9 Regression] Bootstrap broken with host GCC 4.1.2

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

[Bug middle-end/88010] noinline function alias unexpectedly inlined

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010 Martin Sebor changed: What|Removed |Added Known to fail||4.1.0, 8.2.0, 9.0 --- Comment #1 from Mar

[Bug middle-end/88010] New: noinline function alias unexpectedly inlined

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010 Bug ID: 88010 Summary: noinline function alias unexpectedly inlined Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle

[Bug fortran/88009] New: [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88009 Bug ID: 88009 Summary: [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug target/87870] ppc64le generates poor code when loading constants into TImode vars

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

[Bug fortran/88008] New: [9 Regression] ICE in check_typebound_baseobject, at fortran/resolve.c:6058

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88008 Bug ID: 88008 Summary: [9 Regression] ICE in check_typebound_baseobject, at fortran/resolve.c:6058 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: norma

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

2018-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #3 from G. Steinmetz --- Sure ...

[Bug middle-end/86528] [9 Regression] strlen of constant string malfunction -- had to back out fix for PR middle-end/77357

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86528 Jakub Jelinek changed: What|Removed |Added CC||zhonghao at pku dot org.cn --- Comment #

[Bug middle-end/86718] [9 Regression] ICE during RTL pass: expand

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86718 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/79440] internal compiler error: in fold_convert_loc, at fold-const.c:2373

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

[Bug c++/78244] Narrowing conversion is accepted in a function template, but it should be rejected

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

[Bug bootstrap/87932] Missing profile count data file not found [-Wmissing-profile] during profiledbootstrap

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

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added URL|https://gcc.gnu.org/ml/gcc- |https://gcc.gnu.org/ml/gcc-

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

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

[Bug target/86383] [9 Regression] arm-netbsdelf cross compiler fails in selftests

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86383 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug other/88007] [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Mil

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

2018-11-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88000 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/86991] [8 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 Richard Biener changed: What|Removed |Added Known to work||9.0 Summary|[8/9 Regression]

[Bug tree-optimization/86991] [8/9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 16:14:37 2018 New Revision: 266081 URL: https://gcc.gnu.org/viewcvs?rev=266081&root=gcc&view=rev Log: 2018-11-13 Richard Biener PR tree-optimization/86991

[Bug other/88007] New: [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474

2018-11-13 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88007 Bug ID: 88007 Summary: [9 Regression] ICE in gt_ggc_m_S, at ggc-page.c:1474 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: GC, ice-on-valid-code Severity: normal

[Bug rtl-optimization/87552] [9 regression] FAIL: gcc.c-torture/compile/20010102-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error)

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87552 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

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

[Bug ipa/87955] [9 Regression] ICE in cl_target_option_print_diff at gcc/options-save.c:3803 since r265920

2018-11-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87955 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/87955] [9 Regression] ICE in cl_target_option_print_diff at gcc/options-save.c:3803 since r265920

2018-11-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87955 --- Comment #3 from David Malcolm --- Author: dmalcolm Date: Tue Nov 13 15:59:57 2018 New Revision: 266079 URL: https://gcc.gnu.org/viewcvs?rev=266079&root=gcc&view=rev Log: Fix ICE with -fopt-info-inline (PR ipa/87955) PR ipa/87955 reports a p

[Bug tree-optimization/87898] [8/9 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:961

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

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 --- Comment #4 from dave.anglin at bell dot net --- On 2018-11-13 10:21 a.m., skrll at netbsd dot org wrote: > yes, it does. So, the bug should be closed. Dave

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

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

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread skrll at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 --- Comment #2 from Nick Hudson --- yes, it does. Nick nick@zoom:~/gcc$ ./inst/bin/hppa--linux-gcc -O2 -fno-delete-null-pointer-checks -S -o pdc.s pdc.i nick@zoom:~/gcc$ cat pdc.s .LEVEL 1.1 .text .align 4 .globl pdc_in

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |hubicka at gcc dot gnu.org --- Co

[Bug tree-optimization/87885] ICE in release_ssa_name_fn with -fprofile-report

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

[Bug tree-optimization/87885] ICE in release_ssa_name_fn with -fprofile-report

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87885 --- Comment #5 from Martin Liška --- Author: marxin Date: Tue Nov 13 15:06:54 2018 New Revision: 266074 URL: https://gcc.gnu.org/viewcvs?rev=266074&root=gcc&view=rev Log: Improve -fprofile-report. 2018-11-13 Martin Liska PR tree-opt

[Bug tree-optimization/87931] [9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6193 since r265876

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87931 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 15:07:53 2018 New Revision: 266075 URL: https://gcc.gnu.org/viewcvs?rev=266075&root=gcc&view=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87931

[Bug tree-optimization/87931] [9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6193 since r265876

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87931 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/87930] [8/9 Regression] ICE in emit_library_call_value_1, at calls.c:5422 since r249903

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

[Bug sanitizer/87930] [8/9 Regression] ICE in emit_library_call_value_1, at calls.c:5422 since r249903

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87930 --- Comment #4 from Martin Liška --- Author: marxin Date: Tue Nov 13 15:03:58 2018 New Revision: 266073 URL: https://gcc.gnu.org/viewcvs?rev=266073&root=gcc&view=rev Log: Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

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

[Bug testsuite/88002] libbacktrace and libiberty tests don't use dejagnu

2018-11-13 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88002 --- Comment #1 from Ian Lance Taylor --- I really have no intention of running the libbacktrace tests under DejaGNU. But if someone wants to copy the .sum file generation out of libgo (which also does not use DejaGNU), that would be fine with me

[Bug debug/88006] New: -fdebug-types-section gives undefined reference

2018-11-13 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88006 Bug ID: 88006 Summary: -fdebug-types-section gives undefined reference Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: deb

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

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #4 from Richard Biener --- OK, I'd rather not put this hack on trunk. Iff then a very limited scope TREE_DIE (same cases as the hack) should be brought in.

[Bug target/88005] [7/8/9 Regression] GCC on hppa misoptimisation function pointer call

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Richard Biener changed: What|Removed |Added Target||hppa CC|

[Bug tree-optimization/87962] [9 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1485

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87962 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 13:51:34 2018 New Revision: 266071 URL: https://gcc.gnu.org/viewcvs?rev=266071&root=gcc&view=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87962

[Bug tree-optimization/87962] [9 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1485

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87962 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|c++

[Bug c++/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Nov 13 13:50:18 2018 New Revision: 266070 URL: https://gcc.gnu.org/viewcvs?rev=266070&root=gcc&view=rev Log: 2018-11-13 Richard Biener PR tree-optimization/87967

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

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

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

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

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

2018-11-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 --- Comment #2 from Dominique d'Humieres --- Related to/duplicate of pr87881/pr87945/pr87993. > Changed between 20181028 and 20181104 (ICE). Parameter inquiry has been introduced at revision r265729: before it gave the error Error: Unexpected

[Bug tree-optimization/86991] [8/9 Regression] ICE in vectorizable_reduction, at tree-vect-loop.c:6919

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86991 --- Comment #4 from Richard Biener --- So the reason in the end is failure to tear down a half-built reduction chain. I have a fix (finally).

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

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87991 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U

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

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87992 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U

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

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87993 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

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

2018-11-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

[Bug target/88005] New: [6/7/8/9] Regression GCC on hppa misoptimisation function pointer call

2018-11-13 Thread skrll at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88005 Bug ID: 88005 Summary: [6/7/8/9] Regression GCC on hppa misoptimisation function pointer call Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87817 --- Comment #2 from Jakub Jelinek --- E.g. in simplify-rtx.c we have: case SIGN_EXTRACT: case ZERO_EXTRACT: if (CONST_INT_P (op0) && CONST_INT_P (op1) && CONST_INT_P (op2) && is_a (mode, &int_mode)

[Bug lto/88004] [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 --- Comment #1 from Martin Liška --- Created attachment 44996 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44996&action=edit Callgraph dump

[Bug lto/88004] [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 Martin Liška changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org Targ

[Bug lto/88004] New: [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node

2018-11-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88004 Bug ID: 88004 Summary: [9 Regression] lto1: error: node differs from node->decl->decl_with_vis.symtab_node Product: gcc Version: 9.0 Status: UNCONFIRMED Keyword

[Bug rtl-optimization/87817] [9 Regression] gcc.target/i386/bmi2-bzhi-2.c execution test

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

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

2018-11-13 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 --- Comment #3 from Jan Hubicka --- Thanks, I will give it a try. Note that the numbers I posted are from trunk and trunk with abstract origin streaming disabled. Thanks to the type streaming reorg we do not have overall regression relative to

[Bug c++/87967] [9 Regression] ICE in slpeel_duplicate_current_defs_from_edges

2018-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87967 --- Comment #4 from Richard Biener --- (In reply to Richard Biener from comment #3) > No, it's different. We somehow fail to make a 2nd PHI in the vectorization > of the inner loop. Err, wrong bug. (gdb) p debug_gimple_stmt (from_phi) prephitm

[Bug c++/88003] New: ICE on outside definition of inner function-local class in poplevel_class, at cp/name-lookup.c:4325

2018-11-13 Thread eugvelesevich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88003 Bug ID: 88003 Summary: ICE on outside definition of inner function-local class in poplevel_class, at cp/name-lookup.c:4325 Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug testsuite/88002] New: libbacktrace and libiberty tests don't use dejagnu

2018-11-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88002 Bug ID: 88002 Summary: libbacktrace and libiberty tests don't use dejagnu Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component

  1   2   >