[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 rguenth at gcc dot gnu.org --- (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

[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 rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 xinliangli at gmail dot com --- (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