[Bug c++/79782] [7 Regression] ICE: tree check: expected tree_list, have void_type in emit_mem_initializers, at cp/init.c:1225

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/79781] ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733)

2017-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781 --- Comment #4 from Marek Polacek --- With -std=c++0x GCC 4.6 says const-init.cpp:33:29: error: ‘constexpr’ needed for in-class initialization of static data member ‘d’ of non-integral type const-init.cpp:34:28: error: ‘d’ was not declared in

[Bug sanitizer/79783] [7 Regression] ICE on valid C++ with -fsanitize=address

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/79781] ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733)

2017-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/79782] [7 Regression] ICE: tree check: expected tree_list, have void_type in emit_mem_initializers, at cp/init.c:1225

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug sanitizer/79783] [7 Regression] ICE on valid C++ with -fsanitize=address

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783 Martin Liška changed: What|Removed |Added Last reconfirmed||2017-3-1 Assignee|unassigned

[Bug sanitizer/79783] New: [7 Regression] ICE on valid C++ with -fsanitize=address

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783 Bug ID: 79783 Summary: [7 Regression] ICE on valid C++ with -fsanitize=address Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug target/79395] Compile error with -mcpu=power9 and __builtin_vec_vcmpne_p

2017-03-01 Thread kelvin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79395 --- Comment #3 from kelvin at gcc dot gnu.org --- Author: kelvin Date: Wed Mar 1 14:43:02 2017 New Revision: 245811 URL: https://gcc.gnu.org/viewcvs?rev=245811=gcc=rev Log: gcc/ChangeLog: 2017-03-01 Kelvin Nilsen

[Bug tree-optimization/79622] [6/7 Regression] Wrong code w/ -O2 -floop-nest-optimize

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79622 Jakub Jelinek changed: What|Removed |Added Priority|P2 |P4 CC|

[Bug c++/79782] New: [7 Regression] ICE: tree check: expected tree_list, have void_type in emit_mem_initializers, at cp/init.c:1225

2017-03-01 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782 Bug ID: 79782 Summary: [7 Regression] ICE: tree check: expected tree_list, have void_type in emit_mem_initializers, at cp/init.c:1225 Product: gcc Version: 7.0.1

[Bug rtl-optimization/79779] [5/6/7 Regression] ICE on an invalid code with -fsanitize=undefined

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79779 Richard Biener changed: What|Removed |Added Keywords||ra Priority|P3

[Bug rtl-optimization/79780] [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block)

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug middle-end/79753] [7 Regression][CHKP] ICE in ix86_expand_builtin, at config/i386/i386.c:36869

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753 --- Comment #4 from Jakub Jelinek --- Simplified testcase: int foo (void) { return 0; } void bar (int **p) { *p = (int *) (__UINTPTR_TYPE__) foo (); } Now, if foo returns int *, then the bndret is transformed during inlining into

[Bug middle-end/79753] [7 Regression][CHKP] ICE in ix86_expand_builtin, at config/i386/i386.c:36869

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug lto/79579] [5/6 Regression] ICE in ipa_write_node_info (ipa-prop.c:4931)

2017-03-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79781] ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733)

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781 --- Comment #2 from Martin Liška --- There's back-trace coming from trunk: g++ const-init.cpp -std=c++14 -c const-init.cpp:91:17: internal compiler error: in assemble_integer, at varasm.c:2754 X x = {(long)}; ^ 0x1550515

[Bug tree-optimization/79737] [7 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79737 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/79579] [5/6 Regression] ICE in ipa_write_node_info (ipa-prop.c:4931)

2017-03-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579 --- Comment #4 from Martin Jambor --- Author: jamborm Date: Wed Mar 1 13:54:56 2017 New Revision: 245810 URL: https://gcc.gnu.org/viewcvs?rev=245810=gcc=rev Log: [PR 79579] Avoid segfault on NULL ipa_edge_args_vector 2017-03-01 Martin Jambor

[Bug c++/79781] ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733)

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781 --- Comment #1 from Martin Liška --- Created attachment 40861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40861=edit test-case

[Bug c++/79781] New: ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733)

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781 Bug ID: 79781 Summary: ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733) Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords:

