This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/68295] New: internal compiler error / segmentation fault


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

            Bug ID: 68295
           Summary: internal compiler error / segmentation fault
           Product: gcc
           Version: 4.9.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: thomas@maier-komor.de
  Target Milestone: ---

Created attachment 36688
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36688&action=edit
file to reproduce the segv

g++ terminates on SegV and gives following message, when compiling the attached
file with following command line:

$ g++ -c -O2 -g gccbug.i
gccbug.cc:30:2: interner Compiler-Fehler: Segmentation fault
  cout << endl << "unknown: " << dec << unknown << '/' << total << '=' <<
(double)unknown/(double)total*100.f << '%' << endl;
  ^
Bitte senden Sie einen vollstÃndigen Fehlerbericht auf Englisch ein;
bearbeiten Sie die Quellen zunÃchst mit einem PrÃprozessor, wenn es
dienlich ist.
Siehe <http://gcc.gnu.org/bugs.html> fÃr nÃhere Anweisungen.



The bug appears on CygWin:
$ uname -a
CYGWIN_NT-6.1 LMUC569133 2.3.0(0.291/5/3) 2015-11-09 10:24 x86_64 Cygwin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]