[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-12-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Tue Dec 19 07:41:30 2017 New Revision: 255805 URL: https://gcc.gnu.org/viewcvs?rev=255805=gcc=rev Log: PR ipa/82801 PR ipa/83346 * ipa-inline.c

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-12-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-11-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-11-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 Martin Liška changed: What|Removed |Added CC||hubicka at ucw dot cz,

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-11-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 --- Comment #3 from Markus Trippelsdorf --- node->decl is NULL, so perhaps: diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index b8e65e2fa7ec..1713c41d4369 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -2425,7 +2425,7 @@ ipa_inline

[Bug ipa/82801] [6/7/8 Regression] Internal compiler error with Eigen and __attribute__((always_inline, flatten))

2017-11-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82801 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|