[Bug c++/90830] A not fully fixed ICE?

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

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

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90579 --- Comment #4 from Richard Biener --- A workaround on your side would be to stick -mprefer-vector-size=128 on the function. Note the actual code seems to have another loop touching r inbetween: for (i=0;i<6;i++) { r[i] = x1*toverp[k+i]*g

[Bug bootstrap/90819] [10 regression] -Walloc-size-larger-than error in trans-mem.c

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90819 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/41647] Early Loop Unrolling control

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41647 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug tree-optimization/41881] [4.6 regression] Complete unrolling (inner) versus vectorization of reduction

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41881 Bug 41881 depends on bug 41647, which changed state. Bug 41647 Summary: Early Loop Unrolling control https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41647 What|Removed |Added ---

[Bug other/90827] [Aarch64]rev instruction can't oprate NEON registers.

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

[Bug c++/90832] New: An ICE

2019-06-11 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90832 Bug ID: 90832 Summary: An ICE Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc d

[Bug target/39725] [7/8/9/10 Regression][cond-optab] MIPS pessimizations on floating-point

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Richard Biener changed: What|Removed |Added CC|rguenth at gcc dot gnu.org |mfortune at gmail dot com --- C

[Bug c++/90830] A not fully fixed ICE?

2019-06-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90830 --- Comment #2 from Marc Glisse --- ICE is short for "internal compiler error", it means that the compiler crashes. Please don't use that expression for anything else, in particular not for the compiler reporting an error in your code (whether it

[Bug c++/87847] spec_hasher::hash does not match with spec_hasher::equal

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87847 --- Comment #10 from Martin Liška --- Author: marxin Date: Tue Jun 11 07:55:19 2019 New Revision: 272144 URL: https://gcc.gnu.org/viewcvs?rev=272144&root=gcc&view=rev Log: Disable htable sanitization in pt.c (PR c++/87847). 2019-06-11 Martin L

[Bug middle-end/90796] [8/9/10 Regression] GCC: O2 vs O3 output differs on simple test

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90796 --- Comment #4 from Richard Biener --- Hmm, the CFG looks like unroll-and-jam attempts to do versioning/peeling but forgets the tail loop is executed at least once?

[Bug middle-end/90820] [10 regression] ICE in hashtab_chk_error, at hash-table.h:1022

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90820 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gcov-profile/90831] libgcc/libgcov-merge.c: conflicting __gcov_merge_single prototype

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90831 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/90832] [9/10 Regression] ICE in cxx_eval_constant_expression at gcc/cp/constexpr.c:2314

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90832 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/90829] -fopenacc expects iteration declaration or initialization

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90829 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90781 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/90816] -finstrument-functions-exclude-function-list improperly handles namespace/class definitions

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90816 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/90828] A recurring hang when mangling

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90828 Martin Liška changed: What|Removed |Added Keywords||compile-time-hog Last reconfirmed|

[Bug bootstrap/90819] [10 regression] -Walloc-size-larger-than error in trans-mem.c

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90819 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 08:20:02 2019 New Revision: 272145 URL: https://gcc.gnu.org/viewcvs?rev=272145&root=gcc&view=rev Log: PR bootstrap/90819 * trans-mem.c (tm_memopt_compute_availa

[Bug tree-optimization/47770] wrong code -O2 -ftree-loop-if-convert-stores -fno-tree-reassoc

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47770 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug middle-end/88784] Middle end is missing some optimizations about unsigned

2019-06-11 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 --- Comment #24 from rguenther at suse dot de --- On Tue, 11 Jun 2019, helijia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 > > --- Comment #23 from Li Jia He --- > Created attachment 46477 > --> https://gcc

[Bug c++/90830] A not fully fixed ICE?

2019-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90830 --- Comment #3 from Jonathan Wakely --- (In reply to zhonghao from comment #0) > However, I tried clang and icc, and both compilers accept the code. Is the > bug fully fixed? They only accept it because your code doesn't instantiate the function

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

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90574 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/90829] -fopenacc expects iteration declaration or initialization

2019-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90829 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|NEW

[Bug c++/90829] -fopenacc expects iteration declaration or initialization

2019-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90829 --- Comment #3 from Jonathan Wakely --- N.B. if you enable warnings (just -Wall is enough) then you do get a diagnostic without -fopenacc: acc.cc:2: warning: ignoring #pragma acc kernels [-Wunknown-pragmas] #pragma acc kernels loop create(f) co

[Bug c++/90829] -fopenacc expects iteration declaration or initialization

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90829 --- Comment #4 from Jakub Jelinek --- While the OpenACC standard has the specification far more vague than OpenMP, where the standard specifies only a subset of C/C++ for loops to be valid in OpenMP constructs, quick search of OpenACC 2.5 specifi

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

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90784 Richard Biener changed: What|Removed |Added Keywords|wrong-code | Status|UNCONFIRMED

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

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90785 --- Comment #2 from Richard Biener --- ia64 no longer has a maintainer.

