This website requires JavaScript.
Explore
Help
Sign in
d0p1
/
tcc-stupidos
Watch
1
Star
1
Fork
You've already forked tcc-stupidos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
29ae3ed4d5
tcc-stupidos
/
tests
/
tests2
/
102_alignas.expect
3 lines
55 B
Text
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-23 19:38:53 +00: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-10 22:37:07 +00:00
1 1 1 1
Reference in a new issue
Copy permalink