This is the mail archive of the gcc@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]

Re: Problem with new option handling?


Geert Bosch wrote:-

> During a bootstrap of current mainline on powerpc-apple-darwin6.6, I
> get the following messages:
> >stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin6.6/bin/ -c 
> >-mdynamic-no-pic      -gnatpg -gnata -I- -I. -Iada 
> >-I/Users/bosch/gcc/gcc/ada /Users/bosch/gcc/gcc/ada/ada.ads -o 
> >ada/ada.o
> >gnat1: warning: `-gnatpg': unknown or unsupported -g option
> >gnat1: warning: `-gnata': unknown or unsupported -g option
> >gnat1: warning: `-gnatO': unknown or unsupported -g option
> 
> This looks like fallout of the new option handling. Neil, do you
> have an idea what's going wrong here? Thanks in advance.

I can't test Ada sadly.  Can you confirm that it was fixed in the
patch I just committed?  See my discussion of a latent bug in
the option decoder:

http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02484.html

I think it's the same bug and so it should now be OK.

Thanks,

Neil.


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