[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-18 06:46 --- Due to the fact that the problem occurs with inline asm, not ordinary C code, I'm making this P2, rather than P2. I've pre-approved a patch for this problem. -- mmitchel at gcc dot gnu dot org changed:

[Bug c++/26266] [4.0/4.1/4.2 regression] Trouble with static const data members in template classes

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-18 06:49 --- I'm currently testing a patch for all of the critical problems in this PR; we'll be left with an accepts-invalid regression, which would only be P2. -- mmitchel at gcc dot gnu dot org changed: What

[Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387

2006-02-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-18 06:50 --- This is too obscure to be a P1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23868] [4.1/4.2 regression] builtin_apply uses wrong mode for multi-hard-register return values

2006-02-17 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868

[Bug c/8268] no compile time array index checking

2006-02-17 Thread falk at debian dot org
--- Comment #18 from falk at debian dot org 2006-02-18 07:19 --- Created an attachment (id=10870) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10870&action=view) alternative patch Hi, I've also been working on a patch, although as an SSA pass. It probably catches more, but there

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #18 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:22 --- Created an attachment (id=10871) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10871&action=view) Updated patch. Updated patch to fix problem found in Comment #16 -- http://gcc.gnu.org/bugzilla/show_b

[Bug target/26347] New: hidden weak extern functions fail regardless of existence on alpha/linux

2006-02-17 Thread vapier at gentoo dot org
noticed while playing with uClibc/alpha port ... a function that was defined as being hidden/weak causes build failures for alpha but no other target. testing mostly on my amd64 box cross-compiling for alpha/uclibc, but a native alpha/glibc compiler exhibits the same issues. tested gcc 3.4.5, 4.0

[Bug target/26347] hidden weak extern functions fail regardless of existence on alpha/linux

2006-02-17 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2006-02-18 07:40 --- Created an attachment (id=10872) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10872&action=view) alpha-hidden-weak.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26347

[Bug ada/26348] New: Ada gnatlib a-textio.o ICE because of too much RAM, tree-vrp?

2006-02-17 Thread laurent at guerby dot net
I'm seeing bootstrap failing on x86 and amd64-linux: WORK Thu Feb 16 21:06:28 UTC 2006 (revision 51) FAIL Fri Feb 17 12:16:43 UTC 2006 (revision 80) FAIL Fri Feb 17 20:56:47 UTC 2006 (revision 111208) ... /home/guerby/work/gcc/build/build-head-20060217T133449/./gcc/xgcc -B/home/guerby/work

[Bug middle-end/26334] [4.1 Regression] ICE in lhd_set_decl_assembler_name

2006-02-17 Thread jakub at gcc dot gnu dot org
* stmt.c (decl_overlaps_hard_reg_set_p): Use DECL_HARD_REGISTER instead of DECL_REGISTER. * gcc.c-torture/compile/20060217-1.c: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060217-1.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-br

[Bug libfortran/26136] List directed input with underfilled (logicals) array read incorrectly

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #19 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:54 --- Just so everyone understands. I am working one more modification to this patch to allow 63 character long names in the tests for logical true or false in namelist reads. The patch in Comment #18 works for all c

[Bug libfortran/26346] FAIL: gfortran.dg/secnds.f -O0 execution test

2006-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2006-02-18 07:58 --- This test can sometimes fail if you have a lot of background tasks running. Check the tolerance on the timing accuracy and see if increasing that allows the test to pass. I have seen it do this before. Or is th

<    1   2