This is the mail archive of the gcc@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]

Re: syntax for pointer to pointer to function?



  In message <m3d8el8yng.fsf@graviton.res.cmu.edu>you write:
  > 	What is the proper syntax for declaring a pointer to a pointer to a
  > function with certain attributes?  The latest Wine snapshot (980413) has
  > code that is very similar to the test case below, which some people have
  > reported to work, but which does not compile under egcs-1.0.2, generating
  > this error:
I don't think you can do this.  Basically I think all our attribute
stuff falls down when you try to take a pointer to an object that has
an attribute.

jeff


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