[Issue 37] Inlining fails for functions with const parameters

2013-03-04 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=37 Johannes Pfau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 37] Inlining fails for functions with const parameters

2013-02-19 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=37 --- Comment #3 from Iain Buclaw 2013-02-19 12:59:31 UTC --- That's lovely. always_inline attribute has been removed from the set of available pragmas. Actually I might remove all gcc-related pragmas in the near future and replace with @attribut

[Issue 37] Inlining fails for functions with const parameters

2013-02-19 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=37 --- Comment #2 from Johannes Pfau 2013-02-19 11:43:55 UTC --- No, that error message was also reported by jerro and he added some pragma(always_inline) implementation to his copy of gdc. The error is reported either from ipa-inline.c or from ipa

[Issue 37] Inlining fails for functions with const parameters

2013-02-19 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=37 --- Comment #1 from Iain Buclaw 2013-02-19 09:24:42 UTC --- When you say force inlining, I take it you mean you are doing some trickery in the debugger. :-) -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email ---