------- Comment #19 from amylaar at gcc dot gnu dot org  2006-01-25 17:27 
-------
There is even more wrong with the way we translate function pro-epilogue
affecting pragmas to attributes.
When we used only pragmas, the pragma could placed not only in front of the
function, but also anywhere within the function, and it would affect the
prologue/epilogue generation of that function.
In order to restore this behaviour, the pragma hooks should check cfun, and
apply the pragma to the current function if cfun is set.


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|joern dot rennecke at superh|joern dot rennecke at st dot
                   |dot com                     |com


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

Reply via email to