[Bug fortran/90786] [7/8/9 Regression] ICE on procedure pointer assignment to function with class pointer result

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90786 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Known to work|

[Bug target/90798] Improve the diagnostic for the mismatched target attributes and the intrinsics

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

[Bug testsuite/90806] Warray-bounds-2.c fail on cross-aarch64 on RH6 host

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90806 Richard Biener changed: What|Removed |Added Target||aarch64 --- Comment #2 from Richard Bie

[Bug c++/90810] [8/9/10 Regression] Different intrinsics behavior on G++ 7.4 and G++ 8.3

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Priority

[Bug c++/90833] New: Inline specification is changed?

2019-06-11 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90833 Bug ID: 90833 Summary: Inline specification is changed? Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug testsuite/90812] Tests misuse "dg-require-effective-target int32plus" to check for 64-bit integer support

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90812 --- Comment #2 from Richard Biener --- I think most tests like this end up using 'long long' and use __SIZEOF_LONG_LONG__ to guard code. There's a dejagnu effective target for long long support.

[Bug bootstrap/90819] [10 regression] -Walloc-size-larger-than error in trans-mem.c

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

[Bug c++/90828] A recurring hang when mangling

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90828 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/90832] [9/10 Regression] ICE in cxx_eval_constant_expression at gcc/cp/constexpr.c:2314

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90832 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/90813] [10 regression] gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084

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

[Bug c++/90833] Inline specification is changed?

2019-06-11 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90833 --- Comment #1 from zhonghao at pku dot org.cn --- Here is the url of the previous bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88726 (In reply to zhonghao from comment #0) > A previous bug report has a code sample: > > int main()

[Bug c++/90833] Inline specification is changed?

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90833 Richard Biener changed: What|Removed |Added Keywords||accepts-invalid --- Comment #2 from Ric

[Bug testsuite/90806] Warray-bounds-2.c fail on cross-aarch64 on RH6 host

2019-06-11 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90806 --- Comment #3 from Christophe Lyon --- (In reply to Richard Biener from comment #2) > GCC 6 is no longer maintained btw. I'm talking about gcc-9 and trunk. The host (x86_64) is running either Redhat Linux 6 or 7. Both cases use dejagnu-1.5.1 a

[Bug testsuite/90806] Warray-bounds-2.c fail on cross-aarch64 on RH6 host

2019-06-11 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90806 --- Comment #4 from Christophe Lyon --- gcc.log on the RH7 host contains lines which are absent from gcc.log on the RH6 host: In function 'void wrap_memcpy_dst_diff_max(char*, const char*, ptrdiff_t, size_t)', inlined from 'void call_memcpy_

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #5 from Jakub Jelinek --- Ok, had a look today under debugger what happens. In the host cc1, before LTO into for offloading is written, we bump the alignment of the "omp simt private" variable from 64-bits to 128-bits in align_local_v

[Bug middle-end/88784] Middle end is missing some optimizations about unsigned

2019-06-11 Thread helijia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 --- Comment #25 from Li Jia He --- Indeed, this patch cannot catch all variants that appear. I found that the optimize_vec_cond_expr function in the tree-ssa-reassoc.c file will call maybe_fold_and_comparisons and maybe_fold_or_comparisons, so j

[Bug c++/90801] A recurring hang

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90801 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog Status|UNC

[Bug c++/90833] Inline specification is changed?

2019-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90833 --- Comment #4 from Jonathan Wakely --- (In reply to zhonghao from comment #0) > Is the spec changed? Or, actually, this is a new bug? P.S. It doesn't make sense to ask if the spec changed when the previous bug was about conformance to the C sta

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

2019-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90781 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot

[Bug c++/90833] Inline specification is changed?

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

[Bug c++/90801] A recurring hang

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90801 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/86299] no member named 'value'

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

[Bug middle-end/88784] Middle end is missing some optimizations about unsigned

2019-06-11 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 --- Comment #26 from rguenther at suse dot de --- On Tue, 11 Jun 2019, helijia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784 > > --- Comment #25 from Li Jia He --- > Indeed, this patch cannot catch all variants

[Bug c++/86430] ambiguous overload?

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

[Bug c++/86473] a problem in member lookup?

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

[Bug c++/86478] Crashed on legal code

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

[Bug c++/86501] shadow template parameter

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

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #6 from Jakub Jelinek --- Created attachment 46479 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46479&action=edit gcc10-pr90811-overalign.patch Perhaps during estimate_stack_frame_size we should make sure not to adjust DECL_A

