public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "nheghathivhistha at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/59775] internal compiler error: Segmentation fault
Date: Sun, 12 Jan 2014 17:24:00 -0000	[thread overview]
Message-ID: <bug-59775-4-eU3r2OhT4h@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59775-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from David Kredba <nheghathivhistha at gmail dot com> ---
typedef int sal_Int8;
typedef int sal_Int64;
namespace com
{
namespace sun
{
namespace star
{
namespace uno
{
template < class > class Sequence
{
};
}
}
} typedef com::sun::star::uno::Sequence < sal_Int8 > StreamDataSequence;
class BinaryStreamBase
{
public:
    virtual void seek (sal_Int64);
    void seekToStart ()
    {
        seek (0);
    } int mbEof;
};
class BinaryInputStream:public virtual BinaryStreamBase
{
};
class SequenceInputStream:public BinaryInputStream
{
public:
    SequenceInputStream (StreamDataSequence &);
};
namespace core
{
void RecordParserparseStream ()
{
    StreamDataSequence aRecData;
    SequenceInputStream aRecStrm (aRecData);
    aRecStrm.seekToStart ();
}
}
}


  parent reply	other threads:[~2014-01-12 17:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-12 16:53 [Bug c++/59775] New: " nheghathivhistha at gmail dot com
2014-01-12 17:01 ` [Bug c++/59775] " nheghathivhistha at gmail dot com
2014-01-12 17:24 ` nheghathivhistha at gmail dot com [this message]
2014-01-12 17:25 ` nheghathivhistha at gmail dot com
2014-01-12 18:57 ` trippels at gcc dot gnu.org
2014-01-12 19:44 ` [Bug ipa/59775] [4.9 Regression] " jakub at gcc dot gnu.org
2014-01-12 22:26 ` hubicka at gcc dot gnu.org
2014-01-12 22:49 ` hubicka at gcc dot gnu.org
2014-01-12 23:37 ` hubicka at ucw dot cz
2014-01-14  8:36 ` nheghathivhistha at gmail dot com
2014-01-14  9:06 ` trippels at gcc dot gnu.org
2014-01-15 21:32 ` hubicka at gcc dot gnu.org
2014-01-16  8:49 ` nheghathivhistha at gmail dot com
2014-01-17  1:05 ` hubicka at gcc dot gnu.org
2014-01-17  1:07 ` hubicka at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59775-4-eU3r2OhT4h@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).