--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-21 22:45
---
GDB suggests that we are passing a NULL pointer to strcmp. Here's the
backtrace.
#0 0x000200dda110 in strcmp () from /lib/libc.so.6
#1 0x00419c0b in check_interface1 (p=0xbb6680, q=0xbb66a0,
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2005-09-21 23:02 ---
Subject: Re: collect2: ld terminated with signal 10 [Bus error] linking
libstdc++.sl.6
> The Ada bug number in the previous comment should be PR 23957, not 2397.
The enclosed patch fixes the link
Take the following example:
extern float a, b;
float BG_SplineLength ()
{
float result27;
float result;
float lastPoint;
float vec1;
float vec0;
float dist;
float i;
vec0 = a;
vec1 = b;
result = vec1 - vec0;
i = 9.9977648258209228515625e-3f;
dist = 0.0;
do {
result2
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-22
00:09 ---
Subject: Bug 23993
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-22 00:09:42
Modified files:
gcc/cp : init.c
--
What|Removed |Added
CC||uttamp at us dot ibm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23785
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-22
00:11 ---
Subject: Bug 23993
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-22 00:10:45
Modified files:
gcc/cp : Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-22
00:11 ---
Subject: Bug 23993
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-22 00:11:23
Modified files:
gcc/cp : ChangeLog init.c
gcc/testsui
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-22
00:12 ---
Fixed in 4.0.2.
--
What|Removed |Added
Status|ASSIGNED|RESO
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2005-09-22 03:29 ---
Subject: Re: s-taprop.adb:69:06: warning: cannot depend on
"Interrupt_Operations" (wrong categorization)
This bug is also present on the 4.0 branch. This is a regression
from 4.0.0
Dave
--
101 - 109 of 109 matches
Mail list logo