[Bug c++/86634] no type named 'iterator_category' in 'ForwardIterator'

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

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #7 from Alexander Monakov --- (In reply to Jakub Jelinek from comment #6) > Created attachment 46479 [details] > gcc10-pr90811-overalign.patch > > Perhaps during estimate_stack_frame_size we should make sure not to adjust > DECL_ALIG

[Bug target/90834] New: Header and startup objects not found on macOS 10.15

2019-06-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 Bug ID: 90834 Summary: Header and startup objects not found on macOS 10.15 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/90834] Header and startup objects not found on macOS 10.15

2019-06-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 --- Comment #1 from Iain Sandoe --- I don't have 10.15 or xcode 11 yet .. does ... configure --prefix ... --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk . CC="clang --sysroot=/Library/Developer/CommandLineTools/SDKs/Mac

[Bug target/90834] Header and startup objects not found on macOS 10.15

2019-06-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 --- Comment #2 from Iain Sandoe --- (In reply to Iain Sandoe from comment #1) > I don't have 10.15 or xcode 11 yet .. > > does ... > configure --prefix ... > --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk > . > CC="clan

[Bug fortran/90813] [10 regression] gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084

2019-06-11 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90813 --- Comment #5 from paul.richard.thomas at gmail dot com --- Hi there, That might well have pinpointed the problem sufficiently. Thanks Paul On Mon, 10 Jun 2019 at 20:18, seurer at gcc dot gnu.org wrote: > > https://gcc.gnu.org/bugzilla/show

[Bug tree-optimization/62041] vector fneg codegen uses a subtract instead of an xor (x86-64)

2019-06-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62041 --- Comment #6 from Marc Glisse --- Author: glisse Date: Tue Jun 11 12:48:26 2019 New Revision: 272151 URL: https://gcc.gnu.org/viewcvs?rev=272151&root=gcc&view=rev Log: fold_real_zero_addition_p for vectors 2019-06-11 Marc Glisse P

[Bug tree-optimization/62041] vector fneg codegen uses a subtract instead of an xor (x86-64)

2019-06-11 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62041 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/90810] [8/9/10 Regression] Different intrinsics behavior on G++ 7.4 and G++ 8.3

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 13:01:40 2019 New Revision: 272152 URL: https://gcc.gnu.org/viewcvs?rev=272152&root=gcc&view=rev Log: PR c++/90810 * init.c (constant_value_1): Handle VECTOR_CS

[Bug target/90834] Header and startup objects not found on macOS 10.15

2019-06-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/90810] [8/9/10 Regression] Different intrinsics behavior on G++ 7.4 and G++ 8.3

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 13:08:47 2019 New Revision: 272154 URL: https://gcc.gnu.org/viewcvs?rev=272154&root=gcc&view=rev Log: PR c++/90810 * init.c (constant_value_1): Handle VECTOR_CS

[Bug target/90834] Header and startup objects not found on macOS 10.15

2019-06-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90834 --- Comment #4 from Iain Sandoe --- (In reply to Eric Gallager from comment #3) > possible dup of bug 90808? no, not in this case - although it gets hard to figure out what's going on when partial sysroots are copied into place, that seemed to b

[Bug fortran/90813] [10 regression] gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084

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

[Bug target/90835] New: Incompatibilities with macOS 10.15 headers

2019-06-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 Bug ID: 90835 Summary: Incompatibilities with macOS 10.15 headers Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2019-06-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #1 from Rainer Orth --- Created attachment 46480 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46480&action=edit macOS 10.15 header patches to allow bootstrap to complete

[Bug tree-optimization/90836] New: Missing popcount pattern matching

2019-06-11 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90836 Bug ID: 90836 Summary: Missing popcount pattern matching Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority:

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2019-06-11 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #2 from Iain Sandoe --- does the existing availability hack work [below]? *if the person who originally put it into pr83531 doesn't post it soon - I plan to apply it anyway - having re-tested with 10.13/10.14(SDK2) * for the other t

[Bug c++/90810] [8/9/10 Regression] Different intrinsics behavior on G++ 7.4 and G++ 8.3

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 13:42:07 2019 New Revision: 272155 URL: https://gcc.gnu.org/viewcvs?rev=272155&root=gcc&view=rev Log: PR c++/90810 * init.c (constant_value_1): Handle VECTOR_CS

[Bug c++/90810] [8/9/10 Regression] Different intrinsics behavior on G++ 7.4 and G++ 8.3

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/90796] [8/9/10 Regression] GCC: O2 vs O3 output differs on simple test

2019-06-11 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90796 --- Comment #5 from Michael Matz --- FWIW, the reduced testcase from comment #3 is wrong. Even with -O0 or with gcc 4.3 or 6 I get: b:48 Aborted (core dumped) But I can reproduce the problem with the original testcase.

[Bug tree-optimization/90836] Missing popcount pattern matching

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

[Bug c++/90832] [9/10 Regression] ICE in cxx_eval_constant_expression at gcc/cp/constexpr.c:2314