[Bug ipa/79764] [7 Regression][CHKP] ICE in chkp_make_addressed_object_bounds: Unexpected tree code bit_field_ref in tree-chkp.c:3528

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764 --- Comment #5 from Jakub Jelinek --- Maybe before BIT_FIELD_REF would never appear as something ADDR_EXPR is applied to (when used only for normal bitfields, one can't take their addresses), but here we end up with _FIELD_REF ymm, 32, 32>.

[Bug lto/79579] [5/6 Regression] ICE in ipa_write_node_info (ipa-prop.c:4931)

2017-03-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579 --- Comment #3 from Martin Jambor --- Author: jamborm Date: Wed Mar 1 13:53:33 2017 New Revision: 245809 URL: https://gcc.gnu.org/viewcvs?rev=245809=gcc=rev Log: [PR 79579] Avoid segfault on NULL ipa_edge_args_vector 2017-03-01 Martin Jambor

[Bug ipa/79764] [7 Regression][CHKP] ICE in chkp_make_addressed_object_bounds: Unexpected tree code bit_field_ref in tree-chkp.c:3528

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764 Martin Liška changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org ---

[Bug ipa/79764] [7 Regression][CHKP] ICE in chkp_make_addressed_object_bounds: Unexpected tree code bit_field_ref in tree-chkp.c:3528

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/79777] [7 Regression] ICE on -Os and above in on aarch64-linux-gnu (internal compiler error: in VN_INFO_GET, at tree-ssa-sccvn.c:407 })

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Blocks|

[Bug tree-optimization/79778] [7 regression] missed optimization causes linux kernel build failure since r245135

2017-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/72785] [7 Regression] kernel build error since r236831

2017-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72785 Markus Trippelsdorf changed: What|Removed |Added CC||arnd at linaro dot org ---

[Bug middle-end/36770] PowerPC missed autoincrement opportunity

2017-03-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36770 Segher Boessenkool changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/79571] [5/6/7 Regression] ICE in Max. number of generated reload insns per insn is achieved (90)

2017-03-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571 --- Comment #6 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #5) > We have: > (insn 8 6 9 2 (set (reg:TI 93 [ *_2 ]) > (mem:TI (zero_extend:DI (reg:SI 91)) [1 *_2+0 S16 A64])) > "pr79571.c":8 80 {*movti_internal} >

[Bug rtl-optimization/79571] [5/6/7 Regression] ICE in Max. number of generated reload insns per insn is achieved (90)

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/79780] New: [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block)

2017-03-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780 Bug ID: 79780 Summary: [7 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block) Product: gcc Version: 7.0

[Bug tree-optimization/79778] [7 regression] missed optimization causes linux kernel build failure since r245135

2017-03-01 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778 --- Comment #2 from Arnd Bergmann --- (In reply to Richard Biener from comment #1) > Dup of PR72785? I thought we had worked around PR72785 in the kernel, and I had not run into that problem until updating my gcc-7.0.1 snapshot yesterday.

[Bug rtl-optimization/79779] New: [5/6/7 Regression] ICE on an invalid code with -fsanitize=undefined

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79779 Bug ID: 79779 Summary: [5/6/7 Regression] ICE on an invalid code with -fsanitize=undefined Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords:

[Bug rtl-optimization/79571] [5/6/7 Regression] ICE in Max. number of generated reload insns per insn is achieved (90)

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/79777] [7 Regression] ICE on -Os and above in on aarch64-linux-gnu (internal compiler error: in VN_INFO_GET, at tree-ssa-sccvn.c:407 })

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/79778] [7 regression] missed optimization causes linux kernel build failure since r245135

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0 --- Comment #1 from Richard Biener

[Bug ipa/79776] [7 Regression][CHKP] ICE on valid code in insert_vi_for_tree, at tree-ssa-structalias.c:2807

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79776 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug tree-optimization/79778] New: [7 regression] missed optimization causes linux kernel build failure since r245135

2017-03-01 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778 Bug ID: 79778 Summary: [7 regression] missed optimization causes linux kernel build failure since r245135 Product: gcc Version: 7.0.1 Status: UNCONFIRMED

[Bug tree-optimization/79777] New: [7 Regression] ICE on -Os and above in on aarch64-linux-gnu (internal compiler error: in VN_INFO_GET, at tree-ssa-sccvn.c:407 })

