re PR c++/33194 (ICE: canonical types differ for identical types void ()(const char...
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 29 Aug 2007 12:25:01 +0000 (12:25 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Wed, 29 Aug 2007 12:25:01 +0000 (12:25 +0000)
commit31fa49984f6d6b2a6f90296867004265ea395e07
tree2b91b39e4ff5198911e5114e0cd3c9f44d0e6e73
parentd2b9afb12104e09bd382b6b5f4cbfecc11983629
re PR c++/33194 (ICE: canonical types differ for identical types void ()(const char*, ...) and void ()(const char*, ...))

2007-08-29  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33194
* tree.c (build_type_attribute_qual_variant): Set canonical types
on the final, unqualified attribute variant before building the
qualified version.

2007-08-29  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/33194
* g++.dg/other/canon-33194.C: New.

From-SVN: r127896
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/canon-33194.C [new file with mode: 0644]
gcc/tree.c