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]

reproducible internal error under 1.0.3


lightside:/tmp$ e++ x.c
x.c: In function `int main()':
x.c:11: Internal compiler error.
x.c:11: Please submit a full bug report to `egcs-bugs@cygnus.com'.
lightside:/tmp$ e++ --version
egcs-2.90.29 980515 (egcs-1.0.3 release)
lightside:/tmp$ cat x.c
struct A
{
   struct AA{
      void foo() { }
   };
};

main()
{
   A *a = new A;
   a->AA().foo();
}

-- 
____/|  Ragnar Hojland  (ragnar@lightside.ddns.org)      Fingerprint  94C4B
\ o.O|                                                   2F0D27DE025BE2302C
 =(_)=  "Thou shalt not follow the NULL pointer for      104B78C56 B72F0822
   U     chaos and madness await thee at its end."       hkp://keys.pgp.com



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