GNU bug report logs - #15739
Doesn't support clang as well as it could.

Previous Next

Package: guile;

Reported by: Matt Sicker <boards <at> gmail.com>

Date: Sun, 27 Oct 2013 19:54:01 UTC

Severity: normal

Tags: moreinfo, wontfix

Merged with 15741

Done: Mark H Weaver <mhw <at> netris.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matt Sicker <boards <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Doesn't support clang as well as it could.
Date: Sun, 27 Oct 2013 14:53:20 -0500
[Message part 1 (text/plain, inline)]
There are plenty of macros that only check for GNU GCC and don't bother
checking support from other popular compilers. For example, in
libguile/__scm.h, the macros SCM_NORETURN, SCM_UNUSED, SCM_EXPECT, and many
more, all only check for GCC support. Most (if not all) of these language
extensions are supported by Clang, and usually using the same exact syntax!

I'll submit a patch that adds Clang support to these macros. See <
http://clang.llvm.org/docs/LanguageExtensions.html> for the documentation
about this.

-- 
Matt Sicker <boards <at> gmail.com>
[Message part 2 (text/html, inline)]

This bug report was last modified 11 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.