public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12836] New: compile internal error when -pg on
@ 2003-10-30  6:21 msk at tepkom dot ru
  2003-10-30  6:21 ` [Bug c++/12836] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: msk at tepkom dot ru @ 2003-10-30  6:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: compile internal error when -pg on
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: msk at tepkom dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

compiler internal error produced on GCC from CVS of 26-Oct-03 during compilation
the following code (command: gcc -O0 -pg filename.cpp -o filename):
---------------------------------------------------
template <class T> class Ref
{
public:
  Ref (T * const _addr);
};

class FileName
{
};

class MockFileName: public FileName
{
public:
  MockFileName () { }
};

static Ref<FileName> New (char const * const path) 
{ return new MockFileName (); }


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c++/12836] compile internal error when -pg on
  2003-10-30  6:21 [Bug c++/12836] New: compile internal error when -pg on msk at tepkom dot ru
@ 2003-10-30  6:21 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-30  6:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-30 06:21 -------
Another dup of bug 12315, can someone comment on the patch(es, they are the same) referenced 
in the bug.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-30  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30  6:21 [Bug c++/12836] New: compile internal error when -pg on msk at tepkom dot ru
2003-10-30  6:21 ` [Bug c++/12836] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).