8
28
Fork
You've already forked antcc
2

Fix compilation warnings, fix README #3

Closed
FermeLeLundi wants to merge 1 commit from (deleted):trunk into trunk
pull from: (deleted):trunk
merge into: lsof:trunk
lsof:trunk
First-time contributor
Copy link

Compilation warnings fixed.
Several code cleanups, among which legibility of README.md.

Compilation warnings fixed. Several code cleanups, among which legibility of README.md.
@ -1,3 +1,5 @@
# antcc - A Small C Compiler
Owner
Copy link

redundant

redundant
Author
First-time contributor
Copy link

Added, because the README does not have a title.

Added, because the README does not have a title.
@ -42,3 +44,4 @@
- `x86_64-linux-gnu`
- `x86_64-linux-musl`
- `aarch64-linux-gnu` (experimental)
Owner
Copy link

aarch64 is not even bootstrapping yet, which is why it's not listed here. that list is for tested and working targets.

aarch64 is not even bootstrapping yet, which is why it's not listed here. that list is for tested and working targets.
@ -65,6 +68,8 @@ and appropiate include paths must be manually specified. You can specify the com
There are tests in the `test` directory:
- `test/run.sh`: local tests
- `test/run.sh 01-hello`: run a single test (e.g., 01-hello.c)
Owner
Copy link

test/run.sh doesn't do that - is this PR AI-generated?

`test/run.sh` doesn't do that - is this PR AI-generated?
Author
First-time contributor
Copy link

Yes, the README for the most part, not the code.

Yes, the README for the most part, not the code.
@ -445,0 +441,4 @@
loadstoreaddr(blk, &ins->l, curi, op);
regarg(&ins->r, cls, blk, curi);
break;
default: assert(0);
Owner
Copy link

I'm purposefully not suppressing these warnings with default: as an indication and reminder that this part of the aarch64 backend is incomplete. also, please don't just change the formatting of existing code. again - is this PR AI-generated?

I'm purposefully not suppressing these warnings with `default:` as an indication and reminder that this part of the aarch64 backend is incomplete. also, please don't just change the formatting of existing code. again - is this PR AI-generated?
Author
First-time contributor
Copy link

This part of the PR was not AI generated, but hand-formatted.

This part of the PR was not AI generated, but hand-formatted.
lsof changed title from (削除) Fix compilation warnings, fix README (削除ここまで) to WIP: Fix compilation warnings, fix README 2026年02月28日 17:43:11 +01:00
lsof changed title from (削除) WIP: Fix compilation warnings, fix README (削除ここまで) to Fix compilation warnings, fix README 2026年02月28日 17:43:15 +01:00
lsof closed this pull request 2026年02月28日 18:32:49 +01:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lsof/antcc!3
Reference in a new issue
lsof/antcc
No description provided.
Delete branch "(deleted):trunk"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?