[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 7 23:01:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-07 23:01 -------
This is just like PR 18971. If we fix all of the problems related to that PR, we are going replacate all of
grokdeclarator inside the objc front-end which just makes the objc front-end bigger and makes us
have more and more duplicated code which is just wrong.
Note -[Test test:] and the function f should have the same assembly at -O1 or above but right now we
don't keep the store to a because we loose volatile in argument.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlaski at apple dot com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |4.0.0
Known to work| |3.3.2
Last reconfirmed|0000-00-00 00:00:00 |2005-01-07 23:01:19
date| |
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19321
More information about the Gcc-bugs
mailing list