[Bug c++/69203] ICE in potential_constant_expression_1, at cp/constexpr.c:4754

2016-03-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69203 --- Comment #7 from Jason Merrill --- Author: jason Date: Fri Mar 4 22:53:29 2016 New Revision: 233987 URL: https://gcc.gnu.org/viewcvs?rev=233987&root=gcc&view=rev Log: PR c++/69203 * cp-tree.h (COND_EXPR_IS_VEC_DELETE): New.

[Bug c++/69203] ICE in potential_constant_expression_1, at cp/constexpr.c:4754

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

[Bug c++/67164] ICE: tree check: expected class ‘expression’, have ‘exceptional’ (argument_pack_select) in tree_operand_check, at tree.h:3356

2016-03-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67164 --- Comment #8 from Jason Merrill --- I've now fixed (for GCC 6) all the bugs that affect Hana except for 47226.

[Bug c++/67164] ICE: tree check: expected class ‘expression’, have ‘exceptional’ (argument_pack_select) in tree_operand_check, at tree.h:3356

2016-03-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67164 --- Comment #9 from Jason Merrill --- (In reply to Jason Merrill from comment #8) > I've now fixed (for GCC 6) all the bugs that affect Hana except for 47226. That is, that break parts of 'make check'. There's also bug 66543, but that's just a

[Bug c++/66543] False positive warning "variable set but not used"

2016-03-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66543 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug fortran/70058] Segmentation fault when open file with existing file and status = "UNKNOWN"

2016-03-04 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70058 --- Comment #4 from Jerry DeLisle --- The problem does not exist on Linux for sure. Not sure if this is a TDM distribution problem, a Windows problem, a MingW problem, or gfortran. I am going to have to get set up on Windows so this may take a

[Bug c/70087] Different (worse?) code generated for "if (a || (b || c))" vs "if (a || b || c)"

2016-03-04 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70087 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug fortran/70058] Segmentation fault when open file with existing file and status = "UNKNOWN"

2016-03-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70058 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #4) > The problem does not exist on Linux for sure. Not sure if this is a TDM > distribution problem, a Windows problem, a MingW problem, or gfortran. > > I

[Bug middle-end/70087] Different (worse?) code generated for "if (a || (b || c))" vs "if (a || b || c)"

2016-03-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70087 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|c

[Bug c++/66786] [5/6 Regression] ICE: Segmentation fault

2016-03-04 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786 --- Comment #6 from Patrick Palka --- Author: ppalka Date: Sat Mar 5 01:59:04 2016 New Revision: 233997 URL: https://gcc.gnu.org/viewcvs?rev=233997&root=gcc&view=rev Log: Fix PR c++/66786 (ICE with nested lambdas in variable template) gcc/cp/C

[Bug c++/66786] [5/6 Regression] ICE: Segmentation fault

2016-03-04 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/70089] New: ARM/THUMB unnecessarily typecasts some rvalues on memory store

2016-03-04 Thread aik at aol dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70089 Bug ID: 70089 Summary: ARM/THUMB unnecessarily typecasts some rvalues on memory store Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: minor

[Bug rtl-optimization/70061] [6 Regression] ICE: SIGSEGV in delete_insn_chain() with unused label

2016-03-04 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70061 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/69196] [5/6 Regression] code size regression with jump threading at -O2

2016-03-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 --- Comment #21 from Jeffrey A. Law --- Author: law Date: Sat Mar 5 05:10:58 2016 New Revision: 233999 URL: https://gcc.gnu.org/viewcvs?rev=233999&root=gcc&view=rev Log: PR tree-optimization/69196 * tree-ssa-threadbackward.c (fs

[Bug c/69824] [4.9/5 Regression] internal compiler error in unshare_body

2016-03-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69824 --- Comment #6 from Jeffrey A. Law --- Author: law Date: Sat Mar 5 05:22:01 2016 New Revision: 234000 URL: https://gcc.gnu.org/viewcvs?rev=234000&root=gcc&view=rev Log: PR c/69824 * c-decl.c (get_parm_info): Don't queue implicit

[Bug rtl-optimization/69941] bogus zero_extend transformation in postreload on aarch64

2016-03-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69941 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug rtl-optimization/69941] bogus zero_extend transformation in postreload on aarch64

2016-03-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69941 --- Comment #5 from Jeffrey A. Law --- Author: law Date: Sat Mar 5 05:30:10 2016 New Revision: 234001 URL: https://gcc.gnu.org/viewcvs?rev=234001&root=gcc&view=rev Log: PR rtl-optimization/69941 * postreload.c (reload_combine_re

[Bug c/69973] ICE on excessive attribute vector_size

2016-03-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69973 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/69973] ICE on excessive attribute vector_size

2016-03-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69973 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Sat Mar 5 05:36:42 2016 New Revision: 234002 URL: https://gcc.gnu.org/viewcvs?rev=234002&root=gcc&view=rev Log: PR c/69973 * targhooks.c (default_vector_alignment): Limit

[Bug tree-optimization/69196] [5/6 Regression] code size regression with jump threading at -O2

2016-03-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 --- Comment #22 from Jeffrey A. Law --- Thanks for the dumps folks. BRANCH_COST strikes again! My primary goal was to make sure I hadn't missed something important in how we calculate the cost of a particular thread path. BRANCH_COST differenc

[Bug tree-optimization/69196] [5/6 Regression] code size regression with jump threading at -O2

2016-03-04 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 --- Comment #23 from Jeffrey A. Law --- Author: law Date: Sat Mar 5 06:12:09 2016 New Revision: 234003 URL: https://gcc.gnu.org/viewcvs?rev=234003&root=gcc&view=rev Log: PR tree-optimization/69196 * gcc.dg/tree-ssa/pr69196-1.c:

[Bug c++/70084] [6 Regression] va_arg ((ap), int) regression on s390*-*

2016-03-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70084 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Sat Mar 5 06:50:23 2016 New Revision: 234004 URL: https://gcc.gnu.org/viewcvs?rev=234004&root=gcc&view=rev Log: PR c++/70084 * tree-inline.c (copy_tree_body_r): When canc

[Bug c++/70084] [6 Regression] va_arg ((ap), int) regression on s390*-*

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

<    1   2