This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18071] [3.4/4.0 Regression] -Winline does not respect -fno-default-inline
- From: "markus at oberhumer dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2004 19:54:13 -0000
- Subject: [Bug middle-end/18071] [3.4/4.0 Regression] -Winline does not respect -fno-default-inline
- References: <20041020054737.18071.markus@oberhumer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From markus at oberhumer dot com 2004-11-30 19:54 -------
Just a short note that the testcase has a typo and should read
...
k |= f.a(r); k |= f.b(r); k |= f.c(r);
...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18071