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
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-04-
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
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-04-
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
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-04-
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.
/**
--
What|Removed |Added
CC||sebastian dot pop at cri dot
||ensmp dot fr
http://gcc.gnu.org/
--
What|Removed |Added
CC||rakdver at gcc dot gnu dot
||org
http://gcc.gnu.org/bugzilla/sh
--- 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
--- 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
--- 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
--- 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
--- 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-
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(
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
--- 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
--- 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:
--- 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|
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
101 - 131 of 131 matches
Mail list logo