[PATCH: polly] Fix compile failure when compiling with gcc

Andy Gibbs andyg1001 at hotmail.co.uk
Tue Mar 19 10:43:13 PDT 2013


Hi,

Attached is a patch to fix a compiler failure due to mismatch of types in 
std::make_pair.  The inclusion of explicit types causes the automatic 
argument deduction to fail on gcc, and the patch removes these.

Am I ok to commit this?

Thanks

Andy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: polly.diff
Type: application/octet-stream
Size: 747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130319/cb342452/attachment.obj>


More information about the llvm-commits mailing list