------- Comment #3 from jason at gcc dot gnu dot org  2006-09-06 20:56 -------
This isn't only a problem in C++.  In this C testcase:

struct A
{
  int i[42];
};

struct A f();

int main()
{
  f();
  f();
  f();
}

we allocate 3 'struct A' temporaries.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16269

Reply via email to