[Bug target/90088] 3 ops LEA should be avoided on Intel CPUs

2019-04-24 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90088 --- Comment #6 from Sunil Pandey --- We look into this issue and tested lea vs lea equivalent on following processor. On Haswell/Broadwell/Skylake/CoffeeLake processors, lea is faster than alternative.

[Bug middle-end/89779] [9 Regression] internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in tree_nop_conversion_p, at tree.c:12798

2019-03-20 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89779 --- Comment #2 from Sunil Pandey --- Reduced test: $ cat x.i typedef a; c(a *d, int b) { int e, f, g; for (; e; e++) for (f = 0; f < 4; f++) if (d) for (g = e + 1; g; g++) h(d[g]); } i() { a *j; int k, l;

[Bug c++/88995] [8/9 Regression] internal compiler error: in lookup_template_class_1, at cp/pt.c:9471

2019-01-23 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88995 --- Comment #1 from Sunil Pandey --- Created attachment 45513 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45513=edit small reproducer. Pass with GCC 8.2.0 but fail with mainline GCC. GCC 8.2.0: -- $ gcc -O2 -fPIC -g

[Bug c++/86323] New: [9 regression] internal compiler error: in estimate_edge_growth, at ipa-inline.h:85

2018-06-26 Thread skpgkp1 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear while compiling HHVM Symbolizer.cpp GCC 9 regressed with ICE, GCC 8 works fine. Reproducer

[Bug c++/85421] New: [8 regression] internal compiler error: in ipa_propagate_frequency, at ipa-profile.c:405

2018-04-16 Thread skpgkp1 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- Created attachment 43952 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43952=edit Preprocessed reprodu

[Bug c++/83950] [8 regression] error: no matching function for call to ‘folly::dynamic::at(size_t&) const’

2018-01-24 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83950 --- Comment #3 from Sunil Pandey --- I shouldn't say it's bug, sorry about that. Just application build regression from GCC 7 to GCC 8. Looks like creduce reduced this test case too much in this case.

[Bug c++/84012] New: [8 regression] error: cannot convert ‘const std::shared_ptr’ to ‘std::a*’ in return

2018-01-23 Thread skpgkp1 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear during freeorion compilation. Test case compile fine with GCC 7 and Clang 5 but fail with GCC 8. $ cat

[Bug c++/84002] [8 Regression] ICE with template conversion operator

2018-01-23 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84002 Sunil Pandey changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug c++/83956] New: [8 regression] error: use of deleted function ‘{anonymous}::a::~a()’

2018-01-20 Thread skpgkp1 at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com CC: hjl.tools at gmail dot com Target Milestone: --- This issue appear during HHVM build with GCC 8. GCC 7 works fine. $ cat foo.cpp.i

[Bug c++/83950] New: [8 regression] error: no matching function for call to ‘folly::dynamic::at(size_t&) const’

2018-01-19 Thread skpgkp1 at gmail dot com
RMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com CC: hjl.tools at gmail dot com Target Milestone: --- This bug appear during latest HHVM build with GCC 8. GCC 7 w

[Bug c++/83814] [8 Regression] ICE: in fold_binary_loc, at fold-const.c:9733

2018-01-12 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83814 Sunil Pandey changed: What|Removed |Added CC||skpgkp1 at gmail dot com --- Comment #6

[Bug c++/83471] New: [7 regression] internal compiler error: in mark_reachable_handlers, at tree-eh.c:3854

2017-12-18 Thread skpgkp1 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com CC: hjl.tools at gmail dot com, rguenth at gcc dot gnu.org Target Milestone: --- This issue appear in GCC 7 mariadb build

[Bug fortran/83189] New: [8 regression] internal compiler error: in probability_in, at profile-count.h:1050

2017-11-27 Thread skpgkp1 at gmail dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear in GCC 8 espresso build. GCC 7 works fine. Following are steps to reproduce. $cat radin_mod.f90

[Bug c++/83187] New: [8 regression] internal compiler error: in get_alias_set, at alias.c:923

2017-11-27 Thread skpgkp1 at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear in GCC 8. GCC 7 works fine. Following are steps to reproduce. $cat OFDM.i.cpp extern "C" { double

[Bug tree-optimization/83055] [8 Regression] ICE in operator>, at profile-count.h:834

2017-11-27 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83055 Sunil Pandey changed: What|Removed |Added CC||skpgkp1 at gmail dot com --- Comment #1

[Bug c++/83186] New: [8 regression] internal compiler error: in build_address, at cp/typeck.c:5667

2017-11-27 Thread skpgkp1 at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- It appear with webtoolkit application(wt) build with GCC8. It works fine with GCC7.2.1. Following are steps to reproduce. $ cat

[Bug middle-end/83069] [8 Regression] internal compiler error: in from_gcov_type, at profile-count.h:676

2017-11-27 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83069 Sunil Pandey changed: What|Removed |Added CC||skpgkp1 at gmail dot com --- Comment #10

[Bug c++/83170] ice in verify_use with -O3

2017-11-27 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83170 Sunil Pandey changed: What|Removed |Added CC||skpgkp1 at gmail dot com --- Comment #3

[Bug c++/83165] [8 regression] cannot convert ‘GPrivate’ {aka ‘_GPrivate’} to ‘GPrivate*’ {aka ‘_GPrivate*’} in return

2017-11-25 Thread skpgkp1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83165 --- Comment #3 from Sunil Pandey --- Well, this is creduce generated code from clipsmm application build file. https://sourceforge.net/projects/clipsmm/ If you want, I can attach original preprocessed file.

[Bug c++/83166] New: [8 regression] error: type mismatch in pointer diff expression internal compiler error: verify_gimple failed

2017-11-25 Thread skpgkp1 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear in dmtcp build with GCC 8.0. GCC 7.2.1 works fine. $ cat

[Bug c++/83165] New: [8 regression] cannot convert ‘GPrivate’ {aka ‘_GPrivate’} to ‘GPrivate*’ {aka ‘_GPrivate*’} in return

2017-11-25 Thread skpgkp1 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- This issue appear in clipsmm build with gcc 8. gcc 7.2.1 build work fine. $ cat

[Bug c++/83160] New: [8 regression] lvalue required as unary ‘&’ operand

2017-11-25 Thread skpgkp1 at gmail dot com
nent: c++ Assignee: unassigned at gcc dot gnu.org Reporter: skpgkp1 at gmail dot com Target Milestone: --- Created attachment 42716 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42716=edit Test case source file This issue appear in HHVM build with GCC 8. GCC 7.2.