This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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