All opinions expressed here do not reflect that of my employer.
Comment by ~notgull on ~mcf/cproc
Noting that this is a blocker for compiling tinycc with cproc
Ticket created by ~notgull on ~mcf/cproc
$ gcc -E src/global.c | cproc-qbe /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h:416:78: error: GNU attribute 'aligned' is not supported here
This error now occurs on Ubuntu 24.04.
Ticket created by ~notgull on ~notgull/theo
Newest version comes with some new features
Ticket created by ~notgull on ~notgull/theo
When originally writing line-straddler, I did not support RTL text. I'm not sure how the algorithm should be adjusted to support RTL text. Honestly it might even be a bad idea to do it at the line-straddler level; maybe it should be done in piet-cosmic-text?