Project

General

Profile

Actions

Bug #1810

open

CIL ignores the ERROR label if there's no goto to it

Added by Pavel Shved almost 13 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Low
Assignee:
Category:
CIL
Target version:
-
Start date:
09/22/2011
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Some of the competition drivers have their assert function laid out like this:

void __VERIFIER_assert(int phi, char* txt) { if(!phi) { ERROR: ; } }

CIL (at least, in its default configuration) ignores the label without goto (preprocessing with CIL doesn't help either). We should fix it unless the competition organizers report that such situations won't occur in the evaluation set.

Actions #1

Updated by Pavel Shved almost 13 years ago

  • Status changed from Feedback to New
  • Priority changed from High to Low
  • Target version deleted (2.7)

Competition tests were fixed, and this is no longer important

Actions #2

Updated by Vadim Mutilin almost 10 years ago

  • Category set to CIL
  • Assignee changed from Pavel Shved to Vadim Mutilin
Actions

Also available in: Atom PDF