Re: Issue with main function expansion and Ada

2006-03-27 Thread Mike Stump
On Mar 27, 2006, at 2:29 AM, Nicolas Roche wrote: I just saw that I sent this email to the wrong mailing list. So I reforward to gcc@gcc.gnu.org Careful; on some systems name it _main. But on others, you don't want _main. Well it works even in that case as my test was done on Mingw wich

Re: Issue with main function expansion and Ada

2006-03-27 Thread Nicolas Roche
I just saw that I sent this email to the wrong mailing list. So I reforward to gcc@gcc.gnu.org Hi, I am currently working on having GCC 4.1 working on mingw with ZCX exceptions and I got the following issue with Ada and the constructors: On windows a __main function in charge of calling the c