public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59607] Internal compiler error: Error reporting routines re-entered.
       [not found] <bug-59607-4@http.gcc.gnu.org/bugzilla/>
@ 2013-12-27  4:39 ` vyf at princeton dot edu
  2014-01-13 21:38 ` vyf at princeton dot edu
  1 sibling, 0 replies; 2+ messages in thread
From: vyf at princeton dot edu @ 2013-12-27  4:39 UTC (permalink / raw)
  To: gcc-bugs

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

vyf at princeton dot edu changed:

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

--- Comment #1 from vyf at princeton dot edu ---
There were bugs in my code:

std::forward(args)... should have been std::forward<Args>(args)...
new (get()) T(std::forward<Args>(args)...) should have been new (get())
optional(std::forward<Args>(args)...). I don't know why gcc had an error during
compilation because of this (it should have just pointed out these problems),
but everything works fine now that I fixed the bugs.


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

* [Bug c++/59607] Internal compiler error: Error reporting routines re-entered.
       [not found] <bug-59607-4@http.gcc.gnu.org/bugzilla/>
  2013-12-27  4:39 ` [Bug c++/59607] Internal compiler error: Error reporting routines re-entered vyf at princeton dot edu
@ 2014-01-13 21:38 ` vyf at princeton dot edu
  1 sibling, 0 replies; 2+ messages in thread
From: vyf at princeton dot edu @ 2014-01-13 21:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from vyf at princeton dot edu ---
*** Bug 59606 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2014-01-13 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-59607-4@http.gcc.gnu.org/bugzilla/>
2013-12-27  4:39 ` [Bug c++/59607] Internal compiler error: Error reporting routines re-entered vyf at princeton dot edu
2014-01-13 21:38 ` vyf at princeton dot edu

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).