juice500ml / cminus

C- Compiler Project for Sogang Univ. (17' Spring)
5 stars 1 forks source link

Bug들... #18

Closed taeseunglee closed 7 years ago

taeseunglee commented 7 years ago
int intFunc(void)
{
  int a;
 if (a)
 {
      a;
 }
}

프로그램 사망.(더블 프리 에러) st_pop_scope()를 주석처리 해봤더니, a;에서 선언하지 않았다고 함.

그리고

taeseunglee commented 7 years ago

처음 언급한 부분은 5번째 테스트 케이스에 없어서 따로 중괄호가 있는 스코프를 추가해보시면 됩니다. 그리고 일단, testcase 5번째부터 잘못됨.