[Bug regression/95733] New: Building on PowerPC 64 Tests Fail With GCC 11

2020-06-17 Thread xerofoify at gmail dot com
: regression Assignee: unassigned at gcc dot gnu.org Reporter: xerofoify at gmail dot com Target Milestone: --- After building gcc as such: ../gcc/configure --enable-lanuages=c,c++ --enable-threads -disable-multilibs --enable-checking=yes --prefix=/home/xerofoify/obdjir it fails

[Bug middle-end/94895] ICE in expand_block_tm, at trans-mem.c:2643

2020-06-16 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94895 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/95672] ICE in cxx_incomplete_type_diagnostic, at cp/typeck2.c:584

2020-06-15 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95672 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/95442] LRA inserts a reload insn for REG_DEAD register

2020-06-10 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95442 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/89428] missing -Wstringop-overflow on a PHI with variable offset

2020-04-26 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89428 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/90254] [8/9/10 Regression] ice on aggregate initialization of unmovable base

2020-04-21 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90254 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/94628] [8/9/10 Regression] ICE in invalid_nonstatic_memfn_p at cp/typeck.c:1979 since r9-640-g1268ecc26fc1289b

2020-04-20 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94628 --- Comment #10 from Nicholas Krause --- (In reply to Martin Liška from comment #8) > (In reply to Nicholas Krause from comment #7) > > After adding this it seems to work for me, Patrick: > >case TYPE_ARGUMENT_PACK: > > if

[Bug c++/94628] [8/9/10 Regression] ICE in invalid_nonstatic_memfn_p at cp/typeck.c:1979 since r9-640-g1268ecc26fc1289b

2020-04-20 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94628 --- Comment #9 from Nicholas Krause --- Created attachment 48318 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48318=edit Possible Fix

[Bug c++/94628] [8/9/10 Regression] ICE in invalid_nonstatic_memfn_p at cp/typeck.c:1979 since r9-640-g1268ecc26fc1289b

2020-04-19 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94628 --- Comment #7 from Nicholas Krause --- After adding this it seems to work for me, Patrick: case TYPE_ARGUMENT_PACK: if (value_dependent_expression_p(TREE_TYPE(*tp))) return *tp; if (TEMPLATE_TYPE_PARAMETER_PACK(*tp))

[Bug c++/94628] [8/9/10 Regression] ICE in invalid_nonstatic_memfn_p at cp/typeck.c:1979 since r9-640-g1268ecc26fc1289b

2020-04-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94628 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862

2020-04-06 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87118 --- Comment #5 from Nicholas Krause --- https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d3f2e41eae66b3699aaa6e2bfc4ce5b86cedd37e

[Bug middle-end/87118] ICE in expand_expr_addr_expr_1, at expr.c:7862

2020-04-06 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87118 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug ipa/92981] ICE in get_partitioning_class, at symtab.c:1966

2020-04-04 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92981 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug other/46489] tree optimizer and frontend files use target macros

2020-04-02 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug rtl-optimization/90214] UBSAN: signed integer overflow: 162675373468811328 - -9060696663385964544 cannot be represented in type 'long int'

2020-03-31 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90214 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/90794] [8/9/10 Regression] -O3 with "VLA type" in C++ leads to an ICE

2020-03-28 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90794 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/86715] ICE passing too large argument on stack

2020-03-26 Thread xerofoify at gmail dot com
, ||xerofoify at gmail dot com --- Comment #1 from Nicholas Krause --- Hi, This does not seem to be happening in the middle end but in RTL expand. I've tried on x86_64 trunk and now powerpc. Seems to only happen on PowerPC now as seen here: test.cpp: In function

[Bug c++/94255] template specialization in different namespace causes crash

2020-03-21 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94255 --- Comment #3 from Nicholas Krause --- I've managed to track this down to what appears to me to be a issue in: tree push_inner_scope (tree inner) { tree outer = current_scope (); if (!outer) outer = current_namespace;

[Bug c++/94255] template specialization in different namespace causes crash

