re PR c++/70029 (ICE with C++11 and -flto)
authorMarek Polacek <polacek@redhat.com>
Thu, 14 Apr 2016 16:51:16 +0000 (16:51 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 14 Apr 2016 16:51:16 +0000 (16:51 +0000)
commit851285595028bdbb0eed29766e6eece1a884138e
tree9172666a3b97d7d7c50ba497cc31580311d7c3f1
parent9f285ccb77a109ba94788f71ac83d4d46299ea9f
re PR c++/70029 (ICE with C++11 and -flto)

PR c++/70029
* tree.c (verify_type): Disable the canonical type of main variant
check.

* g++.dg/torture/pr70029.C: New test.

Co-Authored-By: Jan Hubicka <hubicka@ucw.cz>
From-SVN: r234979
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr70029.C [new file with mode: 0644]
gcc/tree.c