[Bug c++/59877] New: Internal compiler error: Error reporting routines re-entered.

2014-01-19 Thread hawran.diskuse at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59877

Bug ID: 59877
   Summary: Internal compiler error: Error reporting routines
re-entered.
   Product: gcc
   Version: 4.7.3
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: hawran.diskuse at gmail dot com

Created attachment 31889
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31889&action=edit
A preprocessed source.

An error has occurred when compilling:
==
g++ -Wall -pedantic -g -std=c++11 main.cpp -o main
‘
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
Preprocessed source stored into /tmp/ccvp7WyF.out file, please attach this to
your bugreport.

Additional info:

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.04
Release:13.04
Codename:   raring
---
uname -a
Linux ... 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:24:59 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux
---
gcc --version
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[Bug c++/59877] Internal compiler error: Error reporting routines re-entered.

2014-01-19 Thread hawran.diskuse at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59877

--- Comment #1 from hawran.diskuse  ---
Created attachment 31890
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31890&action=edit
A bug file and fixed file (I hope it could help)