This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __intN patch 3/5: main __int128 -> __intN conversion.


On 2014.08.25 at 23:03 -0400, DJ Delorie wrote:
> 
> > I'd like to see the updated version of the whole of patch 3 (tested
> > to be actually independent of the other patches) for review, though
> > I won't be reviewing the C++ parts.
> 
> Here it is.  Tested on x86_64.  I include the msp430-modes.def patch
> for demonstration purposes although obviously msp430's __int20 won't
> work without the other patches.

This patch breaks ppc64:

../../gcc/gcc/config/rs6000/rs6000-c.c: In function âcpp_hashnode* rs6000_macro_to_expand(cpp_reader*, const cpp_token*)â:
../../gcc/gcc/config/rs6000/rs6000-c.c:237:24: error: âRID_INT128â was not declared in this scope
make[3]: *** [rs6000-c.o] Error 1

-- 
Markus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]