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 target/15893] allow regparm attribute on types


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 14:25 -------


And here is an example:
struct __attribute__((regparm(2))) a
{
  int f();
  a();
};
int main()
{
  a h;
  return h.f();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |target
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-09 14:25:36
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15893


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