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: PR middle-end/48600


On Fri, Feb 10, 2012 at 01:00:16PM +0100, Jan Hubicka wrote:

Does this belong to the patch?  It isn't mentioned in the ChangeLog,
nor I see how it is related...

> *** libcpp/macro.c	(revision 184016)
> --- libcpp/macro.c	(working copy)
> *************** tokens_buff_last_token_ptr (_cpp_buff *b
> *** 1878,1884 ****
>      If VIRT_LOCS_BUFF is non-NULL,  it should point at the buffer
>      containing the virtual locations of the tokens in TOKENS_BUFF; in
>      which case the function updates that buffer as well.   */
> ! static inline void
>   tokens_buff_remove_last_token (_cpp_buff *tokens_buff)
>   
>   {
> --- 1878,1884 ----
>      If VIRT_LOCS_BUFF is non-NULL,  it should point at the buffer
>      containing the virtual locations of the tokens in TOKENS_BUFF; in
>      which case the function updates that buffer as well.   */
> ! static void
>   tokens_buff_remove_last_token (_cpp_buff *tokens_buff)
>   
>   {

	Jakub


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