[Bug swing/21444] Swing JList can't do multiple selection

2005-08-17 Thread fitzsim at redhat dot com
-- What|Removed |Added AssignedTo|graydon at redhat dot com |abalkiss at redhat dot com Status|NEW |ASSIGNED http://gcc.gnu.org/bugzil

[Bug swing/21444] Swing JList can't do multiple selection

2005-08-17 Thread abalkiss at redhat dot com
--- Additional Comments From abalkiss at redhat dot com 2005-08-17 18:03 --- bug fixed, closed. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug libgcj/17311] Wrong libgcc_s.so.1 is used by lt-gij

2005-08-17 Thread hjl at lucon dot org
--- 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

[Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH

2005-08-17 Thread hjl at lucon dot org
--- 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 other/17464] [meta-bug] The newly built gcc shared libraries aren't used for bootstap and check

2005-08-17 Thread hjl at lucon dot org
-- 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 ---

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-08-17 Thread law at redhat dot com
--- 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

[Bug bootstrap/23430] --with-comment configure option isn't documented

2005-08-17 Thread flash at pobox dot com
--- 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.

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2005-08-17 Thread paolo dot bonzini at lu dot unisi dot ch
--- 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

[Bug c++/22233] [3.4/4.0/4.1 regression] ICE with wrong number of template parameters

2005-08-17 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |reichelt at gcc dot gnu dot |dot org |org URL|

[Bug c++/23447] False trigraph warning about literal string.

2005-08-17 Thread trt at acm dot org
--- 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

[Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables

2005-08-17 Thread tomas dot vanek at fbl dot cz
--- 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-

[Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-17 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23268] [4.1 Regression] ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s)

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 21:08 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

Re: error compiling latest gcc snapshot

2005-08-17 Thread James E Wilson
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

[Bug target/23448] New: .p2align before a jump instruction

2005-08-17 Thread hjl at lucon dot org
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

[Bug target/21684] MCore testsuite file gcc.c-torture/execute/lshrdi3-1.c compiles to incorrect assembly

2005-08-17 Thread cvs-commit at gcc dot gnu dot org
--- 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:

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread hjl at lucon dot org
--- 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

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread steven at gcc dot gnu dot org
--- 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

[Bug target/21684] MCore testsuite file gcc.c-torture/execute/lshrdi3-1.c compiles to incorrect assembly

2005-08-17 Thread wilson at gcc dot gnu dot org
--- 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 --

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/23437] [3.4/4.0/4.1 Regression] error: ... cannot appear in a constant-expression

2005-08-17 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-08-17 21:59 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW Ev

[Bug c++/23437] [3.4/4.0/4.1 Regression] error: ... cannot appear in a constant-expression

2005-08-17 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-08-17 22:13 --- Dumdelidum... -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |giovanni

[Bug c++/20681] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/20681] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread hjl at lucon dot org
--- 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? --

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug web/20588] gcc-patches 2004-02 archives broken

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/23433] [4.1 Regression] ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512

2005-08-17 Thread sebastian dot pop at cri dot ensmp dot fr
--- 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

[Bug tree-optimization/23449] New: vortex fails without -fno-strict-aliasing

2005-08-17 Thread janis at gcc dot gnu dot org
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

[Bug target/23448] .p2align before a jump instruction

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug gcov/profile/23334] FIXME in coverage.c: use build_constructor directly

2005-08-17 Thread giovannibajo at libero dot it
--- 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

[Bug target/19340] Compilation SEGFAULTs with -O1 -fschedule-insns2 -fsched2-use-traces on an x86 architecture.

2005-08-17 Thread drab at kepler dot fjfi dot cvut dot cz
--- 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

[Bug awt/21600] race condition with java applet

2005-08-17 Thread fitzsim at redhat dot com
--- 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

[Bug target/23376] ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansion-in-unroller

2005-08-17 Thread drab at kepler dot fjfi dot cvut dot cz
--- 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

[Bug target/23376] ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansion-in-unroller

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/23446] Valid internal subprogram array argument declaration is not accepted.

2005-08-17 Thread pinskia at gcc dot gnu dot org
-- 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

[Bug target/23387] Weak support

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

[Bug c++/23333] accepts invalid pure specifier

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

[Bug tree-optimization/23396] [4.1 Regression] profiledbootstrap is broken (again)

2005-08-17 Thread pinskia at gcc dot gnu dot org
-- 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

[Bug tree-optimization/23082] [4.1 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23450] New: local functions should not sign extend results (and arguments) for speed reasons

2005-08-17 Thread pinskia at gcc dot gnu dot org
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)

[Bug target/23450] local functions should not sign extend results (and arguments) for speed reasons

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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:

[Bug libstdc++/23358] _Destroy doesn't optimize for scalar types

2005-08-17 Thread phython at gcc dot gnu dot org
--- 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 middle-end/20623] ICE: fold check: original tree changed by fold with --enable-checking=fold

2005-08-17 Thread pinskia at gcc dot gnu dot org
-- 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

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

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18 05:01 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

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

2005-08-17 Thread cvs-commit at gcc dot gnu dot org
--- 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:

[Bug middle-end/20623] ICE: fold check: original tree changed by fold with --enable-checking=fold

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/23451] New: [3.4 4.0 regression] Redundant reloading from stack frame

2005-08-17 Thread debian-gcc at lists dot debian dot org
[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

<    1   2