[Bug libfortran/21950] All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-14 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-06-14 23:47 --- Subject: Re: All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved fxcoudert at gcc dot gnu dot org writes: > Well, attached patch should clear this point, and hopefully we wil

[Bug c++/22007] New testsuite failure on Tru64 UNIX V4.0F: g++.dg/eh/cleanup1.C

2005-06-14 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-06-14 23:56 --- Subject: Re: New testsuite failure on Tru64 UNIX V4.0F: g++.dg/eh/cleanup1.C pinskia at gcc dot gnu dot org writes: > A backtrace would be nice. Sure: after running the test invocation with -save

[Bug libfortran/15266] libgfortran doesn't compile on IRIX 5.3

2005-06-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-14 23:59 --- Subject: Bug 15266 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-14 23:59:48 Modified files: fixincludes: ChangeLog inclhack.def fixincl.x

[Bug libfortran/15266] libgfortran doesn't compile on IRIX 5.3

2005-06-14 Thread ro at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ro at gcc dot gnu dot org |dot org | Status|NEW

[Bug libfortran/15266] libgfortran doesn't compile on IRIX 5.3

2005-06-14 Thread ro at gcc dot gnu dot org
--- Additional Comments From ro at gcc dot gnu dot org 2005-06-15 00:02 --- Fixed for 4.1.0, patch pending for 4.0.2, 3.4.5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15266

[Bug libgcj/21943] O32 libffi.so fails to link on IRIX 6

2005-06-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-15 00:10 --- Subject: Bug 21943 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-15 00:10:07 Modified files: libffi : ChangeLog libffi/src/mips: n

[Bug libgcj/21943] O32 libffi.so fails to link on IRIX 6

2005-06-14 Thread ro at gcc dot gnu dot org
--- Additional Comments From ro at gcc dot gnu dot org 2005-06-15 00:12 --- Fixed for 4.1.0, queued for 4.0.2. -- What|Removed |Added AssignedTo|unassigned at gcc do

[Bug ada/22055] ACATS ICE cxg1005 cxg1004 cxg2021 expected ssa_name, have var_decl in verify_ssa tree-ssa.c:750

2005-06-14 Thread ro at gcc dot gnu dot org
20050614 (experimental) (i386-pc-solaris2.10) GCC error: | | tree check: expected ssa_name, have var_decl in verify_ssa, at | |tree-ssa.c:750| | Error detected at a-nlcoty.ads:21:1

[Bug c++/22071] New: 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
# g++ -O /tmp/j1.cc adaptors/lambda/lambda.cc: In function 'void __static_initialization_and_destruction_0(int, int)': adaptors/lambda/lambda.cc:15: internal compiler error: in first_vi_for_offset, at tree-ssa-structalias.c:2506 j1.cc will be attached. -O is what triggers the ICE. Compiling witho

[Bug c++/22071] 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-15 02:03 --- Created an attachment (id=9089) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9089&action=view) Preprocessed code to reproduce bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071

[Bug c++/22071] 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-15 02:05 --- Oh, I marked it as a regression because gcc-4.0.1-beta20050526 seemed to work fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071

[Bug tree-optimization/22071] [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 02:29 --- Confirmed, reduced testcase: struct empty_class {}; struct class1 : empty_class { class1() {} empty_class value_; }; struct lambda : class1 { }; lambda _1; -- What|Removed

[Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 02:59 --- Confirmed, now that TREE_OVERFLOW should not matter, we should change how we dump out INTEGER_CST whos TREE_OVERFLOW is set. -- What|Removed |Added

[Bug ada/20590] [4.0/4.1 Regression] returning record type with a default discriminant causes gnat bug box

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:12 --- Fixed on the mainline (there are work arounds needed to get Ada front-end building there). -- What|Removed |Added ---

[Bug middle-end/21180] [4.1 Regression] checking on fold no longer happens in some cases

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:17 --- Confirmed, I might get around to doing this. -- What|Removed |Added Status|UNCON

[Bug tree-optimization/16045] ICE fold check: original tree changed by fold

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:17 --- Could you double check this now, I might have fixed this? Please use the 4.0 branch as the mainline does not do as much fold checking as it should, PR 21180. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug tree-optimization/20643] [4.0/4.1 Regression] Tree loop optimizer does worse job than RTL loop optimizer

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:18 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/21990] Wrong code for 4.0 and head: Reload clobbers the frame pointer by using it as spill register without recognizing the clobbering

2005-06-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|WAITING |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-06-

[Bug rtl-optimization/18612] Loop optimiser generates incorrect code.

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:24 --- Closing as fixed then. -- What|Removed |Added Status|WAITING

[Bug target/21927] [4.1 regression] irix bootstrap failure in expr.c

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:24 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:25 --- *** This bug has been marked as a duplicate of 21782 *** -- What|Removed |Added

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:25 --- *** Bug 21872 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-06-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 03:29 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/17792] [4.0 only] deallocate does not return stat

2005-06-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||4.0.0 Known to work||4.1.0 Summary|deallocate does not return |[4

[Bug libfortran/21950] All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-14 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-15 06:02 --- Patch submitted for review: http://gcc.gnu.org/ml/fortran/2005-06/msg00292.html -- What|Removed |Added -

[Bug c/22072] New: bizarre code for int*int/2

2005-06-14 Thread felix-gcc at fefe dot de
int triangle(int a,int b) { int c; c=a*b/2; return c; } emits this very bizarre code (at -O, -O2): mov a,%edx mov b,%eax imull %edx,%eax movl %eax,%edx shrl $31,%edx addl %edx,%eax sarl %eax ret Why are the two instructions after the imull emitted? Shouldn't this become simply imul

[Bug c/22072] bizarre code for int*int/2

2005-06-14 Thread felix-gcc at fefe dot de
--- Additional Comments From felix-gcc at fefe dot de 2005-06-15 06:12 --- by the way, -Os generates an unnecessary register move: pushl %ebp movl$2, %edx movl%esp, %ebp movl12(%ebp), %eax movl%edx, %ecx imull 8(%ebp),

[Bug bootstrap/22073] New: build a 32bit gcc-3.4.4 on AMD64/Opteron Linux

2005-06-14 Thread marek dot rouchal at infineon dot com
I would like to build a gcc/3.4.4 installation on RedHat Enterprise Linux 3.0 (AMD64 - Opteron hardware), in which the gcc binaries are 32bit, such that this gcc installation would also be usable on 32bit (x86) hardware. I tried all sorts of BOOT_CFLAGS=-m32 and/or CFLAGS_FOR_TARGET=-m32, unfort

<    1   2