[Bug rtl-optimization/20800] New: [4.0 regression] cris-elf testsuite failure: gcc.c-torture/execute/931004-6.c -O3

2005-04-06 Thread hp at gcc dot gnu dot org
With LAST_UPDATED "Thu Mar 31 10:19:49 UTC 2005" this test passed. With LAST_UPDATED "Wed Apr 6 16:16:18 UTC 2005" it fails: FAIL: gcc.c-torture/execute/931004-6.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/931004-6.c execution, -O3 -fomit-frame-pointer -funr

[Bug rtl-optimization/20800] [4.0 regression] cris-elf testsuite failure: gcc.c-torture/execute/931004-6.c -O3

2005-04-06 Thread hp at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-04-

[Bug target/20801] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/950612-1.c compilation -O3

2005-04-06 Thread hp at gcc dot gnu dot org
With LAST_UPDATED: "Wed Apr 6 16:16:18 UTC 2005" I get: FAIL: gcc.c-torture/execute/950612-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/950612-1.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions With the message in the .log bei

[Bug target/20801] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/950612-1.c compilation -O3

2005-04-06 Thread hp at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-04-

[Bug target/20802] New: [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread hp at gcc dot gnu dot org
With LAST_UPDATED: "Wed Apr 6 16:16:18 UTC 2005" I get: FAIL: gcc.dg/builtin-apply4.c execution test With the message in the .log being: PASS: gcc.dg/builtin-apply4.c (test for excess errors) ^M *** EXIT code 4242^M FAIL: gcc.dg/builtin-apply4.c execution test This test is new. Note that builti

[Bug target/20802] [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread hp at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-04-

[Bug tree-optimization/20803] New: Pseudo-infinite recursion in ivopts

2005-04-06 Thread dalej at gcc dot gnu dot org
Compile the following with -O1 in 4.0 branch. Don't be in a hurry; I killed it after 10 minutes, but I'm told it goes for hours. With -fno-ivopts added it completes almost immediately. The recursion is in instantiate_parameters_1 called from simple_iv. /**

[Bug tree-optimization/20803] Pseudo-infinite recursion in ivopts

2005-04-06 Thread dalej at gcc dot gnu dot org
-- What|Removed |Added CC||sebastian dot pop at cri dot ||ensmp dot fr http://gcc.gnu.org/

[Bug tree-optimization/20803] Pseudo-infinite recursion in ivopts

2005-04-06 Thread dalej at gcc dot gnu dot org
-- What|Removed |Added CC||rakdver at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh

[Bug target/20802] [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-04-07 00:20 --- Subject: Re: New: [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution On Thu, 7 Apr 2005, hp at gcc dot gnu dot org wrote: > With LAST_UPDATED: "Wed Apr 6 16:16:18 UTC 2005" I

[Bug tree-optimization/20803] Pseudo-infinite recursion in ivopts

2005-04-06 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-07 00:20 --- Subject: Re: New: Pseudo-infinite recursion in ivopts On Thu, 2005-04-07 at 00:16 +, dalej at gcc dot gnu dot org wrote: > Compile the following with -O1 in 4.0 branch. Don't be in a hurry; I

[Bug target/20802] [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-04-07 00:34 --- In response to comment #1: PR 20076 is about a specific bug, fixed on the platform where reported; when the test-case fails bug not for the reported bug, another PR should be opened. Maybe add ia64 here, and hav

[Bug target/20802] [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-04-07 00:41 --- Subject: Re: [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution On Thu, 7 Apr 2005, hp at gcc dot gnu dot org wrote: > In response to comment #1: > PR 20076 is about a specifi

[Bug target/20802] [4.0] mmix-knuth-mmixware testsuite failure: gcc.dg/builtin-apply4.c execution

2005-04-06 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-04-07 02:00 --- Another rationale for this PR being separate is a suspicion that the bug is other than in PR 20076: builtin-apply2 and 3 fail for MMIX. I see they don't fail for ia64: http://gcc.gnu.org/ml/gcc-testresults/2005-

[Bug SWING/20804] New: JFrames not using insets to calculate size.

2005-04-06 Thread kho at redhat dot com
Test case below. The JFrame is too small by the size of the insets. import java.awt.*; import javax.swing.*; public class testlabel { public static void main( String args[] ) { JFrame frame = new JFrame( "just a frame" ); JLabel l = new JLabel("asdf"); frame.getContentPane().add(

[Bug c++/20805] New: Another debug info emitting bug

2005-04-06 Thread greenrd at greenrd dot org
Like bug 19769, this debug info emitting bug also breaks gdb. I will attach a .ii which triggers it. Here is the gcc output, followed by the gdb output; this is tracked as fedora bug https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153681 # rm -f xpcjsid.o;make CXX="/usr/bin/g++ -v -save-tem

[Bug c++/20805] Another debug info emitting bug

2005-04-06 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-04-07 03:20 --- Created an attachment (id=8551) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8551&action=view) gzipped testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20805

[Bug target/20717] [4.1 Regression] Many C++ testsuite failures on ia64-hpux

2005-04-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-07 04:25 --- Subject: Bug 20717 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-07 04:25:09 Modified files: gcc: ChangeLog cgraphunit.c Log message:

[Bug tree-optimization/20803] Pseudo-infinite recursion in ivopts

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 05:35 --- I think this is very much related to PR 20742. -- What|Removed |Added BugsThisDependsOn|

[Bug c++/20805] Another debug info emitting bug

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 05:38 --- Since this is also a gdb bug, it should not be crashing, I would file there too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20805

[Bug rtl-optimization/20800] [4.0 regression] cris-elf testsuite failure: gcc.c-torture/execute/931004-6.c -O3

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:08 --- Here are the possible patches which could have caused this: 2005-04-01 Paolo Bonzini <[EMAIL PROTECTED]> PR middle-end/19454 PR rtl-optimization/20600 ... 2005-04-02 Alexandre Oliva <[EM

[Bug tree-optimization/20803] Pseudo-infinite recursion in ivopts

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:21 --- After looking into this testcase and the one in PR 20742 with gdb on cc1, I find that this is the same bug as PR 20742. *** This bug has been marked as a duplicate of 20742 *** -- What|Re

[Bug tree-optimization/20742] [4.0/4.1 Regression] Hang in tree_ssa_iv_optimize_loop

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:21 --- *** Bug 20803 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/14556] ICE with

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:26 --- Suspending as minimum/maximum operators are deprecated and are going to be removed for 4.1.0. -- What|Removed |Added

[Bug target/20214] [3.3/3.4/4.0/4.1 Regression] ICE with register name which is not a register in x86

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:31 --- *** This bug has been marked as a duplicate of 16888 *** -- What|Removed |Added

[Bug target/16888] ICE: in print_reg, at config/i386/i386.c:7254

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:31 --- *** Bug 20214 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/16888] [3.3/3.4/4.0/4.1 Regression] ICE: in print_reg, at config/i386/i386.c:7254

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 06:32 --- Copying regression markers from 20214 and the target milestone. -- What|Removed |Added

[Bug ada/18659] [4.0/4.1 Regression] ACATS ICE in bug in tree-sra.c:1507 on x86 and ppc-darwin (6 FAIL)

2005-04-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-07 06:51 --- Subject: Bug 18659 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-07 06:51:30 Modified files: gcc: Change

[Bug ada/18819] ACATS cdd2a02 fails at runtime

2005-04-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-07 06:51 --- Subject: Bug 18819 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-07 06:51:30 Modified files: gcc: Change

[Bug ada/18659] [4.1 Regression] 6 ACATS ICEs in tree-sra.c:1507

2005-04-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-07 06:56 --- It only fails on mainline now. -- What|Removed |Added Summary|[4.0/4.1 Regress

[Bug ada/18819] [4.1 Regression] ACATS cdd2a02 fails at runtime

2005-04-06 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-07 06:57 --- It only fails on mainline now. -- What|Removed |Added Summary|ACATS cdd2a02 fa

<    1   2