2019-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90832 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/90801] A recurring hang

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90801 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/90801] A recurring hang

2019-06-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90801 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Jun 11 14:03:41 2019 New Revision: 272156 URL: https://gcc.gnu.org/viewcvs?rev=272156&root=gcc&view=rev Log: 2019-06-11 Richard Biener PR c++/90801 * typeck2.c

[Bug tree-optimization/90837] New: Generate infinite loop when using -ftree-vrp

2019-06-11 Thread zhongyunde at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90837 Bug ID: 90837 Summary: Generate infinite loop when using -ftree-vrp Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree

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

2019-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Tue Jun 11 15:03:21 2019 New Revision: 272157 URL: https://gcc.gnu.org/viewcvs?rev=272157&root=gcc&view=rev Log: PR c++/90449 - add -Winaccessible-base option. * doc/invo

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

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

[Bug other/44209] [meta-bug] Some warnings are not linked to diagnostics options

2019-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209 Bug 44209 depends on bug 90449, which changed state. Bug 90449 Summary: No way to turn off warning about inaccessible base https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 What|Removed |Added -

[Bug tree-optimization/90838] New: Detect table-based ctz implementation

2019-06-11 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90838 Bug ID: 90838 Summary: Detect table-based ctz implementation Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Priori

[Bug tree-optimization/90839] New: Detect lsb ones counting loop (final value replacement?)

2019-06-11 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90839 Bug ID: 90839 Summary: Detect lsb ones counting loop (final value replacement?) Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: missed-optimization

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

2019-06-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90579 H.J. Lu changed: What|Removed |Added Summary|Huge store forward stall|[8/9/10] Huge store forward

[Bug target/90822] Remove PowerPC lfiwax and lfiwzx patterns

2019-06-11 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90822 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 16:40:10 2019 New Revision: 272161 URL: https://gcc.gnu.org/viewcvs?rev=272161&root=gcc&view=rev Log: PR target/90811 * config/nvptx/nvptx.c (nvptx_output_softs

[Bug testsuite/90806] Warray-bounds-2.c fail on cross-aarch64 on RH6 host

2019-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90806 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #5

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 16:43:09 2019 New Revision: 272162 URL: https://gcc.gnu.org/viewcvs?rev=272162&root=gcc&view=rev Log: PR target/90811 * config/nvptx/nvptx.c (nvptx_output_softs

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

2019-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Tue Jun 11 16:44:41 2019 New Revision: 272163 URL: https://gcc.gnu.org/viewcvs?rev=272163&root=gcc&view=rev Log: PR target/90811 * config/nvptx/nvptx.c (nvptx_output_soft

[Bug target/90811] [nvptx] ptxas error on OpenMP offloaded code

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

[Bug target/90513] asm thunks do not work on PowerPC64/VxWorks (kernel mode)

2019-06-11 Thread umesh.kalappa0 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90513 --- Comment #17 from Umesh Kalappa --- the following change #undef TARGET_ASM_CAN_OUTPUT_MI_THUNK #define TARGET_ASM_CAN_OUTPUT_MI_THUNK rs6000_can_output_mi_thunk /* Return true if rs6000_output_mi_thunk would be able to output the assembl

Re: [Bug target/90513] asm thunks do not work on PowerPC64/VxWorks (kernel mode)

2019-06-11 Thread Umesh Kalappa
Hi Segher , We would like to know comments on the below proposed change ? Thank you ~Umesh On Tue, Jun 11, 2019 at 10:23 PM umesh.kalappa0 at gmail dot com wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90513 > > --- Comment #17 from Umesh Kalappa --- > the following change > > #und

[Bug target/90513] asm thunks do not work on PowerPC64/VxWorks (kernel mode)

2019-06-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90513 --- Comment #18 from Eric Botcazou --- > is that ok to commit and we regressed for powerpc and no-regress found . But this will pessimize e.g. VxWorks in RTP mode which works OK, so no.

[Bug tree-optimization/90837] Generate infinite loop when using -ftree-vrp

2019-06-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90837 --- Comment #1 from Andrew Pinski --- The access auwMulRRUPeakUsrInfo[0][uwUserCountCell1] can be out of bounds.

[Bug tree-optimization/90838] Detect table-based ctz implementation

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

[Bug libstdc++/90397] Incompatibility with clang-tidy on std::variant

2019-06-11 Thread dushistov at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90397 Evgeniy Dushistov changed: What|Removed |Added CC||dushistov at mail dot ru --- Comment

[Bug c/90840] New: [8/9/10 Regression] ICE in simplify_subreg, at simplify-rtx.c:6441

2019-06-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90840 Bug ID: 90840 Summary: [8/9/10 Regression] ICE in simplify_subreg, at simplify-rtx.c:6441 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

  1   2   >