tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Regression building GMP with tcc, bisected


From: Michael Matz
Subject: Re: [Tinycc-devel] Regression building GMP with tcc, bisected
Date: Mon, 6 Jul 2020 18:16:15 +0200 (CEST)
User-agent: Alpine 2.21 (LSU 202 2017-01-01)

Hello,

On Mon, 6 Jul 2020, Herman ten Brugge wrote:

In the old code you can also make it fail:
tst.s:
-------------------------
        .data
        .globl  foo
        .long   0
foo
        .byte   0
-------------------------

If you compile it in the old compiler with:
tcc -include tst.s -c tst.s
you get no error. This is because of the same latent bug in next_nomacro1.

I think the bug is rather to prepare preprocessing directives and the inline stack when no preprocessing is to be done. See 40671f76 in mob.


Ciao,
Michael.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]