2017-03-01 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777 Bug ID: 79777 Summary: [7 Regression] ICE on -Os and above in on aarch64-linux-gnu (internal compiler error: in VN_INFO_GET, at tree-ssa-sccvn.c:407 }) Product: gcc

[Bug ipa/79776] New: [7 Regression][CHKP] ICE on valid code in insert_vi_for_tree, at tree-ssa-structalias.c:2807

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79776 Bug ID: 79776 Summary: [7 Regression][CHKP] ICE on valid code in insert_vi_for_tree, at tree-ssa-structalias.c:2807 Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug tree-optimization/79740] [7 Regression] ICE on -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (internal compiler error: in VN_INFO_GET, at tree-ssa-sccvn.c:407 })

2017-03-01 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79740 Arnd Bergmann changed: What|Removed |Added CC||arnd at linaro dot org --- Comment #7

[Bug c/79775] Confusing fix-it diagnostics with double pointers to structs

2017-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775 Marek Polacek changed: What|Removed |Added Keywords||diagnostic

[Bug c/79775] New: Confusing fix-it diagnostics with double pointers to structs

2017-03-01 Thread felix.von.s at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775 Bug ID: 79775 Summary: Confusing fix-it diagnostics with double pointers to structs Product: gcc Version: 6.3.1 Status: UNCONFIRMED Severity: normal

[Bug target/34903] -Os does not use lmw/stmw for multiple ranges

2017-03-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34903 --- Comment #11 from Segher Boessenkool --- lmw and stmw always restore/store r31, you cannot do multiple ranges. lswi/stwsi could help. Also, the current rs6000 code does not use lmw/stmw if that wouldn't cover all GPRs to restore.

[Bug c++/79774] gcc -fsanitize=address with error

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79774 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/79345] [6/7 Regression] passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)

2017-03-01 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345 --- Comment #14 from rguenther at suse dot de --- On Wed, 1 Mar 2017, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345 > > --- Comment #13 from Jakub Jelinek --- > (In reply to Richard Biener from comment

[Bug tree-optimization/79345] [6/7 Regression] passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345 --- Comment #13 from Jakub Jelinek --- (In reply to Richard Biener from comment #9) > actually the genemit fix doensn't fully work: > > /space/rguenther/src/svn/trunk/gcc/config/i386/i386.md: In function > ‘rtx_def* gen_smulsi3_highpart(rtx,

[Bug lto/78140] [7 Regression] libxul -flto uses 1GB more memory than gcc-6

2017-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/78140] [7 Regression] libxul -flto uses 1GB more memory than gcc-6

2017-03-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140 --- Comment #30 from Martin Jambor --- With the above commit, we hae avoided the vast majority of memory use increase. I think that using the same approach to cache ipa_vr structures (used to store results of IPA-VR) could bring further savings

[Bug tree-optimization/79345] [6/7 Regression] passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345 --- Comment #12 from Richard Biener --- Created attachment 40858 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40858=edit unreduced testcase for false positive Bootstrap issue #2 (posted questionable workaround, not analyzed properly):

[Bug tree-optimization/79345] [6/7 Regression] passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345 --- Comment #11 from Richard Biener --- Created attachment 40857 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40857=edit unreduced testcase for false positive Bootstrap issue #1 (I posted a reasonable workaround): > ./cc1plus -quiet

[Bug lto/78140] [7 Regression] libxul -flto uses 1GB more memory than gcc-6

2017-03-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140 --- Comment #29 from Martin Jambor --- Author: jamborm Date: Wed Mar 1 09:37:27 2017 New Revision: 245805 URL: https://gcc.gnu.org/viewcvs?rev=245805=gcc=rev Log: [PR 78140] Reuse same IPA bits and VR info 2017-03-01 Martin Jambor

[Bug middle-end/32401] [PPC/Altivec] Non optimal code structure with -mabi=altivec

2017-03-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32401 Segher Boessenkool changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/79746] [7 Regression] Confusing -Wunused-but-set-parameter warning with virtual inheritance

2017-03-01 Thread sgunderson at bigfoot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746 --- Comment #6 from sgunderson at bigfoot dot com --- Thanks. But I'm still curious; is the second code snippet well-formed or not?

[Bug target/79753] [7 Regression][CHKP] ICE in ix86_expand_builtin, at config/i386/i386.c:36869

