Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Issue 6195066: [google] Hide all uses of __float128 from Clang

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by simonb
Modified:
12 years, 10 months ago
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/integration/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M libstdc++-v3/acinclude.m4 View 1 chunk +8 lines, -2 lines 0 comments Download
M libstdc++-v3/config.h.in View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 3
simonb
Hide all uses of __float128 from Clang. Brackets _GLIBCXX_USE_FLOAT128 with #ifndef __clang__. Clang does not ...
12 years, 10 months ago (2012-05-09 15:19:01 UTC) #1
Diego Novillo
On 12-05-09 08:19 , Simon Baldwin wrote: > 2012-05-09 Simon Baldwin<simonb@google.com> > > * libstdc++-v3/acinclude.m4: ...
12 years, 10 months ago (2012-05-09 15:28:10 UTC) #2
Ollie Wild
12 years, 10 months ago (2012-05-09 15:33:34 UTC) #3
On Wed, May 9, 2012 at 8:19 AM, Simon Baldwin <simonb@google.com> wrote:
>
> Hide all uses of __float128 from Clang.
>
> Brackets _GLIBCXX_USE_FLOAT128 with #ifndef __clang__.  Clang does not
> currently support the __float128 builtin, and so will fail to process
> libstdc++ headers that use it.
>
> Tested for full bootstrap and dejagnu testsuite.
>
> Okay for google/integration and google/gcc-4_7-integration branches?

Please check this into google/gcc-4_7 as well.

Ollie
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b