2020-03-21 Thread xerofoify at gmail dot com
, ||xerofoify at gmail dot com --- Comment #2 from Nicholas Krause --- I've managed to track this down to what appears to me to be a issue in: tree push_inner_scope (tree inner) { tree outer = current_scope (); if (!outer) outer = current_namespace

[Bug c++/94250] valgrind error for ./g++.dg/ipa/remref-1.C

2020-03-21 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94250 --- Comment #2 from Nicholas Krause --- (In reply to Nicholas Krause from comment #1) > After looking through the git history that last time this functions in your > trace were changed is by commit id, > db30281f0b2ff6dfc0c4146291baf020a27e4065.

[Bug c++/94250] valgrind error for ./g++.dg/ipa/remref-1.C

2020-03-21 Thread xerofoify at gmail dot com
, ||xerofoify at gmail dot com --- Comment #1 from Nicholas Krause --- After looking through the git history that last time this functions in your trace were changed is by commit id, db30281f0b2ff6dfc0c4146291baf020a27e4065. Martin Liska was the original committer so

[Bug ipa/94217] [10 Regression] ICE in ipa_find_agg_cst_for_param, at ipa-prop.c:3467 since r10-7237-g4e3d3e40726e1b68

2020-03-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94217 --- Comment #3 from Nicholas Krause --- (In reply to Marek Polacek from comment #2) > (In reply to Nicholas Krause from comment #1) > > Hi Marin, > > I've not sure if this is correct but it does not ICE with this fix: > > tree

[Bug ipa/94217] [10 Regression] ICE in ipa_find_agg_cst_for_param, at ipa-prop.c:3467 since r10-7237-g4e3d3e40726e1b68

2020-03-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94217 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug tree-optimization/94216] [10 Regression] ICE in maybe_canonicalize_mem_ref_addr, at gimple-fold.c:4899 since r10-7237-g4e3d3e40726e1b68bf52fa205c68495124ea60b8

2020-03-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94216 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/93092] g++ takes tremendous compilation times in var-tracking

2020-03-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93092 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug rtl-optimization/89116] [8/9/10 Regression] ICE in cfg_layout_redirect_edge_and_branch_force, at cfgrtl.c:4482

2020-03-17 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89116 --- Comment #7 from Nicholas Krause --- (In reply to Arseny Solokha from comment #6) > (In reply to Nicholas Krause from comment #5) > > PR84508 does not seem to be reproducible on trunk now as last commented by > > Arseny on trunk. Not sure

[Bug rtl-optimization/89116] [8/9/10 Regression] ICE in cfg_layout_redirect_edge_and_branch_force, at cfgrtl.c:4482

2020-03-17 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89116 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-17 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #17 from Nicholas Krause --- Sorry about that. I've managed to track it down to a problem with a alias issue And from reading the code in the original cvs commit. I'm not able to read it currently but the original function mentioned

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-17 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #15 from Nicholas Krause --- (In reply to Nicholas Krause from comment #14) > Created attachment 48052 [details] > Patch for this bug After tracking this down to the new function that replaced verify_edge_corresponds_to_fndecl,

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-17 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #13 from Nicholas Krause --- Please forget the previous comment in verify_edge_corresponds_to_fndecl we need to switch it to this: if (e->callee->former_clone_of != node->symbol.decl && (!n->symbol.cpp_implicit_alias ||

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #12 from Nicholas Krause --- Sorry about not reading the comment carefully. I'm not if this helps but after looking at the change to this file: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/cgraph.c?r1=199577=199576=199577 n =

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #9 from Nicholas Krause --- Sorry source code is: void foo () {} #pragma weak foo = _foo int _foo = 0; Copy and Pasted line numbers by mistake.

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 --- Comment #8 from Nicholas Krause --- (In reply to Jakub Jelinek from comment #7) > This does happen even with 9.2 and current trunk, you just need to read the > first line in #c0. While I ran it as on a Ubuntu 9.2 Toolchain configured as:

[Bug middle-end/79755] [8/9/10 Regression] ICE: segfault in cgraph_node::get, at cgraph.h:1261

