[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] how to name a switch
From: |
Sergey Korshunoff |
Subject: |
Re: [Tinycc-devel] how to name a switch |
Date: |
Sun, 24 Apr 2016 22:44:15 +0300 |
> So, vide is not marked global with GCC either. Can you show us a complete
> example where > GCC and TCC behaviour differs?
void vide(void); __asm__("vide: ret");
int main()
{
vide();
return 0;
}
There was discussion above this
https://lists.nongnu.org/archive/html/tinycc-devel/2015-05/msg00094.html