This is the mail archive of the gcc-patches@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: [Ada] Clean up in handling of -gnatdA


> > Previously, if debug flag A was set, then in Repinfo, -gnatR3m mode was
> > set, but in some cases this is too late. For example, a compiler crash
> > could occur if switches -gnatdA and -gnatc were used without -gnatR. This
> > minor change cleans things up so that -gnatR3m mode is set at the start of
> > execution of the compiler, eliminating these anomolies.

>  Do you have a testcase for this crash? 

Compile any file with the switches mentioned above.

Arno


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