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 c/13732] internal compiler error with structures


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-18 21:00 -------
Confirmed. Reduced further to:

void
algo_fourmis (int nombre_points)
{
  typedef struct
  {
    char bann_list[nombre_points];
  } fourmi;

  void creation_fourmi (int nombre_points)
  {
    int i = sizeof (fourmi);
  }
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|AMD Athlon(tm) Processor    |
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-18 21:00:33
               date|                            |


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


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