This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]