This website requires JavaScript.
Explore
Help
Register
Sign In
github-repos
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/mirror/tinycc.git
synced
2025-01-05 04:40:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c70652e04
tinycc
/
tests
/
tests2
/
102_alignas.expect
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
three small fixes & three reverts - tcc.h: msvc doesn't grok __func__ (reverts previous commit) - tccgen.c: fortify tcc against bogus code: - n[sizeof({3;})]; // statement expression outside of function - f(){"123"4}; // tokens with values following each other (also, add "type defaults to int" warning for variables) - tccpe.c: removed a check that caused BSS symbols not to be exported. Whatever that check was meant to prevent. - win32/build-tcc.bat: cmd.exe sometimes doesn't grok '-' in labels - Revert "libtcc: no need to undef" This reverts commit 2b7aa2a1e11b3afc9907c47c52b8018b5a1fb108. - Revert "tcc.h libtcc.c: remove unused defines" This reverts commit 985d9637455929be5b19741de7ba47b245b0cab8. The point of these "unused defines" is to be unused, that is to remind people not to use malloc but please to "use_tcc_malloc", instead.
2020-10-24 03:38:53 +08:00
102_alignas.c:4: warning: type defaults to int
Make 102_alignas independend of architecture alignment of double is of course depending on the target, so the .expect file was arch dependend. Fix this by simply doing some comparison tests.
2019-04-11 06:37:07 +08:00
1 1 1 1
Reference in New Issue
Copy Permalink