[Bug middle-end/63220] error: inlining failed in call to always_inline

2014-09-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63220 --- Comment #3 from Richard Biener --- (In reply to davidxl from comment #2) > (In reply to Richard Biener from comment #1) > > First of all you should mark the functions 'inline' as well. > > This does not help. > > Then the issue > > is tha

[Bug middle-end/63220] error: inlining failed in call to always_inline

2014-09-11 Thread xinliangli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63220 --- Comment #2 from davidxl --- (In reply to Richard Biener from comment #1) > First of all you should mark the functions 'inline' as well. This does not help. Then the issue > is that 'eq' is called indirectly which isn't allowed for always_

[Bug middle-end/63220] error: inlining failed in call to always_inline

2014-09-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63220 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---