tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] new compiler (0.9.26) crashes with undeclared struct


From: Javier San Juan Cervera
Subject: Re: [Tinycc-devel] new compiler (0.9.26) crashes with undeclared struct
Date: Fri, 26 Jul 2013 00:21:16 +0100

Yes, causing a compiler crash when you implement something whose behaviour is not specified in the standard is definitely a bug.


2013/7/26 ibrahim <address@hidden>
On 26.07.2013 00:27, grischka wrote:
ibrahim wrote:

On 25.07.2013 22:15, Stephan Beal wrote:
On Thu, Jul 25, 2013 at 10:09 PM, ibrahim <address@hidden <mailto:ibrahim.a.71@googlemail.com>> wrote:

    Implementation defined behaviour has nothing to do with a crash
    during compilation time ! It means an implementation can choose
    its behaviour because its not defined by the standard. A crash is
    caused by an exception which just means its caused by a buggy
    implementation.


http://en.wikipedia.org/wiki/Undefined_behavior

You should read that before posting a link. We are not talking about a crash of the compiler during compile time not about a crash during runtime.

Neither is tcc known to crash with an empty struct nor is the
"struct asdasd" in the test case known to be empty.

--- grischka
And the bug was fixed immediatly by grischka after reported ;)



_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

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