This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: __intN patch 3/5: main __int128 -> __intN conversion.
- From: DJ Delorie <dj at redhat dot com>
- To: Oleg Endo <oleg dot endo at t-online dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Aug 2014 18:49:13 -0400
- Subject: Re: __intN patch 3/5: main __int128 -> __intN conversion.
- Authentication-results: sourceware.org; auth=none
- References: <201408132211 dot s7DMBGBu016387 at greed dot delorie dot com> <1407968544 dot 10959 dot 6 dot camel at yam-132-YW-E178-FTW>
> A while ago I've removed a couple of those 'typedef struct' things, as
> they are not required in C++ anymore. Is there any particular reason
> why this couldn't be simply 'struct int_n_data_t' ?
No particular reason.