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++/29974] New: Segmentation fault on simple input file. Omission of #include <string> prevents error. WinXP x64, cygwin


Segmentation fault on simple input file.
OS: Windows XP x64 running cygwin.

The error does not occur if the last member of the class (the vector<int>) is
removed or replaced with an int. Neither does it occur when the "#include
<string>" line is removed.


-- 
           Summary: Segmentation fault on simple input file. Omission of
                    #include <string> prevents error. WinXP x64, cygwin
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jfhamlin at gmail dot com


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


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