[Bug middle-end/17876] New: Attribute "noinline" should be fully moved into cgraph

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Thu Oct 7 08:25:00 GMT 2004


At the moment, attribute((noinline)) is handled within the frontend. This is 
wrong, because cgraph does all the inline logic (and it also handles attribute
((always_inline))), so it would be nice to move "noinline" into the middle-end 
too.

Mark suggested me to open this PR here:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00605.html

-- 
           Summary: Attribute "noinline" should be fully moved into cgraph
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: giovannibajo at libero dot it
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list