This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Revised patch for Ada bootstrap
On Sun, Oct 07, 2001 at 01:32:55PM -0700, Richard Henderson wrote:
> On Sun, Oct 07, 2001 at 09:21:43AM -0700, Zack Weinberg wrote:
> > There isn't anything being printed between "Please include these
> > source files with error report" and "compilation abandoned" except
> > some blank lines.
>
> I get control characters here. E.g.
>
> 0000000 \0 \0 ? ? 021 ? 032 \0 \0 ? 021 \0 \n \0 ? 021
> 0000020 \0 \0 004 \0 \0 \0 \0 ? ? \n Z 025 \0 \0 \a \0
> 0000040 \ \n \0 ? ? 021 \0 \0 \0 \0 b 025 \0 \0 \n \0
> 0000060 ? 026 \0 \0 026 \0 \0 \0 \0 ? ? \n \0 \0 \0 ?
> 0000100 ? 021 \0 \0 \0 \0 Q 030 \n \0 \0 ? ? 021 032 \0
> 0000120 \0 \0 ? 030 \0 \n
Huh, I don't.
00000043 : 3D 3D 3D 3D 2B 0A 0A 50-6C 65 61 73 65 20 69 6E : ====+..Please in
00000044 : 63 6C 75 64 65 20 74 68-65 73 65 20 73 6F 75 72 : clude these sour
00000045 : 63 65 20 66 69 6C 65 73-20 77 69 74 68 20 65 72 : ce files with er
00000046 : 72 6F 72 20 72 65 70 6F-72 74 0A 0A 0A 63 6F 6D : ror report...com
00000047 : 70 69 6C 61 74 69 6F 6E-20 61 62 61 6E 64 6F 6E : pilation abandon
00000048 : 65 64 0A - : ed.
Maybe this is related to your problems with recursing through the
segfault handler? I can reproduce that with stage1 gnat1, but not
stage2/3, and I don't get control characters there either.
zw