public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67983] New: ICE: Error reporting routines re-entered.
@ 2015-10-16  5:24 allan at archlinux dot org
  2015-10-16  5:25 ` [Bug c++/67983] " allan at archlinux dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: allan at archlinux dot org @ 2015-10-16  5:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67983

            Bug ID: 67983
           Summary: ICE: Error reporting routines re-entered.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: allan at archlinux dot org
  Target Milestone: ---

Created attachment 36521
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36521&action=edit
Unreduced testcase

Compiling the attached file with "g++ -std=c++11" causes an ICE:

Internal compiler error: Error reporting routines re-entered.


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

* [Bug c++/67983] ICE: Error reporting routines re-entered.
  2015-10-16  5:24 [Bug c++/67983] New: ICE: Error reporting routines re-entered allan at archlinux dot org
@ 2015-10-16  5:25 ` allan at archlinux dot org
  2015-10-16  5:26 ` allan at archlinux dot org
  2015-10-16  7:43 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: allan at archlinux dot org @ 2015-10-16  5:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67983

--- Comment #1 from Allan McRae <allan at archlinux dot org> ---
Created attachment 36522
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36522&action=edit
Reduced testcase


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

* [Bug c++/67983] ICE: Error reporting routines re-entered.
  2015-10-16  5:24 [Bug c++/67983] New: ICE: Error reporting routines re-entered allan at archlinux dot org
  2015-10-16  5:25 ` [Bug c++/67983] " allan at archlinux dot org
@ 2015-10-16  5:26 ` allan at archlinux dot org
  2015-10-16  7:43 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: allan at archlinux dot org @ 2015-10-16  5:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67983

--- Comment #2 from Allan McRae <allan at archlinux dot org> ---
Observed with gcc-5.2.0 (5-20150623), x86_64, Arch Linux.


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

* [Bug c++/67983] ICE: Error reporting routines re-entered.
  2015-10-16  5:24 [Bug c++/67983] New: ICE: Error reporting routines re-entered allan at archlinux dot org
  2015-10-16  5:25 ` [Bug c++/67983] " allan at archlinux dot org
  2015-10-16  5:26 ` allan at archlinux dot org
@ 2015-10-16  7:43 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-10-16  7:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67983

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
You recursively instantiate:

643 template <typename T, typename... Args> constexpr                           
644 auto make_single_index(tuple<T, Args...> &t) noexcept                       
645     -> decltype(make_single_index(const_cast<const tuple<T, Args...>
&>(t)))                                                                         
646 {                                                                           
647     return make_single_index(const_cast<const tuple<T, Args...> &>(t));     
648 }


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

end of thread, other threads:[~2015-10-16  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16  5:24 [Bug c++/67983] New: ICE: Error reporting routines re-entered allan at archlinux dot org
2015-10-16  5:25 ` [Bug c++/67983] " allan at archlinux dot org
2015-10-16  5:26 ` allan at archlinux dot org
2015-10-16  7:43 ` trippels at gcc dot gnu.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).