public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/18079] New: Contradicting function attributes (always_inline vs noinline)
@ 2004-10-20 13:55 pinskia at gcc dot gnu dot org
  2004-10-20 14:12 ` [Bug c/18079] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-20 13:55 UTC (permalink / raw)
  To: gcc-bugs

/* contradicting - should be an error */
static
__attribute__((noinline))
__attribute__((always_inline))
    int test_inline_03(int r) { return r & 4; }

/* contradicting - should be an error */
static
__attribute__((always_inline))
__attribute__((noinline))
    int test_inline_04(int r) { return r & 8; }

-- 
           Summary: Contradicting function attributes (always_inline vs
                    noinline)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18079


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-25 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18079-4@http.gcc.gnu.org/bugzilla/>
2014-03-20  8:24 ` [Bug c/18079] Contradicting function attributes (always_inline vs noinline) mpolacek at gcc dot gnu.org
2014-03-20  9:06 ` jakub at gcc dot gnu.org
2014-03-20 15:51 ` mpolacek at gcc dot gnu.org
2014-04-25 11:05 ` mpolacek at gcc dot gnu.org
2014-04-25 11:06 ` mpolacek at gcc dot gnu.org
2004-10-20 13:55 [Bug c/18079] New: " pinskia at gcc dot gnu dot org
2004-10-20 14:12 ` [Bug c/18079] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).