TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Compilers in OpenBSD (2013)

77 pointsby fcambusabout 10 years ago

8 comments

cantankerousabout 10 years ago
Curious if the folks at OpenBSD have ever thought about giving CompCert-C a shake. I realize it&#x27;s no gcc or llvm, but OpenBSD is no run of the mill *nix, either.<p><a href="http:&#x2F;&#x2F;compcert.inria.fr&#x2F;compcert-C.html" rel="nofollow">http:&#x2F;&#x2F;compcert.inria.fr&#x2F;compcert-C.html</a><p>EDIT: See also <a href="https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert</a>
评论 #9322757 未加载
rbcabout 10 years ago
This was my favorite quote: &quot;The free software world needs an LTS compiler.&quot;
评论 #9323695 未加载
评论 #9323443 未加载
评论 #9322903 未加载
评论 #9323342 未加载
评论 #9323256 未加载
评论 #9322891 未加载
评论 #9322817 未加载
andrewchambersabout 10 years ago
Great place to shamelessly mention my MIT licensed work in progress C compiler (written in Go), <a href="https:&#x2F;&#x2F;github.com&#x2F;andrewchambers&#x2F;cc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andrewchambers&#x2F;cc&#x2F;</a> . Nowhere near the level it needs to be, but would be fun if I could start a community to push it forward.
julie1about 10 years ago
12 years ago miod and marc talking of openBSD <a href="http:&#x2F;&#x2F;www.libroscope.org&#x2F;OpenBSD-ne-desarme-pas" rel="nofollow">http:&#x2F;&#x2F;www.libroscope.org&#x2F;OpenBSD-ne-desarme-pas</a> (fr)<p>or miod taking is sherlock holmes hat to solve a GCC bug <a href="http:&#x2F;&#x2F;www.onlamp.com&#x2F;pub&#x2F;a&#x2F;bsd&#x2F;2003&#x2F;10&#x2F;02&#x2F;openbsd_gcc.html" rel="nofollow">http:&#x2F;&#x2F;www.onlamp.com&#x2F;pub&#x2F;a&#x2F;bsd&#x2F;2003&#x2F;10&#x2F;02&#x2F;openbsd_gcc.html</a><p>Yes I am a fanboy of miod, and I am not even ashamed.
1wdabout 10 years ago
&gt; The last de-facto LTS compiler we have had was gcc 2.7.2.1, and it is too old to compile modern C and C++ code.<p>Wont any LTS compiler be &quot;too old&quot; quickly?
评论 #9323651 未加载
nickysielickiabout 10 years ago
If obsd moves to clang I&#x27;ll eat my hat.<p>pccm is naturlly where they&#x27;re headed. It&#x27;s just not ready yet.
jeffreyrogersabout 10 years ago
On a somewhat related note, I found it amusing that in OS X gcc has been aliased to clang.
评论 #9323386 未加载
rurbanabout 10 years ago
Old discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6141319" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6141319</a><p>Why again?