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

2008-09-06 Thread hubicka at gcc dot gnu dot org
--- Comment #4 from hubicka at gcc dot gnu dot org 2008-09-06 13:50 --- The frontend handling was removed in GCC-4.4 by my patches. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

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

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2008-02-17 18:37 --- Since 4.3, noinline is now handled completely by cgraph as inlining decisions goes. C and C++ still have duplicated logic on merging declarations, but I am not duplicate_decl expert, so I am leaving this last bit to

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

2006-04-30 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2006-04-30 13:45 --- Good point, I think I can do that easilly once mainline reopens. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added