This is the mail archive of the gcc-prs@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]

c++/406: Re: internal compiler error 390



>Number:         406
>Category:       c++
>Synopsis:       internal compiler error 390
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          analyzed
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 13 00:06:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     <hmahvidi@tbdnetworks.com>
>Release:        2.95.2
>Organization:
>Environment:
>Description:
 Date: Wed, 12 Jul 2000 23:01:15 -0700 (PDT)
 Original-Message-ID: <Pine.GSO.4.05.10007122256250.20723-301000@mu>

   This message is in MIME format.  The first part should be readable text,
   while the remaining parts are likely unreadable without MIME-aware tools.
   Send mail to mime@docserver.cac.washington.edu for more info.

 ---559023410-851401618-963468075=:20723
 Content-Type: TEXT/PLAIN; charset=US-ASCII

 Hello,

 Found the following bug on 
    SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra -5_10
 Please see attachments.

 --John

Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/cpp -lang-c++ -v -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix -Asystem(unix) -Asystem(svr4) -D__EXCEPTIONS -D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) j.cpp j.ii
GNU CPP version 2.95.2 19991024 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/../../../../sparc-sun-solaris2.7/include
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/cc1plus j.ii -quiet -dumpbase j.cc -version -o j.s
GNU C++ version 2.95.2 19991024 (release) (sparc-sun-solaris2.7) compiled by GNU C version 2.95.2 19991024 (release).
j.cpp: In function `void getSeqNum(string &)':
j.cpp:7: Internal compiler error 390.
j.cpp:7: Please submit a full bug report.
j.cpp:7: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

>How-To-Repeat:
#include <string>
#include <hash_map>

void getSeqNum( string &seqNum )
{

      sscanf( seqNum, "%llu", &count );

}

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

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