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]

other/9873: g++ /usr/include/g++/cmath:502: internal error: Bus error


>Number:         9873
>Category:       other
>Synopsis:       g++ /usr/include/g++/cmath:502: internal error: Bus error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 27 04:56:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     g++
>Release:        g++ (GCC) 3.2.1 [FreeBSD] 20021119 (release)
>Organization:
>Environment:
FreeBSD over K6-2 550
>Description:
i'm trying to compilate the SystemC package from www.systemc.org, in my FBSD5.0 but i receveing the following:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file i
ncludes at least one deprecated or antiquated header. Please consider using one 
of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples includ
e substituting the <X> header for the <X.h> header for C++ includes, or <sstream
> instead of the deprecated header <strstream.h>. To disable this warning use -W
no-deprecated.
g++ -I. -I../../../src    -Wall -DSC_INCLUDE_FX -O3 -c sc_signal_resolved_ports.
cpp
In file included from /usr/include/g++/bits/locale_facets.tcc:41,
                 from /usr/include/g++/locale:46,
                 from /usr/include/g++/bits/ostream.tcc:37,
                 from /usr/include/g++/ostream:275,
                 from /usr/include/g++/iostream:45,
                 from ../../../src/systemc/utils/sc_iostream.h:42,
                 from ../../../src/systemc/kernel/sc_process.h:40,
                 from ../../../src/systemc/kernel/sc_runnable.h:40,
                 from ../../../src/systemc/kernel/sc_simcontext.h:42,
                 from ../../../src/systemc/kernel/sc_event.h:41,
                 from ../../../src/systemc/communication/sc_port.h:42,
                 from ../../../src/systemc/communication/sc_signal.h:40,
                 from ../../../src/systemc/communication/sc_signal_resolved.h:40
,
                 from sc_signal_resolved_ports.cpp:40:
/usr/include/g++/cmath:502: internal error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[3]: *** [sc_signal_resolved_ports.o] Error 1
gmake[3]: Leaving directory `/tmp/systemc-2.0.1/src/systemc/communication'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/systemc-2.0.1/src/systemc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/systemc-2.0.1/src'
gmake: *** [all-recursive] Error 1
>How-To-Repeat:

>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]