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

Tobias Grosser tobias at grosser.es
Wed Mar 20 06:57:03 PDT 2013


On 03/19/2013 12:43 PM, Andy Gibbs wrote:
> 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?

Sure. This fix seems trivial and would have been OK even without approval.

Tobi



More information about the llvm-commits mailing list