Changes between Initial Version and Version 5 of Ticket #7


Ignore:
Timestamp:
Sep 27, 2018, 2:46:27 PM (7 years ago)
Author:
Thierry Delisle
Comment:

This assertion appears to be gone but the generated code is wrong:

test.cfa: In function ‘_adapterFi_PS5stack_i__P_M’:
test.cfa:34:104: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
 int main (int argc, char * argv[]) {

test.cfa:34:129: error: expected ‘)’ before ‘_adaptee’
 int main (int argc, char * argv[]) {

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7

    • Property Cc a3moss added
    • Property Summary changed from CFA Assertion Error: CodeGenerator visits TypeExpr in trait to CFA Assertion Error: CodeGenerator visits TypeExpr in trait/genaric type
  • TabularUnified Ticket #7 – Description

    initial v5  
    33A trimmed down version of the code, which still generates the same error, is included:
    44{{{
    5 #include <stdlib>
     5#include <stdlib.hfa>
    66extern "C" {
    77#include <stdbool.h>