https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109798

--- Comment #8 from aj at ianozi dot com ---
(In reply to simon from comment #7)
> I think it’s the -gnatVa (I took out the -f*sections and all the style
> options except a simple -gnaty).

simon, you are correct; I independently went through compiling manually taking
out each flag one at a time.  This succeeds:
gcc -c -x ada testing.adb

But this fails:
gcc -c -x ada -gnatVa testing.adb

Reply via email to