This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jan 2005 23:01:20 -0000
- Subject: [Bug objc/19321] [4.0 regression] objc ignores volatile in argument types for messages
- References: <20050107225759.19321.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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