2017-03-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753 --- Comment #2 from Uroš Bizjak --- Breaks at: #2 0x00e8c47d in ix86_expand_builtin (exp=0x2e7b5f88, target=0x2e932528, subtarget=, mode=BND64mode, ignore=0) at ../../git/gcc/gcc/config/i386/i386.c:36874 36874

[Bug c++/79746] [7 Regression] Confusing -Wunused-but-set-parameter warning with virtual inheritance

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/79734] [6 Regression] ICE: verify_gimple failed

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734 Jakub Jelinek changed: What|Removed |Added Summary|[6/7 Regression] ICE: |[6 Regression] ICE:

[Bug c++/79681] [6 Regression] ICE with constexpr and bitfield

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79681 Jakub Jelinek changed: What|Removed |Added Summary|[6/7 Regression] ICE with |[6 Regression] ICE with

[Bug c++/79681] [6/7 Regression] ICE with constexpr and bitfield

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79681 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Wed Mar 1 09:02:12 2017 New Revision: 245804 URL: https://gcc.gnu.org/viewcvs?rev=245804=gcc=rev Log: PR c++/79681 * fold-const.c (make_bit_field_ref): If orig_inner is

[Bug tree-optimization/79721] Scalar evolution introduces signed overflow

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79721 Richard Biener changed: What|Removed |Added Known to work||7.0.1 --- Comment #5 from Richard

[Bug tree-optimization/79721] Scalar evolution introduces signed overflow

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79721 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Mar 1 08:54:29 2017 New Revision: 245803 URL: https://gcc.gnu.org/viewcvs?rev=245803=gcc=rev Log: 2017-03-01 Richard Biener PR middle-end/79721

[Bug c++/79774] New: gcc -fsanitize=address with error

2017-03-01 Thread zhoujun48 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79774 Bug ID: 79774 Summary: gcc -fsanitize=address with error Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug bootstrap/79771] [7 Regression] in-tree zlib breaks build

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79771 Richard Biener changed: What|Removed |Added Keywords||build Target|

[Bug c++/79746] [7 Regression] Confusing -Wunused-but-set-parameter warning with virtual inheritance

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Mar 1 08:35:55 2017 New Revision: 245802 URL: https://gcc.gnu.org/viewcvs?rev=245802=gcc=rev Log: PR c++/79746 * init.c (emit_mem_initializers): When not

[Bug tree-optimization/79734] [6/7 Regression] ICE: verify_gimple failed

2017-03-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Wed Mar 1 08:34:48 2017 New Revision: 245801 URL: https://gcc.gnu.org/viewcvs?rev=245801=gcc=rev Log: PR tree-optimization/79734 * tree-vect-generic.c

[Bug ipa/79772] [6/7 Regression][CHKP] ICE on invalid code in chkp_process_stmt (tree-chkp.c:4034)

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79772 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug ipa/79762] [6/7 Regression][CHKP] ICE in verify_cgraph_node failed (node is weakref but not an transparent_alias)

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79762 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug ipa/79764] [7 Regression][CHKP] ICE in chkp_make_addressed_object_bounds: Unexpected tree code bit_field_ref in tree-chkp.c:3528

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug target/79753] [7 Regression] ICE in ix86_expand_builtin, at config/i386/i386.c:36869

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug middle-end/79756] [5/6/7 Regression] ICE in execute_todo, at passes.c:2011

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79756 --- Comment #4 from Richard Biener --- That is, we probably lack testcases for constexpr GCC vector extension indexing uses?

[Bug target/79773] New: Missing documentation for -mabi={ms,sysv}

2017-03-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79773 Bug ID: 79773 Summary: Missing documentation for -mabi={ms,sysv} Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: documentation Severity: normal

[Bug middle-end/79756] [5/6/7 Regression] ICE in execute_todo, at passes.c:2011

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79756 Richard Biener changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org,

[Bug ipa/79761] [CHKP] ICE in chkp_find_bounds_1, at tree-chkp.c:3452

2017-03-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79761 --- Comment #1 from Richard Biener --- Looking at the code removing the two lines will just ICE via if (!bounds) { if (dump_file && (dump_flags & TDF_DETAILS)) { fprintf (stderr, "chkp_find_bounds: cannot find

<    1   2