Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


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

[Frama-c-discuss] bug with output to Alt-Ergo and CVC3


  • Subject: [Frama-c-discuss] bug with output to Alt-Ergo and CVC3
  • From: Pascal.CUOQ at cea.fr (CUOQ Pascal)
  • Date: Thu, 7 Jan 2010 16:06:37 +0100
  • References: <4B45F60D.4080608@adelard.com>

> bool_t func1(float32_t x);
> /*@ ensures \result == TRUE
>  
> */
> bool_t func1(float32_t x)
> {
>    if (x < 1E-6)
>    {
>       ;
>    }
>   
>    return TRUE;
>}
>
> Alt-Ergo and CVC3 claim a syntax error on the input from Frama-C.

This needs to be recorded in a Bug Tracking System. The person
in the best position to fix it just may not be reading the mailing list this week,
or may be very busy with a deadline, or ...

This may turn out to be a Why bug, but it's better to report this in
the Frama-C BTS than not at all. It will be transmitted if it is.

Regards,

Pascal