re PR c++/35315 (ICE with attribute transparent_union)
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 29 Feb 2008 21:41:38 +0000 (21:41 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Fri, 29 Feb 2008 21:41:38 +0000 (21:41 +0000)
commitf31c9f09a1b5c59b7c73daaab8e138ac2bedcd0b
treee5209d526d4831be4dd0f7323a5a1518da448340
parent359be76ebbc75fd04b7476d764ecf2a34ac48b8b
re PR c++/35315 (ICE with attribute transparent_union)

2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/35315
* tree-inline.c (build_duplicate_type): When we make a
duplicate type, make it unique in the canonical types system.

2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/35315
* g++.dg/ext/attrib32.C: Add another test case.

From-SVN: r132779
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib32.C
gcc/tree-inline.c