OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib26.C] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// PR c++/28659
2
// The attribute was causing us to get confused in merge_types when
3
// combining the template type with an uninstantiated version.
4
 
5
template
6
struct __attribute__((aligned(1))) A
7
{
8
  A& operator=(const A &t);
9
};
10
 
11
template
12
A& A::operator=(const A &t)
13
{
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.