This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wide-int] template <typename T> class generic_wide_int in wide-int.h
- From: Mike Stump <mikestump at comcast dot net>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Kenneth Zadeck <zadeck at naturalbridge dot com>, Richard Sandiford <rdsandiford at googlemail dot com>
- Date: Sat, 16 Aug 2014 17:38:37 -0700
- Subject: Re: [wide-int] template <typename T> class generic_wide_int in wide-int.h
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1408161340220 dot 3591 at tuna dot site>
On Aug 16, 2014, at 5:28 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> The patch below shaves 404 warnings from stage 1 when bootstrapping
> with clang 3.4.1 (i386-unknown-freebsd10.0).
>
> Regardless of whether we agree with that warning in clang, keeping
> things consistent and not using struct once and class in other places
> makes sense. And I believe Mike was affirmative re a similar patch
> last month.
Yes, regardless of what we think of clang, we did not intentionally want the tags to differ.
> Applied.
Thanks.