[Bug fortran/69154] New: [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69154 Bug ID: 69154 Summary: [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug target/69140] stack alignment + O1 breaks with Microsoft ABI

2016-01-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/69129] [6 Regression] ICE in get_attr_got, at config/mips/mips.md:694 on mips-linux-gnu

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69129 --- Comment #2 from Matthias Klose --- rechecked with today's trunk on Debian unstable, reproduced. The compiler is configured with: configure -v --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --enable-

[Bug sanitizer/69099] ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c with -fsanitize=float-cast-overflow

2016-01-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69099 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed Jan 6 10:24:15 2016 New Revision: 232099 URL: https://gcc.gnu.org/viewcvs?rev=232099&root=gcc&view=rev Log: PR sanitizer/69099 * c-convert.c (convert) [INTEGER_TYP

[Bug sanitizer/69099] ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c with -fsanitize=float-cast-overflow

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

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread sv.muel...@tu-braunschweig.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 --- Comment #7 from sv.muel...@tu-braunschweig.de --- (In reply to kargl from comment #5) > When the execution of a procedure is terminated by execution of a > RETURN or END statement, an allocatable variable that is a named > local variable of th

[Bug libstdc++/69152] _GLIBCXX_BITSET_BITS_PER_WORD is wrong for x32

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

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread sv.muel...@tu-braunschweig.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 --- Comment #8 from Mueller --- (In reply to Dominique d'Humieres from comment #6) > > I know that allocatables that are declared in the program itself aren't > > deallocated automatically because of the implicit save attribute. > > But my think

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread sv.muel...@tu-braunschweig.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 --- Comment #9 from Mueller --- (In reply to Mueller from comment #8) > I think, in theory, the compiler could detect something like > > call some_subroutine(function_returning_allocatable()) > > to be a potential case for automatic deallocatio

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #3 from alalaw01 at gcc dot gnu.org --- Well, this fixes it, but I'm not sure it fixes it in the right place... diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c index ee32166..bd66aa5 100644 --- a/gcc/tree-vect-loop.c +++ b/gc

[Bug target/69140] stack alignment + O1 breaks with Microsoft ABI

2016-01-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140 --- Comment #13 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #12) > Looking into it. At the beginning of ix86_expand_epilogue, we have: m->fs.sp_valid = (!frame_pointer_needed || (crtl->sp_is_unchanging

[Bug fortran/69155] New: [6 Regression] ICE (segfault in gimple_stmt_nonnegative_warnv_p)

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69155 Bug ID: 69155 Summary: [6 Regression] ICE (segfault in gimple_stmt_nonnegative_warnv_p) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread alahay01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #4 from alahay01 at gcc dot gnu.org --- (In reply to alalaw01 from comment #3) > Well, this fixes it, but I'm not sure it fixes it in the right place... > > diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c > index ee32166..bd6

[Bug target/69140] stack alignment + O1 breaks with Microsoft ABI

2016-01-06 Thread bucaneer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140 --- Comment #14 from Justas L --- (In reply to Uroš Bizjak from comment #13) > Justas, can you please test the following patch Thank you, it indeed solves the problem.

[Bug fortran/69155] [6 Regression] ICE (segfault in gimple_stmt_nonnegative_warnv_p)

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

[Bug target/69140] stack alignment + O1 breaks with Microsoft ABI

2016-01-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140 --- Comment #15 from Uroš Bizjak --- (In reply to Justas L from comment #14) > (In reply to Uroš Bizjak from comment #13) > > Justas, can you please test the following patch > > Thank you, it indeed solves the problem. Please also do some runti

[Bug middle-end/69156] New: [6 Regression] gcc.dg/pr59630.c: ICE: verify_gimple failed: non-trivial conversion at assignment with -fno-tree-ccp

2016-01-06 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69156 Bug ID: 69156 Summary: [6 Regression] gcc.dg/pr59630.c: ICE: verify_gimple failed: non-trivial conversion at assignment with -fno-tree-ccp Product: gcc Version: 6

[Bug pch/68758] [6 Regression] Invalid read of size 8 in gt_pch_save (ggc-common.c:551)

2016-01-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68758 --- Comment #5 from Martin Liška --- (In reply to Jakub Jelinek from comment #1) > Is your gcc configured with --enable-valgrind-annotations ? Hello Jakub. So the problem is that even though the configure option was passed to configure, valgrin

[Bug libstdc++/68984] error: ‘constexpr bool std::isinf(double)’ conflicts with a previous declaration

