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]

objc/7098: ObjC front end doesn't understand attributes on method parameters


>Number:         7098
>Category:       objc
>Synopsis:       ObjC front end doesn't understand attributes on method parameters
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 21 08:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kaveh Ghazi
>Release:        gcc version 3.2 20020620 (experimental)
>Organization:
>Environment:
all
>Description:
The ObjC front end doesn't understand attributes on method parameters.  E.g.:

- read: (TypedStream*)aStream __attribute__ ((__unused__))
{ return self; }
 
For discussion, see: http://gcc.gnu.org/ml/gcc/2002-06/msg01060.html
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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