[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2005-01-21 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-01-21 10:03 --- This is now fixed in GCC 3.3.6, GCC 3.4.3 and GCC 4.0.0. Thanks for your report Markus! -- What|Removed |Added ---

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2005-01-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 10:02 --- Subject: Bug 17115 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2005-01-21 10:02:31 Modified files: gcc: Change

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2005-01-20 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-01-21 03:53 --- (In reply to comment #8) > The patch was tested succesfully on latest 3.3 branch too. I'm waiting for > branch unfreeze to commit it there. Giovanni -- gcc-3.3 is unfrozen. Do you still consider your patch as

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2005-01-20 Thread markus at oberhumer dot com
--- Additional Comments From markus at oberhumer dot com 2005-01-21 02:02 --- This seems to be fixed for 3.4 and 4.0 now, so the bug should be closed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17115

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2004-10-20 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-10-21 01:36 --- Subject: Re: [3.3 Regression] -Winline does not respect __attribute__((__noinline__)) > Mayn thanks for the fix. No problem. > May I also draw > your attention to bug18071 (-Winline > does not respect -

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2004-10-19 Thread markus at oberhumer dot com
--- Additional Comments From markus at oberhumer dot com 2004-10-20 05:55 --- Mayn thanks for the fix. May I also draw your attention to bug18071 (-Winline does not respect -fno-default-inline), and I'd also appreciate comments on bug18070 (Contradicting function attributes). -- ht