logoalt Hacker News

shevy-javatoday at 6:53 AM1 replyview on HN

> CCC compiled every single C source file in the Linux 6.9 kernel without a single compiler error (0 errors, 96 warnings). This is genuinely impressive for a compiler built entirely by an AI.

It would be interesting to compare the source code used by CCC to other projects. I have a slight suspicion that CCC stole a lot of code from other projects.


Replies

saatitoday at 8:51 AM

It's less impressive when you realize CCC happily compiles invalid C without emitting any errors.