re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)
authorMarek Polacek <polacek@redhat.com>
Mon, 21 Oct 2013 18:40:34 +0000 (18:40 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 21 Oct 2013 18:40:34 +0000 (18:40 +0000)
commit1e08df0e054341a079e516e1957c8ca8148f916b
treef83f28779503ada6baf211f13e425689117569ca
parent67b5215c7642f7436210b4501c445a42f5846fdd
re PR middle-end/58809 (ICE with complex variable in OpenMP reduction clause)

PR middle-end/58809
* fold-const.c (fold_range_test): Return 0 if the type is not
an integral type.
testsuite/
* gcc.dg/gomp/pr58809.c: New test.

From-SVN: r203907
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gomp/pr58809.c [new file with mode: 0644]