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++/15667] New: internal compiler error building libstdc++


same directory that gcc directory is in:
mkdir -p build/x86-freebsd
cd build/x86-freebsd
../../gcc/configure
gmake
...
/home/sean/gnu/windriver/x86-freebsd/i386-unknown-freebsd5.2/libstdc++-v3/include/complex:
In function `std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, conststd::complex<_Tp>&)
[with _Tp = double, _CharT = char, _Traits = std::char_traits<char>]':
/home/sean/gnu/windriver/x86-freebsd/i386-unknown-freebsd5.2/libstdc++-v3/include/complex:521:
internal compiler error: +
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [complex_io.lo] Error 1
gmake[3]: Leaving directory
`/home/sean/gnu/windriver/x86-freebsd/i386-unknown-freebsd5.2/libstdc++-v3/src'

-- 
           Summary: internal compiler error building libstdc++
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sean at mcneil dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.2
  GCC host triplet: i386-unknown-freebsd5.2
GCC target triplet: i386-unknown-freebsd5.2


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


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