[patch]: New feature __int128 type C/C++ for upcoming 4.6 for review

Kai Tietz ktietz70@googlemail.com
Sat Jan 9 19:58:00 GMT 2010


2010/1/9 Joseph S. Myers <joseph@codesourcery.com>:
> Further problems:
>
> You haven't updated the syntax comments in the C and C++ parsers to show
> where the new keyword appears in the grammar.
>
> You haven't added any C++ testcases for the new types.
>
> If the complex types are supported, you haven't added testcases for them.
>
> --
> Joseph S. Myers
> joseph@codesourcery.com
>

Ok, I'll soon a respined patch. No current implementation didn't
supported complex types. They produce explicit failure messages. But
as you suggested, they should be supported, so I'll have to adjust the
patch for it.

AFAIS are both int __int128 and __int128 int checks in test case
tested at the moment for success. Thanks for your script, I'll use it
(or adjust it) to generate the test-case here anew. Btw, possibly such
test should go into c-c++-common?

Regards,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination



More information about the Gcc-patches mailing list