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]

GCC BUG-REPORT



Hello, I have found a BUG:

 a.c:
 #define MaxSym 8189
 struct sbase{ /* int num; */ int  ib[MaxSym]; };
 void b_out(struct sbase b){}
 void nhm(){  static struct sbase b; b_out(b); }
 int main(){ nhm(); return(0);}
 /*
 ----------------------------------------------------
 g++ -O0 a.c # gcc-2.95.2  19991024 (release)
 a.c: In function void nhm():
 a.c:6: Internal compiler error in dwarf2out_frame_debug_expr, at 
dwarf2out.c:
 Please submit a full bug report.
 ------- done ------------------------
 
 # linux-2.2.14pre3 #4 Wed Nov 3 10:21:27 CET 1999 alpha unknown
 $ cat /proc/cpuinfo
 cpu                     : Alpha
 cpu model               : EV56
 system type             : Ruffian
 system serial number    : MILO-0000
 cycle frequency [Hz]    : 533293072 est.
 page size [bytes]       : 8192
 phys. address bits      : 40
 max. addr. space #      : 127
 kernel unaligned acc    : 0 (pc=0,va=0)
 user unaligned acc      : 45111507 (pc=120024da0,va=11ffd76bc)
 cpus detected           : 1
*/



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