[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2014-04-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079 Marek Polacek changed: What|Removed |Added Keywords|accepts-invalid |diagnostic Status|ASSIGNED

[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2014-04-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079 --- Comment #5 from Marek Polacek --- Author: mpolacek Date: Fri Apr 25 11:04:40 2014 New Revision: 209796 URL: http://gcc.gnu.org/viewcvs?rev=209796&root=gcc&view=rev Log: PR c/18079 c/ * c-decl.c (diagnose_mismatched_decls): Warn for mi

[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2014-03-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079 --- Comment #4 from Marek Polacek --- Patch queued for 5.0. http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01068.html

[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2014-03-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2014-03-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/18079] Contradicting function attributes (always_inline vs noinline)

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 14:12 --- Confirmed, this was break up of bug 18070. -- What|Removed |Added CC|