[Bug c++/66847] Derived class calling protected base ctor using C++11 {brace} init = spurious access denied error

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66847 --- Comment #7 from Jason Merrill --- *** Bug 66617 has been marked as a duplicate of this bug. ***

[Bug c++/66617] C++11 {brace} initialisation of virtually inherited derived class = failure to override base virtual function, unless all base ctors have same signature

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66617 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/71774] [4.9/5/6/7 regression] Bogus "is protected" error when list-initializing a base class with a defaulted protected constructor and a virtual function

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71774 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/63151] [5/6/7 regression] Accessibility error when brace-constructing base class with protected defaulted constructor and member variable

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63151 Jason Merrill changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #4 f

[Bug c++/55922] brace initializing parent cause bogus virtual base constructor calls

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55922 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/66847] Derived class calling protected base ctor using C++11 {brace} init = spurious access denied error

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66847 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/63151] [5/6/7 regression] Accessibility error when brace-constructing base class with protected defaulted constructor and member variable

2016-07-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63151 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug bootstrap/69506] [6 Regression] check-in 232454 seems to cause problems with cygwin builds

2016-07-22 Thread rogerpack2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69506 Roger Pack changed: What|Removed |Added CC||rogerpack2005 at gmail dot com --- Comment

[Bug c++/71978] New: -mrealignstack and the unwinder

2016-07-22 Thread rianquinn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978 Bug ID: 71978 Summary: -mrealignstack and the unwinder Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug c++/71979] New: ICE with on C++ code with incorrect type in overloaded base class '=' operator: in build_base_path, at cp/class.c:304

2016-07-22 Thread su at cs dot ucdavis.edu
to-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160722 (experimental) [trunk revision 238631] (GCC) $ $ g++-trunk -c -std=c++11 small.cpp sma

[Bug rtl-optimization/71976] [avr] insn-combiner deletes a live 64-bit shift

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71976 --- Comment #4 from Andrew Pinski --- (In reply to Georg-Johann Lay from comment #2) > Bugzille does not allow me to attach the .combine dump (for reference). > > ...anyway the relevant part of the dump is: > > In .242r.ud_dce there is the foll

[Bug rtl-optimization/71976] [avr] insn-combiner deletes a live 64-bit shift

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71976 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > this is r15 = 40; r18 = r18 << r16; So r18 << 40 which is undefined as 40 > > 16 so GCC decides why not just provide r18 here. Actually I take that back. I misse

[Bug target/71978] -mrealignstack and the unwinder

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978 --- Comment #1 from Andrew Pinski --- Can you attach the preprocessed source that goes with dwarf expressions you listed? Also can you attach the assembly code that is produced?

[Bug target/71977] powerpc64: Use VSR when operating on float and integer

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71977 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/57866] Erroneous constant folding of SSE intrinsics

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57866 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/71978] -mrealignstack and the unwinder

2016-07-22 Thread rianquinn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978 --- Comment #2 from Rian Quinn --- We throw here: https://github.com/rianquinn/hypervisor/blob/expression_support/bfvmm/src/vmcs/src/vmcs_intel_x64.cpp#L514 The following is were the issue is (meaning the unwinder unwinds until it hits this func

[Bug target/71978] -mrealignstack and the unwinder

2016-07-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Can you attach the preprocessed source that goes with dwarf expressions you > listed? Also can you attach the assembly code that is produced? What I meant is pr

[Bug target/71978] -mrealignstack and the unwinder

2016-07-22 Thread rianquinn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978 --- Comment #4 from Rian Quinn --- Is this it? Never done that before: https://github.com/rianquinn/hypervisor/tree/expression_support/tmp

[Bug tree-optimization/71980] New: [5] libraw on x86_64-linux-musl causes ICE in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596

2016-07-22 Thread awilfox at adelielinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71980 Bug ID: 71980 Summary: [5] libraw on x86_64-linux-musl causes ICE in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596 Product: gcc Version: 5.4.0

[Bug tree-optimization/71702] dr_group_sort_cmp violates transitivity required for qsort

2016-07-22 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71702 Alexander Monakov changed: What|Removed |Added CC||tony at kelman dot net --- Comment #

[Bug tree-optimization/71505] -O3 internal compiler error in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596

2016-07-22 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71505 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org

[Bug tree-optimization/71980] [5] libraw on x86_64-linux-musl causes ICE in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596

2016-07-22 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71980 Alexander Monakov changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ipa/71981] New: ICE at -O2 and -O3 on x86_64-linux-gnu (internal compiler error: in get_dynamic_type, at ipa-polymorphic-call.c:1667)

2016-07-22 Thread chengniansun at gmail dot com
COLLECT_LTO_WRAPPER=/usr/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/7.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160722

[Bug tree-optimization/71702] dr_group_sort_cmp violates transitivity required for qsort

2016-07-22 Thread awilfox at adelielinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71702 A. Wilcox (awilfox) changed: What|Removed |Added CC||awilfox at adelielinux dot org ---

[Bug tree-optimization/71980] [5] libraw on x86_64-linux-musl causes ICE in vect_analyze_data_ref_accesses, at tree-vect-data-refs.c:2596

2016-07-22 Thread awilfox at adelielinux dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71980 A. Wilcox (awilfox) changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

<    1   2