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++/12649] New: ICE building winsup


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE building winsup
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-cygwin

This ICE was discovered while building a cygwin cross compiler, however, the
compiler crashes in the same place on the preprocessed source with a native
Linux x86 toolchain.  I'll upload the preprocessed source.

$ g++ --version
g++ (GCC) 3.5-tree-ssa 20031016 (merged 20031005)
Copyright (C) 2003 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.
 
$ g++ -O1 -S spawn.ii
../../../../src/HEAD-2003-10-16/winsup/cygwin/spawn.cc: In function `const char*
find_exec(const char*, path_conv&, const char*, unsigned int, const char**)':
../../../../src/HEAD-2003-10-16/winsup/cygwin/spawn.cc:87: internal compiler
error: in optimize_function_tree, at tree-optimize.c:154
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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