NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/39270: compiler error



>Number:         39270
>Category:       bin
>Synopsis:       compiler error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 02 03:50:00 +0000 2008
>Originator:     basteon
>Release:        4.0
>Organization:
1
>Environment:
# uname -a
NetBSD aragorn 4.0.0_PATCH NetBSD 4.0.0_PATCH (GENERIC) #0: Sat Jul 26 14:59:13 
VLAST 2008  root@legolas:/usr/obj/sys/arch/i386/compile/GENERIC i386

>Description:
# /usr/obj/tools/bin/i386--netbsdelf-gcc-4.1.2 boxes.c -o boxes
<built-in>:0: internal compiler error: in real_to_decimal, at real.c:1608
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
sip-gw2# /usr/obj/tools/bin/i386--netbsdelf-gcc-4.1.2 -v
Using built-in specs.
Target: i386--netbsdelf
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--target=i386--netbsdelf --disable-nls --enable-long-long --disable-multilib 
--enable-threads --program-transform-name=s,^,i386--netbsdelf-, 
--enable-languages=c c++ objc --prefix=/usr/obj/tools
Thread model: posix
gcc version 4.1.2 20061021 (prerelease) (NetBSD nb3 20061125)
sip-gw2# /usr/obj/tools/bin/i386--netbsdelf-gcc -v
Using built-in specs.
Target: i386--netbsdelf
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure 
--target=i386--netbsdelf --disable-nls --enable-long-long --disable-multilib 
--enable-threads --program-transform-name=s,^,i386--netbsdelf-, 
--enable-languages=c c++ objc --prefix=/usr/obj/tools
Thread model: posix
gcc version 4.1.2 20061021 (prerelease) (NetBSD nb3 20061125)
# /usr/obj/tools/bin/i386--netbsdelf-gcc boxes.c -o boxes
<built-in>:0: internal compiler error: in real_to_decimal, at real.c:1608
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
# gcc boxes.c -o boxes
<built-in>:0: internal compiler error: in real_to_decimal, at real.c:1608
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
sip-gw2# gcc -v

>How-To-Repeat:
I don't know. But in used any compiler versions.
>Fix:



Home | Main Index | Thread Index | Old Index