[Bug other/25460] -pthread should have priority over -nostdlib

2005-12-16 Thread Ralf dot Wildenhues at gmx dot de
--- Comment #2 from Ralf dot Wildenhues at gmx dot de 2005-12-17 07:16 --- The question whether libtool should use -nostdlib in conjunction with adding all the other stuff explicitly is surely a valid one, if not completely trivial and with some interesting corner cases. It is, however

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-12-17 05:25 --- One more note. I used "svn swtch" to remove the java and libjava sources from my local tree to free up space. Not knowing what fastjar is, I left it in place. I also restarted a build from scratch to get a copy of

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2005-12-17 05:17 --- Note, this is with a "gmake bootstrap" in a clean directory. There are no local modification of configure* files in my tree. mkdir obj cd obj ../gcc4x/configure --prefix=$HOME/work/4x --disable-libmudflap \ --enable-

[Bug bootstrap/25461] [4.2 Regression] fastjar is broken on i386-*-freebsd

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker Keywords||build

[Bug bootstrap/25461] New: fastjar is broken on i386-*-freebsd

2005-12-16 Thread kargl at gcc dot gnu dot org
fastjar appears to have been broken with the new bootstrap. gmake bootstrap aborts with gmake[1]: Entering directory `/home/kargl/gcc/obj4x' Configuring in ./fastjar configure: loading cache ./config.cache configure: error: `CFLAGS' has changed since the previous run: configure: former value:

[Bug middle-end/25437] gcc-4.0.{1,2} produces bad code for -O2 on OpenSSL RC5 Crypto Test

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-17 04:02 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?

2005-12-16 Thread sayle at gcc dot gnu dot org
--- Comment #3 from sayle at gcc dot gnu dot org 2005-12-17 03:09 --- Subject: Bug 20016 Author: sayle Date: Sat Dec 17 03:09:43 2005 New Revision: 108708 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108708 Log: 2005-12-16 Bernd Trog <[EMAIL PROTECTED]> PR target/20

[Bug target/14798] [3.4/4.0/4.1/4.2 Regression] In case of SH target with -O2 option #pragma interrupt doesn't get resetted.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #18 from kazu at gcc dot gnu dot org 2005-12-17 02:27 --- Anil, would you care to post your patch on gcc-patches? In general, people don't review patches in PRs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14798

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2005-12-17 02:20 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #4 from kazu at gcc dot gnu dot org 2005-12-17 02:19 --- Sorry, I closed a wrong bug. I meant to close PR 25456. -- kazu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #3 from kazu at gcc dot gnu dot org 2005-12-17 02:10 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread kazu at gcc dot gnu dot org
--- Comment #2 from kazu at gcc dot gnu dot org 2005-12-17 02:05 --- Subject: Bug 25456 Author: kazu Date: Sat Dec 17 02:05:07 2005 New Revision: 108707 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108707 Log: PR rtl-optimization/25456 * struct-equiv.c (struct_

[Bug target/14330] using -O3 causes a core whereas -O2 and under work

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-12-17 00:50 --- Yes this is case which looks like unsigned short cw; __asm__ __volatile__("fstcw %0" : "=m"(cw)); cw &= ~(0x01|0x04|0x08); __asm__ __volatile__("fldcw %0" : : "m"(cw)); res = a*b; __asm__ __volat

[Bug target/23687] Crosscompiler looks for files it never built

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-17 00:26 --- No feedback in 3 months. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25130] [4.1/4.2 Regression] miscompilation in GCSE

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2005-12-16 23:58 --- Re. comment #3, I can reproduce the bug with -fno-gcse-lm too, so this may be unrelated to load motion. I also tried with -O -fgcse and I'm seeing the bug then, too. Finally, I tried with CPROP1, CPROP2 and load pre

[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-12-16 23:49 --- Subject: Bug 24268 Author: jvdelisle Date: Fri Dec 16 23:49:33 2005 New Revision: 108696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108696 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-12-16 23:44 --- Subject: Bug 24268 Author: jvdelisle Date: Fri Dec 16 23:44:14 2005 New Revision: 108695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108695 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25055] [4.1] numeric STOP code should be limited to five digits

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2005-12-16 23:34 --- I'll commit to 4.1 in a few days. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25106] [4.0/4.1] statement label is zero

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2005-12-16 23:32 --- Subject: Bug 25106 Author: kargl Date: Fri Dec 16 23:32:29 2005 New Revision: 108692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108692 Log: 2005-12-10 Steven G. Kargl <[EMAIL PROTECTED]> PR fortr