2016-01-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68984 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug tree-optimization/69157] New: [6 Regression] ICE in vect_transform_stmt, at tree-vect-stmts.c:8176

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69157 Bug ID: 69157 Summary: [6 Regression] ICE in vect_transform_stmt, at tree-vect-stmts.c:8176 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/69158] New: [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69158 Bug ID: 69158 Summary: [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/69158] [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69158 Matthias Klose changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug c++/69159] New: [6 Regression] ICE in store_field, at expr.c:6659

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69159 Bug ID: 69159 Summary: [6 Regression] ICE in store_field, at expr.c:6659 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/69157] [6 Regression] ICE in vect_transform_stmt, at tree-vect-stmts.c:8176

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

[Bug middle-end/68983] [6 Regression] ICE: in store_field, at expr.c:6659

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983 Markus Trippelsdorf changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Commen

[Bug c++/69159] [6 Regression] ICE in store_field, at expr.c:6659

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

[Bug c++/69158] [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598

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

[Bug middle-end/69156] [6 Regression] gcc.dg/pr59630.c: ICE: verify_gimple failed: non-trivial conversion at assignment with -fno-tree-ccp

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

[Bug target/69140] stack alignment + O1 breaks with Microsoft ABI

2016-01-06 Thread bucaneer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69140 --- Comment #16 from Justas L --- (In reply to Uroš Bizjak from comment #15) > Please also do some runtime tests, I don't have the Wine source here ... Wine compiles and runs with no apparent issues.

[Bug rtl-optimization/49358] [4.9 Regression] RA regressed for SSE 2 operand math

2016-01-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49358 H.J. Lu changed: What|Removed |Added Known to work||5.3.1, 6.0 Target Milestone|6.0

[Bug tree-optimization/69160] New: [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436

2016-01-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69160 Bug ID: 69160 Summary: [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436 Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: ice

[Bug tree-optimization/69160] [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436

2016-01-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69160 ktkachov at gcc dot gnu.org changed: What|Removed |Added Known to work||5.3.1 Target Milestone|--

[Bug rtl-optimization/68991] -O3 generates misaligned xorv4si3

2016-01-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug libstdc++/68984] error: ‘constexpr bool std::isinf(double)’ conflicts with a previous declaration

2016-01-06 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68984 --- Comment #1 from Marc Glisse --- This is really a dup of PR60407, PR48891, but it is true that the error message looks a bit different when you write things this way.

[Bug tree-optimization/69160] [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436

2016-01-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69160 --- Comment #1 from ktkachov at gcc dot gnu.org --- Created attachment 37238 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37238&action=edit testcase ICEing at -Ofast -floop-interchange Attaching another testcase that seems to ICE in the s

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 --- Comment #2 from Jan Hubicka --- Created attachment 37239 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37239&action=edit unreduced testcase Compile with gcc -O3 pix.i -flto -r -nostdlib -std=gnu99 -fgnu89-inline -fno-strict-aliasing

[Bug rtl-optimization/69161] New: [6 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1633

2016-01-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69161 Bug ID: 69161 Summary: [6 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1633 Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: ice-

[Bug rtl-optimization/69161] [6 Regression] ICE in simplify_const_unary_operation, at simplify-rtx.c:1633

2016-01-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69161 ktkachov at gcc dot gnu.org changed: What|Removed |Added Known to work||5.3.1 Target Milestone|--

[Bug fortran/69154] [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux

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

[Bug libstdc++/63218] More compact std::bitset for small n

2016-01-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63218 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #2 from

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 --- Comment #3 from Martin Liška --- (In reply to Jan Hubicka from comment #2) > Created attachment 37239 [details] > unreduced testcase > > Compile with > gcc -O3 pix.i -flto -r -nostdlib -std=gnu99 -fgnu89-inline > -fno-strict-aliasing -ffunc

[Bug tree-optimization/69162] New: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69162 Bug ID: 69162 Summary: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 --- Comment #4 from Martin Liška --- Created attachment 37241 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37241&action=edit reduced testcase Compile command line: gcc -O3 tc.ii -march=bdver1 -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/69162] [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

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

[Bug other/67627] libatomic parallel build failure

2016-01-06 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67627 --- Comment #2 from nsz at gcc dot gnu.org --- Author: nsz Date: Wed Jan 6 14:51:35 2016 New Revision: 232102 URL: https://gcc.gnu.org/viewcvs?rev=232102&root=gcc&view=rev Log: Fix libatomic multilib parallel build (PR other/67627) The all-mult

[Bug libstdc++/63218] More compact std::bitset for small n

2016-01-06 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63218 --- Comment #3 from Marc Glisse --- (In reply to H.J. Lu from comment #2) > X32 also wants long long. Is there a good way to ask for the longest of the integer types that are fast? stdint.h has things like int_fastN_t (btw, I don't like some of

[Bug fortran/69154] [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux

2016-01-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69154 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/69163] New: [6 Regression] ICE in rewrite_use_nonlinear_expr, at tree-ssa-loop-ivopts.c:7086

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69163 Bug ID: 69163 Summary: [6 Regression] ICE in rewrite_use_nonlinear_expr, at tree-ssa-loop-ivopts.c:7086 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug fortran/69154] [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux

2016-01-06 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69154 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug tree-optimization/69165] New: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69165 Bug ID: 69165 Summary: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/69164] [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

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

[Bug tree-optimization/69164] [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

2016-01-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69164 --- Comment #2 from Marek Polacek --- *** Bug 69165 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/69165] [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

2016-01-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69165 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/69163] [6 Regression] ICE in rewrite_use_nonlinear_expr, at tree-ssa-loop-ivopts.c:7086

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

[Bug tree-optimization/68021] [6 Regression] ice in rewrite_use_nonlinear_expr with -O3

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68021 Markus Trippelsdorf changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Commen

[Bug tree-optimization/69166] New: [6 Regression] ICE in get_initial_def_for_reduction, at tree-vect-loop.c:4188

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69166 Bug ID: 69166 Summary: [6 Regression] ICE in get_initial_def_for_reduction, at tree-vect-loop.c:4188 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: nor

[Bug tree-optimization/69166] [6 Regression] ICE in get_initial_def_for_reduction, at tree-vect-loop.c:4188

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

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Markus Trippelsdorf changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Commen

[Bug tree-optimization/69164] New: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69164 Bug ID: 69164 Summary: [6 Regression] ICE in create_tmp_var, at gimple-expr.c:468 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/69167] New: [6 Regression] internal compiler error: SSA corruption

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69167 Bug ID: 69167 Summary: [6 Regression] internal compiler error: SSA corruption Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 kargl at gcc dot gnu.org changed: What|Removed |Added CC|kargl at gcc dot gnu.org | --- Comment #11 from k

[Bug tree-optimization/69168] New: [6 Regression] ICE in vect_analyze_loop_2, at tree-vect-loop.c:2182

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69168 Bug ID: 69168 Summary: [6 Regression] ICE in vect_analyze_loop_2, at tree-vect-loop.c:2182 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/69169] New: [6 Regression] ICE (segfault) on powerpc64le-linux-gnu

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69169 Bug ID: 69169 Summary: [6 Regression] ICE (segfault) on powerpc64le-linux-gnu Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug libstdc++/63218] More compact std::bitset for small n

2016-01-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63218 --- Comment #4 from H.J. Lu --- (In reply to Marc Glisse from comment #3) > (In reply to H.J. Lu from comment #2) > > X32 also wants long long. > > Is there a good way to ask for the longest of the integer types that are > fast? stdint.h has thi

[Bug c/23087] Misleading warning, "... differ in signedness"

2016-01-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23087 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66856 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #6

[Bug other/67627] libatomic parallel build failure

2016-01-06 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67627 --- Comment #3 from nsz at gcc dot gnu.org --- Author: nsz Date: Wed Jan 6 17:32:41 2016 New Revision: 232105 URL: https://gcc.gnu.org/viewcvs?rev=232105&root=gcc&view=rev Log: 2016-01-06 Szabolcs Nagy Backport from mainline:

[Bug tree-optimization/69170] New: [6 Regression] ICE (segfault) in find_uses_to_rename_use

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69170 Bug ID: 69170 Summary: [6 Regression] ICE (segfault) in find_uses_to_rename_use Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug other/67627] libatomic parallel build failure

2016-01-06 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67627 --- Comment #4 from nsz at gcc dot gnu.org --- Author: nsz Date: Wed Jan 6 17:43:24 2016 New Revision: 232107 URL: https://gcc.gnu.org/viewcvs?rev=232107&root=gcc&view=rev Log: 2016-01-06 Szabolcs Nagy Backport from mainline:

[Bug other/67627] libatomic parallel build failure

2016-01-06 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67627 nsz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/69171] New: error: unrecognizable insn: on x86_64 with -O2

2016-01-06 Thread dcb314 at hotmail dot com
k dated 20160106, revision 232102, says this: $ ../results/bin/gcc -c -O2 bug261.c ./argus_util.c: In function ‘ArgusPrintSum’: ./argus_util.c:5856:1: error: unrecognizable insn: (insn 213 212 36 6 (set (reg:V4SF 21 xmm0 [122]) (vec_merge:V4SF (vec_duplicate:V4SF (float:SF (mem:SI (plus:DI (reg

[Bug tree-optimization/69172] New: [6 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:266

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69172 Bug ID: 69172 Summary: [6 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:266 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-01-06 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #12

[Bug tree-optimization/68911] [6 Regression] wrong code with -O1 -ftree-vrp

2016-01-06 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68911 amker at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2016-01-04 00:00:00 |2015-12-15 0:00 --- Comment #6

[Bug target/69171] [6 Regression] error: unrecognizable insn: on x86_64 with -O2

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69171 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/69173] New: [6 Regression] ICE (segfault) in vinfo_for_stmt

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69173 Bug ID: 69173 Summary: [6 Regression] ICE (segfault) in vinfo_for_stmt Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug lto/69082] Final link fails on ARM using lto

2016-01-06 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69082 --- Comment #6 from PeteVine --- The two lines read: movwr0, #:lower16:.LANCHOR0+32768 movtr0, #:upper16:.LANCHOR0+32768

[Bug target/69171] [6 Regression] error: unrecognizable insn: on x86_64 with -O2

2016-01-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69171 --- Comment #2 from Dominique d'Humieres --- On x86_64-apple-darwin15, between r232062 and r232092, when compiling gcc.c-torture/compile/SFset.c with -O1 I get opt/gcc/_clean/gcc/testsuite/gcc.c-torture/compile/SFset.c: In function 'indreg0limm1

[Bug tree-optimization/69174] New: [6 Regression] ICE (segfault) in operand_equal_p

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69174 Bug ID: 69174 Summary: [6 Regression] ICE (segfault) in operand_equal_p Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tr

[Bug tree-optimization/69174] [6 Regression] ICE (segfault) in operand_equal_p

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69174 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---

[Bug tree-optimization/69174] [6 Regression] ICE (segfault) in operand_equal_p

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69174 --- Comment #1 from Andrew Pinski --- r231970 I get a different ICE: t99.c: In function ‘fn1’: t99.c:8:6: internal compiler error: in operator[], at vec.h:714 void fn1() { ^~~ 0xd2868f vec::operator[](unsigned int) /home/apinski/s

[Bug tree-optimization/69167] [6 Regression] internal compiler error: SSA corruption

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69167 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/69167] [6 Regression] internal compiler error: SSA corruption

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69167 Andrew Pinski changed: What|Removed |Added Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu

[Bug tree-optimization/69169] [6 Regression] ICE (segfault) on powerpc64le-linux-gnu

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69169 Andrew Pinski changed: What|Removed |Added Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu

[Bug target/69175] New: [6 Regression] ICE in haifa_luid_for_non_insn, at haifa-sched.c:7895

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69175 Bug ID: 69175 Summary: [6 Regression] ICE in haifa_luid_for_non_insn, at haifa-sched.c:7895 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/69170] [6 Regression] ICE (segfault) in find_uses_to_rename_use

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69170 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/69172] [6 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:266

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69172 Andrew Pinski changed: What|Removed |Added Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu

[Bug tree-optimization/69168] [6 Regression] ICE in vect_analyze_loop_2, at tree-vect-loop.c:2182

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69168 Andrew Pinski changed: What|Removed |Added Target|powerpc64le-linux-gnu |powerpc64le-linux-gnu

[Bug target/69171] [6 Regression] error: unrecognizable insn: on x86_64 with -O2

2016-01-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69171 H.J. Lu changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hjl.tools at gmail dot com Target Mi

[Bug tree-optimization/69173] [6 Regression] ICE (segfault) in vinfo_for_stmt

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69173 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/69175] [6 Regression] ICE in haifa_luid_for_non_insn, at haifa-sched.c:7895

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69175 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug fortran/69154] [6 Regression] ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 on *-linux

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69154 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/69158] [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69158 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/69158] [6 Regression] ICE in in cxx_eval_indirect_ref, at cp/constexpr.c:2598

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69158 --- Comment #3 from Andrew Pinski --- Is this valid code? That is IdHdr is used during the initialization of itself.

[Bug target/69176] New: [6 Regression] ICE in in final_scan_insn, at final.c:2981 on aarch64-linux-gnu

2016-01-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69176 Bug ID: 69176 Summary: [6 Regression] ICE in in final_scan_insn, at final.c:2981 on aarch64-linux-gnu Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: no

[Bug target/69176] [6 Regression] ICE in in final_scan_insn, at final.c:2981 on aarch64-linux-gnu

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69176 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Target Mile

[Bug c++/68979] [6 Regression] error: left operand of shift expression ‘(-1 << 4)’ is negative

2016-01-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68979 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

  1   2   >