-
I was pointed to your project from StackOverflow (commenter says you're his "fav project" 😄) as I was looking for well-tested preprocessor detection of `__typeof`.
https://stackoverflow.com/questions…
-
The following code demonstrates the issue:
```c
struct{
const int c;
}foo();
puts(_Generic(foo().c,int:"A",const int:"B"));
```
`foo` returns a structure that contains a qualified member na…
-
need to add support for -fpie -fPIE, -pie.
-
First, I want to say thank you for your work! I was looking for a version of chibicc that had continued development. The work you have done is very impressive.
I have two small pieces of feedback f…
-
./chibicc -c -o ./issues/issue157.exe ./issues/issue157.c
./issues/issue157.c:1035: union string_value lval = {}, rval = {};
^ …
-
The following extended assembly is not managed yet by chibicc :
static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
__asm__ volatile (
"xchg{q}\t{%%rbx}, %q1\n"
"cpui…
-
I included the source files I was using in case that would help you recreate.
[source.zip](https://github.com/vnmakarov/mir/files/5744824/source.zip)
I realize that for my first attempt to try c2m…
-
compiling lxc failed with undefined variable __label__ :
chibicc -Isrc/lxc/liblxc.a.p -Isrc/lxc -I../src/lxc -I. -I.. -Isrc -I../src -Isrc/include -I../src/include -I../src/lxc/cgroups -I../src/lxc/…
-
ISS-170 issue during array_initializer with -dotfile :
Thread 2.1 "chibicc" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff7d7f740 (LWP 665854)]
__pthread_kill_implementation (no…
-
To implement libc-cil, it is necessary to go back and forth between the C# and chibias worlds, and support for chibias-cil in ILCompose would reduce the effort.
Depending on the progress of the pro…
kekyo updated
6 months ago