2020-03-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79755 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/94008] "use of deleted function" error when using "std::unique_ptr", std::move() and lambda

2020-03-02 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94008 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug middle-end/93518] missing warning on a possible overflow by sprintf %s with an allocated argument

2020-03-01 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93518 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug rtl-optimization/93974] [8/9/10 Regression] ICE in decompose_normal_address, at rtlanal.c:6403 on powerpc64le-linux-gnu since r10-6762

2020-02-29 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93974 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug target/93605] GCC suboptimal tail call optimization in trivial function forwarding with __attribute__((noinline))

2020-02-05 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/91529] [8/9/10 Regression] -fmerge-all-constants leads to corrupt output without inlining

2019-08-25 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91529 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2019-06-12 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #11 from Nicholas Krause --- (In reply to Jason Merrill from comment #10) > I don't think this is a valid testcase: operator+= requires Concept, but > checking Concept depends on operator+=. It would be good for the compiler > to

[Bug tree-optimization/56457] Bogus warning: loop-invariant.c:786:20: error: unused variable ‘regno’ when building vax-*-*

2019-05-10 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56457 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2019-05-09 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #8 from Nicholas Krause --- Created attachment 46334 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46334=edit Proposed Proper Bug Fix

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2019-05-09 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #9 from Nicholas Krause --- (In reply to Nicholas Krause from comment #8) > Created attachment 46334 [details] > Proposed Proper Bug Fix This is the proper bug fix after tracing it seems and looking at other callers in that file. I

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #4 from Nicholas Krause --- (In reply to Nicholas Krause from comment #3) > (In reply to Arsène Pérard-Gayot from comment #2) > > (In reply to Nicholas Krause from comment #1) > > > I just compiled this like so: > > > ./bin/g++

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #3 from Nicholas Krause --- (In reply to Arsène Pérard-Gayot from comment #2) > (In reply to Nicholas Krause from comment #1) > > I just compiled this like so: > > ./bin/g++ test.cpp -fopenmp -Wall -fconcepts -o name test2.cpp > >

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2018-12-14 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #7 from Nicholas Krause --- (In reply to Nicholas Krause from comment #6) > Created attachment 45242 [details] > Proposed Bug Fix This is my proposed fix after tracing it and reading it carefully seems that passing the NULL_TREE in

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2018-12-14 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #6 from Nicholas Krause --- Created attachment 45242 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45242=edit Proposed Bug Fix

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2018-12-13 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 --- Comment #3 from Nicholas Krause --- (In reply to Emmanuel Le Trong from comment #2) > (In reply to Nicholas Krause from comment #1) > > First off that's just a valid snippet without a class definition so I was > > unable to build it against

[Bug c++/88395] ICE: Segmentation fault signal terminated program cc1plus, with -std=c++2a -fconcepts

2018-12-12 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88395 nik changed: What|Removed |Added CC||xerofoify at gmail dot com --- Comment #1 from

[Bug translation/80188] calls.c: reason argument to maybe_complain_about_tail_call must be marked for translation

2018-01-18 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 --- Comment #5 from nik --- On 2018-01-17 02:15 AM, egallager at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 > > --- Comment #4 from Eric Gallager --- > (In reply to nik from comment #3) >> Created attachment

[Bug translation/80188] calls.c: reason argument to maybe_complain_about_tail_call must be marked for translation

2017-10-15 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 --- Comment #3 from nik --- Created attachment 42372 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42372=edit Proposed Fix Send to the GCC-Patches List

[Bug translation/80188] calls.c: reason argument to maybe_complain_about_tail_call must be marked for translation

2017-10-02 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80188 nik changed: What|Removed |Added CC||xerofoify at gmail dot com --- Comment #2 from

[Bug c++/82230] [8 Regression] ICE: in tsubst, at cp/pt.c:13686 when binding lambda to variable inside a generic lambda inside a template member function inside a template class

2017-09-25 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82230 nik changed: What|Removed |Added CC||xerofoify at gmail dot com --- Comment #4 from