public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58976] New: Internal compiler error: Error reporting routines re-entered.
@ 2013-11-02 23:55 dilyan.palauzov at aegee dot org
  2013-11-03 12:20 ` [Bug c++/58976] " paolo.carlini at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dilyan.palauzov at aegee dot org @ 2013-11-02 23:55 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58976
           Summary: Internal compiler error: Error reporting routines
                    re-entered.
           Product: gcc
           Version: 4.7.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dilyan.palauzov at aegee dot org

Compiling

$ cat test.cpp
#include <vector>

class A {
  int s;
public:
  A () = default;
  A (const A&) = delete;
  A& operator=(const A&) = delete;
  A (A&&) = delete;
  A& operator=(A&&) = delete;
};

int main() {
  std::vector<A> v;
  v.push_back (A {} );
}

with gcc (GCC) 4.7.4 20131026 (prerelease)
produces

$ gcc -std=c++11 -lstdc++ testA.cpp -o test
‘
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

This happens also with gcc482.  Expected result:
  -- Still error, but no compiler crash.
>From gcc-bugs-return-433328-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 02 23:59:06 2013
Return-Path: <gcc-bugs-return-433328-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 20010 invoked by alias); 2 Nov 2013 23:59:06 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 19716 invoked by uid 48); 2 Nov 2013 23:57:04 -0000
From: "kargl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/58975] Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()
Date: Sat, 02 Nov 2013 23:59:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: kargl at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-58975-4-xj8uST9Qcv@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58975-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58975-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-11/txt/msg00105.txt.bz2
Content-length: 542

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX975

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |kargl at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #1 from kargl at gcc dot gnu.org ---
Read any standard text about the EXTERNAL and INTRINSIC
attributes and fix your code.


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

* [Bug c++/58976] Internal compiler error: Error reporting routines re-entered.
  2013-11-02 23:55 [Bug c++/58976] New: Internal compiler error: Error reporting routines re-entered dilyan.palauzov at aegee dot org
@ 2013-11-03 12:20 ` paolo.carlini at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-03 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
No, is fixed in 4.8.x, like all the other Dups.

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


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

end of thread, other threads:[~2013-11-03 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-02 23:55 [Bug c++/58976] New: Internal compiler error: Error reporting routines re-entered dilyan.palauzov at aegee dot org
2013-11-03 12:20 ` [Bug c++/58976] " paolo.carlini at oracle dot com

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