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]

[PTR-PLUS] Fix C++ libgomp failures


The problem is just the normal problem of updating the creating of 
PLUS_EXPR to POINTER_PLUS_EXPR and needing removing the cast to the 
pointer type.

Committed after a build/test on i686-linux-gnu of the C++ libgomp tests.

Thanks,
Andrew Pinski

ChangeLog:

        * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
        PLUS_EXPR on pointer types over to use
        POINTER_PLUS_EXPR and remove the conversion
        to the pointer types.

Attachment: fixlibgomp.diff.txt
Description: Text document


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