--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 05:16
---
We are still way behind 3.3, it takes 15 seconds on my 1.5GHz PPC 7400 with 3.3 but
with 4.0, well for
4.0 time just look at Jeff's data and see that we are way behind still.
--
http://gcc.gnu.org/bugz
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 04:49
---
Dave, do you have time to work out what patch is causing the problem? If not,
please let me know, and I'll try to do it.
Thanks,
-- Mark
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 03:52
---
Jeff, what is the compile-time situation in mainline now, compared to 3.4 or
even older versions (2.95)?
--
What|Removed |Added
--
--- Additional Comments From dberlin at dberlin dot org 2004-11-01 03:51 ---
Subject: Re: [4.0 Regression] jump threading
on trees is slow with switch statements with large # of cases
On Sun, 31 Oct 2004, Jeffrey A Law wrote:
>
> More work to speed up 15524. I was rather puzzled th
--- Additional Comments From ak at muc dot de 2004-11-01 03:08 ---
To clarify the previous comment means that the problem is likely in the
first loop in the function, not in the second
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18241
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-11-01
03:08 ---
Subject: Re: [3.4 Regression] New libstdc++ testsuite fa
>What|Removed |Added
>
>
--- Additional Comments From ak at muc dot de 2004-11-01 03:07 ---
I must correct myself slightly - the kernel oops I see is not the second
loop, but in the check before:
ret = *pathp[0].slot; <--- references either NULL or a bogus pointer
if (ret == NULL)
--- Additional Comments From belyshev at lubercy dot com 2004-11-01 03:03 ---
3.4.3 rejects -DVECSIZE=2 code with "error: no vector mode with the size and
type specified could be found"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17961
--- Additional Comments From belyshev at lubercy dot com 2004-11-01 02:48 ---
Confirmed with -DVECSIZE=2, here the backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x08164577 in extract
--
What|Removed |Added
Known to fail|3.4.3 4.0.0 |3.4.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18262
--
What|Removed |Added
Known to fail||3.4.3 4.0.0
Known to work||3.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
Not delivered to: [EMAIL PROTECTED]
user agent unavailable
Original-Envelope-Id: in*vsnl*rfc987;41859fb972e5000mimey2k
X400-Content-Identifier: 041101080017+053
Reporting-MTA: x400; /ADMD=VSNL/C=IN
DSN-Gateway: smtp; terminator1.vsnl.net.in
Final-Recipient: rfc822;
[EMAIL PROTECTED]
Actio
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:46
---
The only locale change for the gnu one was:
2004-10-10 Paolo Carlini <[EMAIL PROTECTED]>
* config/locale/gnu/monetary_members.cc (_S_construct_pattern):
Give __ret a default value, thus av
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:36
---
The corresponding asm for the loop:
with -fno-ivopts:
L11:
ld r11,8(r10)
srd r2,r4,r7
addi r0,r7,-6
rldicl r2,r2,0,58
rldicl r7,r0,0,32
ld r9,0(r11)
sl
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 02:34
---
Also for the first loop, we look we do much worse code with -fivopts at least on
powerpc64:
With -fno-ivopts:
offset = (int) (unsigned int) (index >> (int) shift) & 63;
pathp = pathp.109 + 24B;
pathp-
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 02:29
---
(In reply to comment #3)
> Zdenek, two questions:
> - Aren't ivtmp.128 and ivtmp.124 duplicates?
Uhm, forget about this :)
> - Since ivtmp.128 behaves exactly like pathp, there is a way to at least
preser
--- Additional Comments From giovannibajo at libero dot it 2004-11-01 02:26
---
The final tree dump of the loop with -O1 -fno-ivopts looks like this:
:;
nr = pathp->offset;
node = pathp->node;
D.7834 = &node->tags;
addr.9 = (volatile long int *) ((long unsigned int *) D.7834 + D
successes 2
# of expected failures 5
Compiler version: 3.4.3 20041031 (prerelease)
The new fails appear to be locale related.
--
Summary: [3.4.3 Regression] New libstdc++ testsuite fails
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
--- Additional Comments From phython at gcc dot gnu dot org 2004-11-01 01:52
---
The full patch with tests is at:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02740.html
--
What|Removed |Added
--
--
What|Removed |Added
Target Milestone|4.0.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16086
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:40
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:38
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:37
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:36
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:31
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-11-01
01:29 ---
Subject: Re: [4.0 Regression] ICE: in schedule_in
> Call for testing,
> http://gcc.gnu.org/ml/gcc-patches/2004-11/msg2.html>.
I have a test going now on hppa-unknown-linux-gnu. I will start a
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:14
---
Fixed on the mainline.
--
What|Removed |Added
Status|UNCONFIRMED
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 01:12
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:58
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-01 00:57 ---
Call for testing, http://gcc.gnu.org/ml/gcc-patches/2004-11/msg2.html>.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:54
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:52
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:48
---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:46
---
*** Bug 18261 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 00:46
---
This is caused by the patch for PR 17590 which was reopened.
*** This bug has been marked as a duplicate of 17590 ***
--
What|Removed |Added
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:46
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45
---
Postponed until GCC 3.4.4.
--
What|Removed |Added
Target Milestone|3.4.3
1 - 100 of 225 matches
Mail list logo