[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-08-04 Thread florian at openwrt dot org
--- Comment #6 from florian at openwrt dot org 2009-08-04 08:58 --- Created an attachment (id=18295) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18295action=view) ldso.Os.i preprocessed file with non-inlined syscalls -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40641

[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-07-06 Thread florian at openwrt dot org
--- Comment #4 from florian at openwrt dot org 2009-07-06 10:38 --- (In reply to comment #2) Does -fno-ipa-cp fix it? Unfortunately, no the problem is still there event with -fno-ipa-cp. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40641

[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-07-06 Thread florian at openwrt dot org
--- Comment #5 from florian at openwrt dot org 2009-07-06 10:39 --- (In reply to comment #3) Btw, with a cross I cannot seem to reproduce the problem. How do non-inlined calls look like with mips? Let me attach a file showing how it looks like. --

[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-07-03 Thread florian at openwrt dot org
--- Comment #1 from florian at openwrt dot org 2009-07-03 16:16 --- Created an attachment (id=18136) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18136action=view) ldso.Os.i preprocessed file This file is the preprocessed file which causes problems. --

[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-07-03 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-07-03 17:24 --- Does -fno-ipa-cp fix it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40641

[Bug c/40641] gcc-4.4.0 does not honor the alway_inline attribute when using -Os

2009-07-03 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-07-03 17:32 --- Btw, with a cross I cannot seem to reproduce the problem. How do non-inlined calls look like with mips? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40641