aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/vect/pr60559.cc
blob: f179a1aebcf8e18dfedfa9eb9c0bd4d6b262d346 (plain)
1
2
3
4
5
6
7
8
// PR tree-optimization/60559
// { dg-do compile }
// { dg-additional-options "-O3 -std=c++11 -fnon-call-exceptions -fno-tree-dce" }
// { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } }

#include "pr60023.cc"

// { dg-final { cleanup-tree-dump "vect" } }