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: [patch 1/2] [gimplefe] Changes internal interface of recognition of tuples.


> Thanks. ?I made some minor formatting changes and started preparing the
> functions to move into the new gimple/ directory.
>
> I also fixed the calls to strcasecmp. ?They need to break when the
> return value is 0. ?Otherwise, we will not match anything.
>
> Diego.
>

The additional call to cpp_type2name in gcc/lto/lto.c :
gimple_parse_expect_token in the last patch caused a build error
(default build options).
I am attaching a patch that changes the argument type for the above
function from int expected_token_type to enum cpp_ttype
expected_token_type (This we anyways wanted to fix).


-- 
Cheers
Sandy

Attachment: gimplefe.patch
Description: Binary data


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