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]

ICE with __attribute__


Hi!

Following code can't be compiled (ICE) :

// packed-ice.cc ---------------------

class bar {
private:
  struct foo {
    int i;
    char c;
  }; __attribute__ ((packed))
};

// -----------------------------------

I use:

  egcs-2.91.60
  Debian GNU/Linux 2.0.36
  
Command line:

$ c++ -c packed-ice.cc
-- 
Alexander Zhuckov   zuav@int.spb.ru   2:5030/518.50


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