[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2005-12-16 23:32 --- Subject: Bug 25055 Author: kargl Date: Fri Dec 16 23:32:29 2005 New Revision: 108692 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108692 Log: 2005-12-10 Steven G. Kargl <[EMAIL PROTECTED]> PR fortr

[Bug other/22313] [4.1/4.2 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #20 from steven at gcc dot gnu dot org 2005-12-16 22:46 --- Review mail was here: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00121.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug rtl-optimization/23837] [4.0/4.1 regression] Wrong code with REG_NO_CONFLICT notes (caused by combine)

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #30 from steven at gcc dot gnu dot org 2005-12-16 22:25 --- Should be fixed on the trunk. I guess the patch could be backported to all active branches, the bug is latent but present in all GCCs releases since 2.early. -- steven at gcc dot gnu dot org changed:

[Bug middle-end/25457] reorg.c:966: warning: unused variable 'insn'

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-12-16 22:21 --- Sorry for this. I had to edit my patch that caused this problem, and I forgot to bootstrap it on a target with delay slots :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25457

[Bug rtl-optimization/23837] [4.0/4.1/4.2 regression] Wrong code with REG_NO_CONFLICT notes (caused by combine)

2005-12-16 Thread steven at gcc dot gnu dot org
--- Comment #29 from steven at gcc dot gnu dot org 2005-12-16 22:19 --- Subject: Bug 23837 Author: steven Date: Fri Dec 16 22:19:09 2005 New Revision: 108690 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108690 Log: PR rtl-optimization/23837 * optabs.c (expand_b

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2005-12-16 22:14 --- Fixed. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-12-16 22:13 --- Subject: Bug 25422 Author: bje Date: Fri Dec 16 22:12:55 2005 New Revision: 108689 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108689 Log: PR testsuite/25422 * gcc.dg/20031012-1.c: Add -Walway

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread gdr at integrable-solutions dot net
--- Comment #9 from gdr at integrable-solutions dot net 2005-12-16 22:01 --- Subject: Re: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build Andrew Pinski <[EMAIL PROTECTED]> writes: [...] | But he did not which is why there is a bug repor

Re: [Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread Gabriel Dos Reis
Andrew Pinski <[EMAIL PROTECTED]> writes: [...] | But he did not which is why there is a bug report. At this moment, I guess the most important thing is that how to "make" is clarified and Paolo is willing to fix any problem that might result from his change. I'm doing what Daniel J. requested

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2005-12-16 21:46 --- It seems condjump_equiv_p (info, false) returns false because f1->dest and f2->dest are forwarder blocks: (gdb) p/x f1->dest->flags $6 = 0xc01 (gdb) p/x f2->dest->flags $8 = 0xc01 /* To simplify use of this funct

[Bug c++/25411] Optimization with -O2 -finline-functions gives wrong code

2005-12-16 Thread falk at debian dot org
--- Comment #5 from falk at debian dot org 2005-12-16 21:34 --- (In reply to comment #4) > It does NOT occur under > gcc version 4.0.3 20051208 (prerelease) Okay, so let's close it, then. -- falk at debian dot org changed: What|Removed |Added ---

[Bug other/25460] -pthread should have priority over -nostdlib

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-16 21:19 --- Why are you trying to use -nostdlib ? If libtool adds it then this is a libtool bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/25460] New: -pthread should have priority over -nostdlib

2005-12-16 Thread nomis80 at nomis80 dot org
Because -nostdlib currently has priority over -pthread, libtool can't build shared C++ libraries using libpthread. A libtool maintainer told me to file a bug with GCC. Here's my original email: --- Subject: C++ shared library with pthread missing

[Bug libfortran/25039] [4.1 only] comma short-circuit field width

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2005-12-16 20:40 --- Subject: Bug 25039 Author: jvdelisle Date: Fri Dec 16 20:40:13 2005 New Revision: 108677 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108677 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread drow at gcc dot gnu dot org
--- Comment #8 from drow at gcc dot gnu dot org 2005-12-16 20:38 --- Since he did: http://gcc.gnu.org/ml/gcc/2005-12/msg00357.html I'm just going to close this. -- drow at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libfortran/25039] [4.1 only] comma short-circuit field width

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2005-12-16 20:37 --- Subject: Bug 25039 Author: jvdelisle Date: Fri Dec 16 20:37:28 2005 New Revision: 108676 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108676 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2005-12-16 Thread drow at false dot org
--- Comment #3 from drow at gcc dot gnu dot org 2005-12-16 20:36 --- Subject: Re: make: *** No rule to make target `bubblestrap'. Stop. > A "make" from a toplevel is equivalent to the old "make bubblestrap" or "make > -C bubblestrap". In practice "make" just does the right thing, com

[Bug libfortran/25139] [4.1/4.2 regression] "Invalid argument" error on I/O

2005-12-16 Thread dir at lanl dot gov
--- Comment #11 from dir at lanl dot gov 2005-12-16 20:35 --- When the array of size 2045 or larger the error goes away - [dranta:~/tests/gfortran-D] dir% gfortran -o write11 write11.f [dranta:~/tests/gfortran-D] dir% write11 At line 14 of file write11.f Fortran runtime error: Invalid a

[Bug objc/25360] Complex types are not encoded

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-16 20:19 --- Subject: Bug 25360 Author: pinskia Date: Fri Dec 16 20:19:37 2005 New Revision: 108675 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108675 Log: 2005-12-14 Andrew Pinski <[EMAIL PROTECTED]> PR ob

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-12-16 20:18 --- Created an attachment (id=10517) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10517&action=view) .i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25459

[Bug middle-end/25459] [4.2 Regression] builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build, ice-on-valid-code Summary|builtins.c:6283: ICE: in

[Bug middle-end/25459] New: builtins.c:6283: ICE: in struct_equiv_block_eq, at struct-equiv.c:1149

2005-12-16 Thread danglin at gcc dot gnu dot org
/mnt/gnu/gcc-3.3/objdir/./prev-gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/./prev-gcc/ -B /opt/gnu/gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/bin/ -c -g -O2 -DIN_GCC -W -Wal l -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-l ong -Wno-variadic-macros -Wold-style-definition -Wmissin

[Bug objc/25360] Complex types are not encoded

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-12-16 20:05 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/25458] New: Kind of constants in generic intrinsics

2005-12-16 Thread rofi at ya dot com
The following program PROGRAM p INTEGER(KIND=4) :: A INTEGER(KIND=8) :: B A = NOT(0) B = NOT(0) PRINT *, A, B B = NOT(0_8) PRINT *, A, B END PROGRAM p yields the following output in gfortran -1 4294967295 -1 -1 while the e

[Bug middle-end/25457] reorg.c:966: warning: unused variable 'insn'

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2005-12-16 19:43 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug libfortran/25349] T edit descriptor broken for output on files

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2005-12-16 19:40 --- Subject: Bug 25349 Author: jvdelisle Date: Fri Dec 16 19:40:36 2005 New Revision: 108673 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108673 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/25264] write to internal unit from the string itself gives wrong result ?

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2005-12-16 19:40 --- Subject: Bug 25264 Author: jvdelisle Date: Fri Dec 16 19:40:36 2005 New Revision: 108673 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108673 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug middle-end/25457] reorg.c:966: warning: unused variable 'insn'

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-12-16 19:39 --- Subject: Bug 25457 Author: danglin Date: Fri Dec 16 19:39:47 2005 New Revision: 108672 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108672 Log: PR middle-end/25457 * reorg.c (mostly_true_ju

[Bug tree-optimization/25449] [4.0] endless loop in nbench neural net with -ftree-loop-linear

2005-12-16 Thread dberlin at dberlin dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2005-12-16 19:37 --- Subject: Re: [4.0] endless loop in nbench neural net with -ftree-loop-linear btw, i will get around to fixing these after i merge all the stage1 projects i'm working on. -- http://gcc.gnu.org/bugzilla/

[Bug tree-optimization/25449] [4.0] endless loop in nbench neural net with -ftree-loop-linear

2005-12-16 Thread RonnyPeine at gmx dot de
--- Comment #2 from RonnyPeine at gmx dot de 2005-12-16 19:35 --- It is the same as 20256, so please remove this duplicate, i checked the sources of nbench. Sorry for sending too few information. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25449

[Bug testsuite/25215] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-16 Thread ghazi at gcc dot gnu dot org
--- Comment #6 from ghazi at gcc dot gnu dot org 2005-12-16 19:35 --- Patch installed. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added BugsThisDependsOn|192

[Bug fortran/25264] write to internal unit from the string itself gives wrong result ?

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-12-16 19:32 --- Subject: Bug 25264 Author: jvdelisle Date: Fri Dec 16 19:32:21 2005 New Revision: 108671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108671 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25349] T edit descriptor broken for output on files

2005-12-16 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2005-12-16 19:32 --- Subject: Bug 25349 Author: jvdelisle Date: Fri Dec 16 19:32:21 2005 New Revision: 108671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108671 Log: 2005-12-16 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug c/25449] [4.0] endless loop in nbench neural net with -ftree-loop-linear

2005-12-16 Thread dalej at gcc dot gnu dot org
--- Comment #1 from dalej at gcc dot gnu dot org 2005-12-16 19:26 --- Probably same as 20256. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25449

[Bug testsuite/25215] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-16 Thread ghazi at gcc dot gnu dot org
--- Comment #5 from ghazi at gcc dot gnu dot org 2005-12-16 19:20 --- Subject: Bug 25215 Author: ghazi Date: Fri Dec 16 19:20:15 2005 New Revision: 108670 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108670 Log: PR testsuite/25215 * gcc.dg/20050503-1.c: Skip on

[Bug testsuite/25215] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-16 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2005-12-16 19:14 --- Subject: Bug 25215 Author: ghazi Date: Fri Dec 16 19:14:20 2005 New Revision: 108669 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108669 Log: PR testsuite/25215 * gcc.dg/20050503-1.c: Skip on

[Bug testsuite/25215] -fpic/-fPIC failure in gcc.dg/20050503-1.c

2005-12-16 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2005-12-16 19:00 --- Subject: Bug 25215 Author: ghazi Date: Fri Dec 16 19:00:07 2005 New Revision: 108668 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108668 Log: PR testsuite/25215 * gcc.dg/20050503-1.c: Skip on

[Bug fortran/18197] bus error on returning from a function

2005-12-16 Thread eedelman at gcc dot gnu dot org
--- Comment #10 from eedelman at gcc dot gnu dot org 2005-12-16 18:54 --- Subject: Bug 18197 Author: eedelman Date: Fri Dec 16 18:54:33 2005 New Revision: 108667 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108667 Log: fortran/ 2005-12-14 Erik Edelmann <[EMAIL PROTECTED]>

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pinskia at physics dot uc dot edu
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-16 18:43 --- Subject: Re: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build > > > > --- Comment #6 from pcarlini at suse dot de 2005-12-16 18:36 --- > (In reply to commen

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-12-16 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-12-16 18:43 --- Feedback not forthcoming. -- pcarlini at suse dot de changed: What|Removed |Added Status|WAIT

Re: [Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread Andrew Pinski
> > > > --- Comment #6 from pcarlini at suse dot de 2005-12-16 18:36 --- > (In reply to comment #5) > > (In reply to comment #4) > > > Too funny, the Andrew-centric view of the world :-) :-) > > Other people do the same too. I was just the first to complain. > > > > There still needs

[Bug middle-end/25457] New: reorg.c:966: warning: unused variable 'insn'

2005-12-16 Thread danglin at gcc dot gnu dot org
/home/dave/gcc-4.2/objdir/./prev-gcc/xgcc -B/home/dave/gcc-4.2/objdir/./prev-gcc / -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/bin/ -c -g -O2 -DIN_GCC -W - Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-lon g-long -Wno-variadic-macros -Wold-style-definition -Wmis

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2005-12-16 18:36 --- (In reply to comment #5) > (In reply to comment #4) > > Too funny, the Andrew-centric view of the world :-) :-) > Other people do the same too. I was just the first to complain. > > There still needs to be a way to build

[Bug rtl-optimization/25456] [4.2 Regression] cc0 targets are broken.

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-16 18:34 --- This is not AVR related but cc0 target related. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25456] New: error: 'struct equiv_info' has no member named 'x_start'

2005-12-16 Thread berndtrog at yahoo dot com
Hello, building an avr cross compiler from trunk fails with: gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wn o-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-16 18:30 --- (In reply to comment #4) > Too funny, the Andrew-centric view of the world :-) :-) Other people do the same too. I was just the first to complain. There still needs to be a way to build without a bootstrap and with

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-12-16 18:27 --- (In reply to comment #2) but I > don't think it should be working this way as it breaks my workflow for testing > objc/libobjc changes. Too funny, t

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2005-12-16 18:19 --- Subject: Re: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build On Fri, 16 Dec 2005, pinskia at gcc dot gnu dot org wrote: > "make all" with a native build now does a

[Bug bootstrap/25438] [4.2 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker Keywords||build

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-16 18:08 --- This is a huge documention failure if this is supposed to work this way but I don't think it should be working this way as it breaks my workflow for testing objc/libobjc changes. -- pinskia at gcc dot gnu dot org

[Bug bootstrap/25455] [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-16 18:06 --- "make all" with a native build now does a bootstrap instead of a normal build. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/25455] New: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- Summary: [4.2 Regression] "make all" with a native build now does a bootstrap instead of a normal build Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boots

[Bug target/25451] [AVR] Add support for new devices

2005-12-16 Thread berndtrog at yahoo dot com
--- Comment #1 from berndtrog at yahoo dot com 2005-12-16 18:06 --- Note: I'll attach the patch when Bugzilla has recoverd from its internal errors... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25451

[Bug rtl-optimization/21041] [4.0/4.1/4.2 Regression] ICE: output_operand: Cannot decompose address

2005-12-16 Thread uweigand at gcc dot gnu dot org
--- Comment #11 from uweigand at gcc dot gnu dot org 2005-12-16 18:05 --- Patch posted. -- uweigand at gcc dot gnu dot org changed: What|Removed |Added UR

[Bug bootstrap/25454] [4.2 Regression] bootstrap is still documented as working in the GCC subdirectory

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25454

[Bug bootstrap/25454] New: [4.2 Regression] bootstrap is still documented as working in the GCC subdirectory

2005-12-16 Thread pinskia at gcc dot gnu dot org
http://gcc.gnu.org/onlinedocs/gccint/Makefile.html#Makefile -- Summary: [4.2 Regression] bootstrap is still documented as working in the GCC subdirectory Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: documenta

[Bug bootstrap/25452] [4.2 Regression] make bootstrap-lean still documented, but no longer works

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-16 18:00 --- Actually I rather have bootstrap-lean work and not have to reconfigure if I want to build a lean bootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25452

[Bug c++/25427] Impossible to create a friend function for a class in a namespace, outside the namespace.

2005-12-16 Thread sela_lerer at hotmail dot com
--- Comment #7 from sela_lerer at hotmail dot com 2005-12-16 18:00 --- (In reply to comment #6) > (In reply to comment #5) > > Ok, but what about an inner class? If A had a public inner class B and the > > outer function had to operate on it? > > > The code is still invalid. Just ther

[Bug bootstrap/25453] [4.2 Regression] --disable-bootstrap is not documented

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25453

[Bug bootstrap/25453] New: [4.2 Regression] --disable-bootstrap is not documented

2005-12-16 Thread pinskia at gcc dot gnu dot org
--disable-bootstrap is not documented at all on http://gcc.gnu.org/install/configure.html -- Summary: [4.2 Regression] --disable-bootstrap is not documented Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: documentation Se

[Bug bootstrap/25452] [4.2 Regression] make bootstrap-lean still documented, but no longer works

2005-12-16 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org |dot org |

[Bug bootstrap/25452] [4.2 Regression] make bootstrap-lean no longer works

2005-12-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|make bootstrap-lean no |[4.2 Regression] make |longer works

[Bug bootstrap/25452] New: make bootstrap-lean no longer works

2005-12-16 Thread pinskia at gcc dot gnu dot org
Reading the documention at http://gcc.gnu.org/install/build.html I see that "make bootstrap-lean" is mentioned and it no longer works after the toplevel bootstrap. [zhivago:combine/trunk/objdir1] pinskia% make bootstrap-lean make: *** No rule to make target `bootstrap-lean'. Stop. --

[Bug target/25447] [4.2 Regression] :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2005-12-16 17:50 --- Argh! -- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/25447] [4.2 Regression] :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2005-12-16 17:49 --- Fixed by patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25447

[Bug target/25451] New: [AVR] Add support for new devices

2005-12-16 Thread berndtrog at yahoo dot com
Its time to add the (external maintained) patch for Atmel's new devices to trunk. The patch adds support for: attiny25 attiny45 attiny85 at90pwm2 at90pwm3 atmega164 atmega324 atmega329 atmega3290 atmega640 atmega644 atmega649 atmega6490 atmega1280 atmega1281 at90can32 at90can64 --

[Bug target/25447] [4.2 Regression] :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2005-12-16 17:46 --- Subject: Bug 25447 Author: danglin Date: Fri Dec 16 17:46:13 2005 New Revision: 108665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108665 Log: PR target/25447 * config/pa/pa.c (pa_scalar_m

[Bug java/25429] can't see private static final int CREATE = 1

2005-12-16 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2005-12-16 17:30 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug objc/25450] Enums are encoded incorrectly

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-16 17:29 --- The enum should be enum a { b = 0, c = 1, d =0x7FFFULL }; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25450

[Bug java/25429] can't see private static final int CREATE = 1

2005-12-16 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2005-12-16 17:24 --- Subject: Bug 25429 Author: tromey Date: Fri Dec 16 17:24:42 2005 New Revision: 108661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108661 Log: gcc/java: PR java/25429 * parse.y (resolve_expr

[Bug objc/25450] New: Enums are encoded incorrectly

2005-12-16 Thread pinskia at gcc dot gnu dot org
Take the following enum: enum a { 0, 1, 0x7FFFULL }; it is still encoded as "i" even though its size is the same as "long long". Trying to fix this the following failures which needs to be fixed: objc.dg/encode-3.m objc.dg/type-size-2.m -- Summary: Enums are encod

[Bug c/25449] New: [4.0] endless loop in nbench neural net with -ftree-loop-linear

2005-12-16 Thread RonnyPeine at gmx dot de
Starting nbench after compiling it with -ftree-loop-linear leads to an endless loop in the 'neural net' benchmark. This is reproducible with gcc-4.0.0 to gcc-4.0.2. I haven't looked at the preprocessed source for now, sorry. -- Summary: [4.0] endless loop in nbench neural net with -ft

[Bug java/25429] can't see private static final int CREATE = 1

2005-12-16 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2005-12-16 17:21 --- Subject: Bug 25429 Author: tromey Date: Fri Dec 16 17:20:59 2005 New Revision: 108660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108660 Log: gcc/java: PR java/25429 * parse.y (resolve_expr

[Bug target/25448] [4.0/4.1/4.2 Regression] Unfounded warnings from the AVR backend

2005-12-16 Thread berndtrog at yahoo dot com
--- Comment #1 from berndtrog at yahoo dot com 2005-12-16 17:13 --- Created an attachment (id=10516) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10516&action=view) proposed patch patch to replace DECL_NAME by DECL_ASSEMBLER_NAME -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug rtl-optimization/24899] [4.1/4.2 Regression] loop.c miscompiles libgnomecanvas

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #26 from pinskia at gcc dot gnu dot org 2005-12-16 17:13 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/25448] New: [4.0/4.1/4.2 Regression] Unfounded warnings from the AVR backend

2005-12-16 Thread berndtrog at yahoo dot com
Hello, when compiling this code: procedure My_int; pragma Machine_Attribute (My_int, "signal"); pragma Export (C, My_int, "__vector_1"); procedure My_int is begin null; end; with avr-gcc-4.x I get this warning: demo_ada.adb:9: warning: `demo_ada__my_int' appears to be a misspelled s

[Bug target/25447] [4.2 Regression] :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-16 17:07 --- Looks like Ben forgot to update the HPPA target files for the new mode. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/25438] make: *** No rule to make target `bubblestrap'. Stop.

2005-12-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-16 16:48 --- Reopening since bubblestrap should be there and not just make. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/25447] :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-12-16 16:48 --- Also hpux. -- danglin at gcc dot gnu dot org changed: What|Removed |Added GCC build triplet|hppa-

[Bug c/25447] New: :0: ICE: in pa_scalar_mode_supported_p, at config/pa/pa.c:5932

2005-12-16 Thread danglin at gcc dot gnu dot org
/home/dave/gcc-4.2/objdir/./gcc/xgcc -B/home/dave/gcc-4.2/objdir/./gcc/ -B/home/ dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hp pa-linux/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/include -isys tem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/sys-incl

  1   2   >