This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14584] [3.4 Regression] ice on valid code.


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-16 02:36 -------
This boils down to

===================================
struct A
{
  A();
  void foo(A*);
};

void bar(A*, A* p)
{
  p->foo(new A);
}
===================================

which looks like PR 14477.

But even if it isn't a duplicate, the bug appears to be fixed,
as I can reproduce it with the 20040311 version, but not with
today's version.

*** This bug has been marked as a duplicate of 14477 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|3.4.1                       |3.4.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]