svn commit: r228955 - head/include

David Schultz das at FreeBSD.ORG
Sun Jan 1 02:54:25 UTC 2012


On Thu, Dec 29, 2011, Ed Schouten wrote:
> Hi Steve,
> 
> * Steve Kargl <sgk at troutmask.apl.washington.edu>, 20111229 19:49:
> > Are you going to submit a bug report to GCC?  Because, as of now,
> > you've broken my ability to do development work on bleeding edge
> > freebsd and bleeding edge gcc.
> 
> Here you go:
> 
> 	http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705
> 
> In the future, could you write such bug reports yourself? I am really
> not that interested in GCC's development process.

I'm out of town and don't remember the details of this, but is there a
reason we couldn't simply have an appropriate #ifdef that uses
__attribute((__noreturn__)) instead of [[noreturn]]?  We have plenty
of ifdefs in the tree already to work around deficiencies in various
compilers.  Saying "it's the compiler's fault and we're not going to
work around it" is a significant departure from historical precedent,
and it punishes the wrong people.  Easier than arguing with the GNU
folks about fixing it, too...


More information about the svn-src-all mailing list