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 objc/19321] [4.0 regression] objc ignores volatile in argument types for messages


------- 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


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