--
What|Removed |Added
AssignedTo|graydon at redhat dot com |abalkiss at redhat dot com
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzil
--- Additional Comments From abalkiss at redhat dot com 2005-08-17 18:03
---
bug fixed, closed.
--
What|Removed |Added
Status|ASSIGNED|RESOLV
--- Additional Comments From hjl at lucon dot org 2005-08-17 18:06 ---
FWIW, the bug is still there.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17311
--- Additional Comments From hjl at lucon dot org 2005-08-17 18:10 ---
Since this bug isn't considered serious, I just make sure that all my gcc
system libraries used by "make check" in gcc are current. I will close it.
--
What|Removed |Added
-
--
Bug 17464 depends on bug 17466, which changed state.
Bug 17466 Summary: Testsuites in gcc override LD_LIBRARY_PATH
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17466
What|Old Value |New Value
---
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
19:30 ---
(In reply to comment #13)
> The issue here is (produced inside the compiler):
> return ;
> goto ;
After removing that goto, we still have an issue with the label for D1792. I
wonder how ca
--- Additional Comments From law at redhat dot com 2005-08-17 19:31 ---
Subject: Re: [meta-bug] optimizations that CSE still
catches
On Wed, 2005-08-17 at 08:03 +, bonzini at gcc dot gnu dot org wrote:
> --- Additional Comments From bonzini at gcc dot gnu dot org 2005-0
--- Additional Comments From flash at pobox dot com 2005-08-17 19:41
---
Thanks, --with-comment seems to work, but it doesn't seem to be documented.
Grepping both the
documentation and source folder didn't find it; Googling for it turned it up in
the context of MySQL, but
not GCC.
--- Additional Comments From paolo dot bonzini at lu dot unisi dot ch
2005-08-17 20:07 ---
Subject: Re: [meta-bug] optimizations that CSE still
catches
>>unsigned outcnt;
>>extern void flush_outbuf(void);
>>
>>void
>>bi_windup(unsigned char *outbuf, unsigned char bi_b
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |reichelt at gcc dot gnu dot
|dot org |org
URL|
--- Additional Comments From trt at acm dot org 2005-08-17 20:25 ---
Perhaps the message could be clearer or less ominous, e.g.
c.cc:4:15: warning: "??(" not changed, use -trigraphs to change it to "["
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23447
--- Additional Comments From tomas dot vanek at fbl dot cz 2005-08-17
20:35 ---
It seems the same bug is in generating stabs for any global variable too.
Very easy test code var.c :-)
int var;
gcc -S -gstabs var.c
generates
.stabs "var:G(0,1)",32,0,0,0
gcc -S -gstabs -funit-at-
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-17
20:44 ---
Subject: Bug 23268
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-17 20:44:09
Modified files:
gcc: ChangeLog
gcc/config/i386: i
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
21:06 ---
(In reply to comment #5)
> Still to be left as an exercise for the reader?
That is a different bug, see PR 23190.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
21:08 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
Mareks Malnacs wrote:
> This is an error I get compiling latest gcc 4.1 snapshot (gcc-4.1-20050813)
This snapshot is broken. This bug is almost certainly already fixed on
mainline.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com
Gcc 4.0 and 4.1 generate .p2align before a jump instruction. minloc1_8_r8.o
in libgfortran has codes like
movl$1, 12(%ecx)
.p2align 4,,2
jmp .L19
--
Summary: .p2align before a jump instruction
Product: gcc
Version: 4.0.2
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-17
21:44 ---
Subject: Bug 21684
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-17 21:43:50
Modified files:
gcc: ChangeLog
gcc/config/mcore:
--- Additional Comments From hjl at lucon dot org 2005-08-17 21:46 ---
Created an attachment (id=9522)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9522&action=view)
A testcase for gcc 4.0
Here is the testcase for gcc 4.0. x.s is generated with "-O2". x86-64
has the similar proble
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-17
21:47 ---
FYI, this is the CFG for the test case of comment #13 at the point where
the warning is issued:
fpos seekoff(int, int) (b, c)
{
int finally_tmp.0;
struct g __buf;
struct fpos D.2120;
struct f
--- Additional Comments From wilson at gcc dot gnu dot org 2005-08-17
21:53 ---
Fixed on mainline. I'm not adding the patch to the gcc-4.0 release branch
without test results, which I am not interested in trying to generate.
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
21:54 ---
Not a bug, it is aligning the loop:
.L5:
incl%edx
cmpl%edx, %ecx
je .L6
incl%edx
cmpl%edx, %ecx
.p2align 4,,5
jne .L5
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
21:57 ---
And next time don't attach a tar file as it is much harder to get at the
testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23448
--- Additional Comments From giovannibajo at libero dot it 2005-08-17
21:59 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ev
--- Additional Comments From giovannibajo at libero dot it 2005-08-17
22:13 ---
Dumdelidum...
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |giovanni
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
22:33 ---
Reopening as I have a fix for PR 20624 but this one is harder, there might be
others too.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
22:34 ---
I have a patch wich fixes this bug but not 20681:
Index: gimple-low.c
===
RCS file: /cvs/gcc/gcc/gcc/gimple-low.c,v
retrieving revision 2.26
d
--
What|Removed |Added
Status|REOPENED|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
22:47 ---
(In reply to comment #7)
> Ok, now I can confirm it. The problem was I was using optimization.
> Anyways the short testcase:
Oh, I know why this testcase does not fail any more, because I made it double
c
--- Additional Comments From hjl at lucon dot org 2005-08-17 23:02 ---
Were you suggesting
.L5:
incl%edx
cmpl%edx, %ecx
je .L6
incl%edx
cmpl%edx, %ecx
jne .L5
was slower? Where does this information come from?
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
23:07 ---
(note 81 50 85 NOTE_INSN_LOOP_END)
(note 85 81 105 [bb 6] NOTE_INSN_BASIC_BLOCK)
(insn 105 85 91 (unspec_volatile [
(const_int 4 [0x4])
] 68) -1 (nil)
(nil))
--
http://gcc.gnu
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
23:11 ---
if (TARGET_FOUR_JUMP_LIMIT && optimize && !optimize_size)
ix86_avoid_jump_misspredicts ();
/* Some CPU cores are not able to predict more than 4 branch instructions in
the 16 byte window. */
const
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
23:13 ---
The alignment is so the stupid processor (yes stupid) will not mis predict the
jump.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23448
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
23:17 ---
I just ran into this today while looking for a patch.
--
What|Removed |Added
Last reconfir
--- Additional Comments From sebastian dot pop at cri dot ensmp dot fr
2005-08-17 23:23 ---
Subject: Re: [4.1 Regression] ICE: tree check: expected real_cst, have
integer_cst in const_binop, at fold-const.c:1512
I'm testing this patch on amd64 and i686. I will commit it once
validate
The SPEC CPU2000 test vortex segfaults on powerpc64-linux with current
mainline for either -m32 or -m64 with -O2. It succeeds when compiled
with -fno-strict-aliasing. It's quite likely that this is due to
invalid code in vortex itself, but nothing jumped out at me. I'm
about to go on a two-week
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17
23:53 ---
from the gcc-patches (since the archives look broken):
looking on recent copy of Intel optimization manual, it has the same
hint as AMD manual about 4 jumps per cache line.
I did SPEC run on the P4 and ther
--- Additional Comments From giovannibajo at libero dot it 2005-08-18
00:42 ---
Yes, I posted a patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01678.html
--
What|Removed |Added
--- Additional Comments From drab at kepler dot fjfi dot cvut dot cz
2005-08-18 01:56 ---
This bug seems to be fixed in gcc version 4.1.0 20050817 (experimental),
however it still seems to remain in gcc version 4.0.2 20050804 (prerelease).
--
What|Removed
--- Additional Comments From fitzsim at redhat dot com 2005-08-18 02:03
---
This was a problem with locking in the GTK peers and interactions between the
main and event threads.
We connect a callback to the window realize signal. In that callback we release
the GDK lock. The 1x1 windo
--- Additional Comments From drab at kepler dot fjfi dot cvut dot cz
2005-08-18 02:51 ---
(In reply to comment #11)
> Begone, bug.
Have you applied/fixed this also in the 4.0 branch? Because I don't see it
applied there and it segfaults there as well.
--
http://gcc.gnu.org/bugzill
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
02:53 ---
(In reply to comment #12)
> Have you applied/fixed this also in the 4.0 branch? Because I don't see it
> applied there and it segfaults there as well.
This was not a regression as -fvariable-expansion-in-un
--
What|Removed |Added
GCC build triplet|86_64-unknown-linux-gnu |
GCC host triplet|86_64-unknown-linux-gnu |
GCC target triplet|86_64-unknown-linux-gnu |
http://gc
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
03:20 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
03:24 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--
What|Removed |Added
GCC build triplet|powerpc-apple-darwin7.9.0 |powerpc-*-darwin7.9.0
GCC host triplet|powerpc-apple-darwin7.9.0 |powerpc-*-darwin7.9.0
GCC target triplet
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
03:29 ---
(In reply to comment #4)
> Confirmed on x86_32 target using GNU F95 version 4.1.0 20050812, isn't PR23202
> not a dup of this one?
No because PR 23202 is really a front-end bug and this looks like a vectori
Just like regparm on x86, we should be able to not sign extend the return value
(and arguments) for
ppc64 for local functions which don't have their address taken.
An example is:
static int f(int a) __attribute__((noinline));
static int f(int a)
{
return a+1;
}
int g(int a)
{
return f(a+1)
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
03:48 ---
I will be looking into this after working a libjava patch.
Note the current asm is:
_f:
addi r3,r3,1
extsw r3,r3
blr
.align 2
.p2align 4,,15
.globl _g
_g:
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-18
04:09 ---
Thomas, do you intend on mailing this patch to gcc-patches? It should be small
enough not to require a copyright assignment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23358
--
Bug 20623 depends on bug 16045, which changed state.
Bug 16045 Summary: ICE fold check: original tree changed by fold
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16045
What|Old Value |New Value
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
05:01 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-18
05:02 ---
Subject: Bug 16045
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-18 05:01:47
Modified files:
gcc: ChangeLog builtins.c
Log message:
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18
05:03 ---
This depends on PR 22455 now as --enable-checking=fold is broken.
--
What|Removed |Added
Bu
[forwarded from http://bugs.debian.org/301746]
Matthias
Rechecked with gcc-4.0, bug submitter writes:
This is a regression from gcc-3.2 in that gcc-3.2 does not have this
problem bug gcc-3.3 does.
The attached program generates the following code on i386 with
gcc -S -O2:
...
.L2:
mo
101 - 155 of 155 matches
Mail list logo