[Bug fortran/24005] Ambiguous INTERFACE leads to seg fault

2005-09-21 Thread kargl at gcc dot gnu dot org
--- 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,

[Bug c++/23958] collect2: ld terminated with signal 10 [Bus error] linking libstdc++.sl.6

2005-09-21 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug target/24007] New: very weird register allocation, putting a fp in the ctr register

2005-09-21 Thread pinskia at gcc dot gnu dot org
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

[Bug c++/23993] [4.0/4.1 Regression] Mysterious compiler error when accessing a 2d-array in a template class

2005-09-21 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug middle-end/23785] 197.parser performance drop

2005-09-21 Thread uttamp at us dot ibm dot com
-- What|Removed |Added CC||uttamp at us dot ibm dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23785

[Bug c++/23993] [4.0/4.1 Regression] Mysterious compiler error when accessing a 2d-array in a template class

2005-09-21 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/23993] [4.0/4.1 Regression] Mysterious compiler error when accessing a 2d-array in a template class

2005-09-21 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/23993] [4.0/4.1 Regression] Mysterious compiler error when accessing a 2d-array in a template class

2005-09-21 Thread mmitchel at gcc dot gnu dot org
--- 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

[Bug ada/23788] s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization)

2005-09-21 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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 --

<    1   2