[Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c

2004-11-24 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-24 08:21 --- Mine. -- What|Removed |Added AssignedTo|echristo at redhat dot com |rth at redhat dot c

[Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c

2004-11-24 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-24 08:23 --- May be fixed by 2004-11-23 Richard Henderson <[EMAIL PROTECTED]> * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of hard-coding avoiding calls to gen_rtx_SUBREG. Split compl

[Bug target/16800] PowerPC - Unnecessary rldicl

2004-11-24 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-24 09:40 --- Of course, fixing the odd rtx_cost for the (const_int 0) inside an EQ doesn't help this particular bug. More or less the same happens: rejecting combination of insns 21 and 22 original costs 4 + 4 = 8 re

[Bug target/6221] mips-irix6 gcc-3.1 testsuite failure in gcc.c-torture/execute/20020227-1.c

2004-11-24 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-11-24 09:46 --- > May be fixed by > > 2004-11-23 Richard Henderson <[EMAIL PROTECTED]> > > * expmed.c (extract_bit_field): Use simplify_gen_subreg instead of > hard-coding avoiding calls to gen_rtx_SU

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 10:01 --- Created an attachment (id=7593) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7593&action=view) Missing *.i* file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 10:03 --- Created an attachment (id=7594) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7594&action=view) Missing *.i* file with type text -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug c++/18470] [4.0 regression] array bound rejected as non-constant in template

2004-11-24 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-24 10:05 --- Yes, Mark, but it used to work just a few weeks ago, and it is a rejects-valid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18470

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-24 10:07 --- Ulrich, you may want to have a look at this. -- What|Removed |Added CC|

[Bug c++/16882] [4.0 Regression] overloading confused by const vector arguments

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 10:07 --- Subject: Bug 16882 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-24 10:06:55 Modified files: gcc: ChangeLog tree.c gcc/cp

[Bug c++/8929] gcc accepts illegal specialization syntax

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 10:40 --- Subject: Bug 8929 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-24 10:40:16 Modified files: gcc/cp : ChangeLog decl.c gcc/testsuit

[Bug c++/8929] G++ accepts invalid template headers in member definitions of explicitly specialized classes

2004-11-24 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-24 10:41 --- Fixed for GCC 4.0.0. Thanks Martin for your report! -- What|Removed |Added Status

[Bug middle-end/18499] [4.0 Regression] quadratic behavior in cfgexpand

2004-11-24 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-11-24 11:12 --- (From update of attachment 7547) The problem was searching edges the edge->dest block in remove_edge, but we now have dest_idx on for edge (thanks to Kazu's O(1) PHI arg lookup patches) so we don't have to se

[Bug tree-optimization/18595] IV-OPTS is slow (and does not scale)

2004-11-24 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-11-24 11:14 --- if IV opts doesn't scale, then why is the compile time ~14% in both cases? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18595

[Bug tree-optimization/18594] PHI insertion is slow

2004-11-24 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-11-24 11:16 --- I think part of the problem is that PHI insertion is just not a linear algorithm (iirc it's Nlog(N)). -- What|Removed |Added --

[Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration

2004-11-24 Thread dkouroun at mailbox dot gr
-- What|Removed |Added GCC host triplet|SuSE 9.0|SuSE 9.2 Version|3.4.2 |3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18

[Bug c++/16882] [4.0 Regression] overloading confused by const vector arguments

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 12:46 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/18645] New: Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
/mnt/gcc-3.4.3/gcc> /mnt/gcc-3.4.3/gcc/xgcc -B/mnt/gcc-3.4.3/gcc/ -B/usr/local/s390x-ibm-linux/bin/ -B/usr/local/s390x-ibm-linux/lib/ -isystem /usr/local/s390x-ibm-linux/include -isystem /usr/local/s390x-ibm-linux/sys-include -O2 -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 13:00 --- (In reply to comment #1) > Please read http://gcc.gnu.org/bugs.html and attach the preprocessed source. > > Also please try a new gcc since 3.2.2 is getting old and 3.3.5 and 3.4.3 are > out? Is is i

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 13:01 --- Can you provide how you configured gcc? -- What|Removed |Added Component|c

[Bug other/16953] failure to build gcc-3.4.1 on IBM-AIX

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 13:04 --- Not a bug by comment #3. You need to first set CC to cc (as mentioned in the web page) and then configure and bootstrap and install and it will work. -- What|Removed |

[Bug c/18646] New: Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
/mnt/gcc-3.4.3/gcc> /mnt/gcc-3.4.3/gcc/xgcc -B/mnt/gcc-3.4.3/gcc/ -B/usr/local/s390x-ibm-linux/bin/ -B/usr/local/s390x-ibm-linux/lib/ -isystem /usr/local/s390x-ibm-linux/include -isystem /usr/local/s390x-ibm-linux/sys-include -O2 -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 13:11 --- You are apparently trying to build a bi-arch s390x-ibm-linux compiler; this is possible only if you have *both* 64-bit and 31-bit libc developement packages (including crt*.o) available. You'll need to eit

[Bug c/18646] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 13:12 --- *** This bug has been marked as a duplicate of 18645 *** -- What|Removed |Added

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 13:12 --- *** Bug 18646 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18645

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 13:27 --- The inline assembly statement is impossible to reload under the given circumstances. Note that the statement requires 12 general purpose registers at the same time (6 inputs and 6 clobbers), but using the

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread uweigand at gcc dot gnu dot org
-- What|Removed |Added CC||uweigand at de dot ibm dot ||com http://gcc.gnu.org/bugzilla/sh

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18645

[Bug c/18647] New: Internal compiler error: in ?, at insn-attrtab.c:1096

2004-11-24 Thread rjf at netcabo dot pt
An internal compiler error when compiling the pdftex package. The details are: 1. GCC Version Reading specs from /home/bitmap/local/lib/gcc/hppa64-hp-hpux11.11/3.4.3/specs Configured with: ../gcc-3.4.3/configure --prefix=/home/bitmap/local --enable- languages=c,c++ --with-gnu-as --with-gnu-ld Thre

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug preprocessor/15824] [4.0 Regression] uchar redefinition warnings in libcpp

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 14:01 --- Subject: Bug 15824 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-24 14:00:43 Modified files: libcpp : ChangeLog configure.ac configure Lo

[Bug c/18647] Internal compiler error: in ?, at insn-attrtab.c:1096

2004-11-24 Thread rjf at netcabo dot pt
--- Additional Comments From rjf at netcabo dot pt 2004-11-24 14:03 --- Created an attachment (id=7595) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7595&action=view) The preprocessed file that triggers the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18647

[Bug c/18647] Internal compiler error: in ?, at insn-attrtab.c:1096

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 14:06 --- This is a dup of bug 14838, which is fixed in either 3.3.6 or 3.4.4 or the mainline, which neither of these have been released yet. *** This bug has been marked as a duplicate of 14838 *** *** This bug h

[Bug rtl-optimization/14838] [3.3/3.4/4.0 Regression] ICE when building with -O2 -g

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 14:06 --- *** Bug 18647 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug preprocessor/15824] [4.0 Regression] uchar redefinition warnings in libcpp

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 14:07 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug target/10901] [ppc-darwin] non-local goto's (still) don't work

2004-11-24 Thread gcc at microbizz dot nl
--- Additional Comments From gcc at microbizz dot nl 2004-11-24 14:18 --- Subject: Re: [ppc-darwin] non-local goto's (still) don't work Q: What does a Software Project do with Bugs ? A: They Store Them in a Bug Database. Problem Solved ! Q: What does a Software Project do with Bugs Th

[Bug rtl-optimization/18614] [3.4 Regression] ICE in simplify_binary_operation

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 14:21 --- Subject: Bug 18614 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-24 14:20:57 Modified files: gcc: Change

[Bug rtl-optimization/18614] [3.4 Regression] ICE in simplify_binary_operation

2004-11-24 Thread uros at gcc dot gnu dot org
--- Additional Comments From uros at gcc dot gnu dot org 2004-11-24 14:22 --- Fixed on 3.4 branch. -- What|Removed |Added Status|NEW |RES

[Bug libgcj/18222] [4.0 Regression] libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl

2004-11-24 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-24 14:24 --- Subject: Re: [4.0 Regression] libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl tromey at gcc dot gnu dot org writes: > Perhaps it is a ksh quoting bug. Or perhaps my approach

[Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing

2004-11-24 Thread ro at techfak dot uni-bielefeld dot de
--- Additional Comments From ro at techfak dot uni-bielefeld dot de 2004-11-24 14:34 --- Subject: Re: [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing hainque at act-europe dot fr writes: > pinskia at gcc dot gnu dot org wrote: > > Caused by: > > 2004-06-25 Olivie

[Bug ada/18417] [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing

2004-11-24 Thread charlet at adacore dot com
--- Additional Comments From charlet at adacore dot com 2004-11-24 14:37 --- Subject: Re: [4.0 Regression]Ada bootstrap failure on IRIX 6.5: tb-gcc.c missing > The tb-gcc.c file is still missing from the repository. Would you please > add it soon? Thanks for the reminder, I indeed f

[Bug c++/16625] Discarded Linkonce sections in .rodata

2004-11-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2004-11-24 14:38 --- I don't mind a big testcase as long as it is all I need on a regular Linux installation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 14:44 --- -O2 works fine for me. Now I get an other problem: /mnt/mozilla/netwerk/resources> make /usr/bin/gmake export gmake[1]: Wechsel in das Verzeichnis »/mnt/mozilla/netwerk/resources« gmake[1]: Für das Tar

[Bug middle-end/18641] [4.0 Regression] Another ICE caused by reload of a psuedo reg into f0 for a DImode expr

2004-11-24 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 14:50 --- We have here the following situation before reload: (insn 27 46 28 7 (set (reg:DI 118 [ D.1118 ]) (const_int 4294967295 [0x])) 313 {*movdi_internal32} (nil) (nil)) where reg 118 gets ass

[Bug rtl-optimization/18648] New: empty loop / missed-optimization

2004-11-24 Thread pluto at pld-linux dot org
# cat empty-loop.c long f() { long i, ret = 0; for (i = 0; i < 10; i++) ret++; return ret; } # gcc empty-loop.c -O2 -S && cat empty-loop.s f: pushl %ebp movl$9, %eax movl%esp, %ebp .p2align 4,,15 .L5: decl%

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 14:56 --- This new problem doesn't appear to have anything to do with GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug tree-optimization/18648] gcc does not remove empty loops

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 14:58 --- There might already be a bug about removing empty loops somewhere. -- What|Removed |Added

[Bug regression/18643] [3.4 Regression] fixincludes breaks RTEMS

2004-11-24 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2004-11-24 15:02 --- (In reply to comment #1) > Nothing in fixincludes look wrong. The new fixincludes do not apply to limits.h at all. But the old one probably did. The limits.h gcc-3.4 < 2004-11-17 produced, contains fragme

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-24 15:15 --- Was that an internal compiler error or a general error? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug target/16800] PowerPC - Unnecessary rldicl

2004-11-24 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2004-11-24 15:21 --- Subject: Re: PowerPC - Unnecessary rldicl The test for mode == Pmode is present because most of the fast scc patterns depend on carry. PowerPC carry depends on the mode of the processor. If the m

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 15:37 --- I think it was an error in the configuration and/or source of firefox. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug target/18630] can't find a register in class `GENERAL_REGS' when trying to make Firefox 1.0

2004-11-24 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-24 15:40 --- It was an error message correctly explaining that (and why) a specific inline assembly statment could not be compiled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18630

[Bug c++/18649] New: terminate called after throwing - IOT/Abort trap (core dumped)

2004-11-24 Thread askees at appfluent dot com
The threaded program used in this ticket crashes intermittently. The error is sometimes "terminate called after throwing" and something "unwind called recursively". A sample stack trace is shown below. #0 0x in ?? () #1 0xd254ece4 in __gxx_exception_cleanup (code=539406920, exc=0x202

[Bug regression/18643] [3.4 Regression] fixincludes breaks RTEMS

2004-11-24 Thread joel at oarcorp dot com
--- Additional Comments From joel at oarcorp dot com 2004-11-24 15:50 --- Subject: Re: [3.4 Regression] fixincludes breaks RTEMS corsepiu at gcc dot gnu dot org wrote: > --- Additional Comments From corsepiu at gcc dot gnu dot org 2004-11-24 > 15:02 --- > (In reply to comment

[Bug tree-optimization/18650] New: Failure in tree-ssa/loop-2.c with powerpc64 with biarch

2004-11-24 Thread jgrimm2 at us dot ibm dot com
I didn't find a bug report for this yet. This regressoin roughly started happening Oct 26-27. as it shows up in testresults from Janis Johson here. (32-bit default32 compiler. Regression only at -m64) http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg01382.html Interestingly, this also shows up

[Bug other/18623] 4 * libiberty local variables set but never used

2004-11-24 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2004-11-24 16:10 --- but could be helpful, and couldn't hurt to clean things up rather than maintain an otherwise needless difference, as the fix has already also been imported into gdb's sources as well; as just a though. --

[Bug tree-optimization/18650] Failure in tree-ssa/loop-2.c with powerpc64 with biarch

2004-11-24 Thread jgrimm2 at us dot ibm dot com
--- Additional Comments From jgrimm2 at us dot ibm dot com 2004-11-24 16:14 --- Created an attachment (id=7596) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7596&action=view) ivopts dump at -m32 (when testcase passes) ivopts dump at -m32 (when testcase passes) -- http://g

[Bug tree-optimization/18650] Failure in tree-ssa/loop-2.c with powerpc64 with biarch

2004-11-24 Thread jgrimm2 at us dot ibm dot com
--- Additional Comments From jgrimm2 at us dot ibm dot com 2004-11-24 16:15 --- Created an attachment (id=7597) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7597&action=view) ivopts dump at -m64 (when testcase fails) ivopts dump at -m64 (when testcase fails) -- http://gcc

[Bug c++/18639] poor out-of-memory handling

2004-11-24 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-11-24 16:49 --- This has been discussed numerous times, and the main problem people had in coming up with better diagnostics is that the operating system does not communicate to a program why it is being killed. What happens

[Bug target/18631] [4.0 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec

2004-11-24 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2004-11-24 16:53 --- Oops, in the submission I said "There used to be error messages for passing vectors by value or returning vectors from functions if AltiVec support was on but the non-AltiVec ABI was used." That should be:

[Bug middle-end/18071] [3.4/4.0 Regression] -Winline does not respect -fno-default-inline

2004-11-24 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2004-11-24 16:57 --- Subject: Re: [3.4/4.0 Regression] -Winline does not respect -fno-default-inline On Wed, 24 Nov 2004, giovannibajo at libero dot it wrote: > JSM, do you agree with Steven's analysys? It looks like DECL_DE

[Bug c++/18651] New: Error compiling nurbs

2004-11-24 Thread e7677215 at est dot fib dot upc dot edu
-- Summary: Error compiling nurbs Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: e7677215 at est dot

[Bug c++/18652] New: [4.0 regression] ICE on invalid redeclaration

2004-11-24 Thread reichelt at gcc dot gnu dot org
Mainline crashes on the following invalid code snippet: = int A; template struct A; = bug.cc:6: error: 'template > struct A' redeclared as different kind of symbol bug.cc:5: error: previous declaration of 'int A' bug.cc:6: internal compiler

[Bug c++/18470] [4.0 regression] array bound rejected as non-constant in template

2004-11-24 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2004-11-24 17:38 --- Subject: Re: [4.0 regression] array bound rejected as non-constant in template giovannibajo at libero dot it wrote: > --- Additional Comments From giovannibajo at libero dot it 2004-11-24 > 10:05

[Bug bootstrap/18645] Impossible to built gcc 3.4.3 with gcc 3.2.2; missing crti.o; no *.i* files available

2004-11-24 Thread Dirk dot Schwartzkopff at gmx dot de
--- Additional Comments From Dirk dot Schwartzkopff at gmx dot de 2004-11-24 17:40 --- configure --disable-multilib works fine -- What|Removed |Added Status|WAIT

[Bug libfortran/18653] New: open call should open for read-only if open for read/write fails.

2004-11-24 Thread sje at cup dot hp dot com
If we have the following program: OPEN(10,FILE='wup.in',STATUS='OLD') CLOSE(10, STATUS='KEEP') END And a data file that is readable by everyone and writable by nobody: $ ll wup.in -r--r--r-- 1 sjeother 0 Nov 24 08:43 wup.in gfortran will fail on the open

[Bug c++/18530] [4.0 regression] Bogus warnings about shadowed variables __ct, __dt

2004-11-24 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-24 17:55 --- Fixed in GCC 4.0. -- What|Removed |Added Status|ASSIGNED|RE

[Bug c++/18530] [4.0 regression] Bogus warnings about shadowed variables __ct, __dt

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 17:57 --- Subject: Bug 18530 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-24 17:57:02 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c g

[Bug libfortran/18653] open call should open for read-only if open for read/write fails.

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:03 --- Confirmed, I will reopen the other bug and close it as a dup of this one. -- What|Removed |Added -

[Bug c++/18652] [4.0 regression] ICE on invalid redeclaration

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:05 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/18651] Error compiling nurbs

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:06 --- Can you attach the preprocessed source, see http://gcc.gnu.org/bugs.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651

[Bug c++/18586] [4.0 regression] ICE on invalid template member declaration

2004-11-24 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-24 18:10 --- Fixed in GCC 4.0. -- What|Removed |Added Status|ASSIGNED|RE

[Bug c++/18586] [4.0 regression] ICE on invalid template member declaration

2004-11-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 18:11 --- Subject: Bug 18586 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-24 18:10:27 Modified files: gcc/cp : ChangeLog parser.c gcc/tests

[Bug tree-optimization/18650] Failure in tree-ssa/loop-2.c with powerpc64 with biarch

2004-11-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||missed-optimization Summary|Failure in tree-ssa/loop-2.c|Failure in tree-ssa/loop-2.c

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-24 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-24 18:16 --- Can't test patch. Bootstrap current GCC mainline terminated early (with and wightout patch): ---8X--- /usr/local/bin/msgfmt --statistics -o po/tr.gmo /home/wanderer/pkg/build/gcc/src/gcc/gcc/libcpp/po/

[Bug libfortran/18297] gfortran : file opening fails if only read access

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:18 --- Just closing as a dup of bug 18653 (there was some talk about this on the mailing list). *** This bug has been marked as a duplicate of 18653 *** -- What|Removed |Added

[Bug libfortran/18653] open call should open for read-only if open for read/write fails.

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:18 --- *** Bug 18297 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/18641] [4.0 Regression] Another ICE caused by reload of a psuedo reg into f0 for a DImode expr

2004-11-24 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2004-11-24 18:18 --- Allowing the middle-end to know that the L_R_A address is offsettable looks like a better solution to me. The design is an issue for RTH. One possibility is a target macro to decide if L_R_A addresses should

[Bug tree-optimization/18648] gcc does not remove empty loops

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:26 --- Confirmed, there was some hope for this on 4.1.0, it is too late for 4.0.0. -- What|Removed |Added ---

[Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:27 --- This might have to do with execeptions. -- What|Removed |Added Severity|critical

[Bug libstdc++/18654] New: Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-24 Thread nferguso at eso dot org
I've noticed that calling std::string::reserve() in a shrink- to-fit request can sometimes end up allocating exactly the same amount of memory as the string already had. This is because _S_create() rounds up allocations of over 128 bytes to 128 byte subpages, and of over 4k to 4k pages, for more

[Bug c++/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:41 --- This is already fixed in 3.4.3 and it is a dup of bug 13391. *** This bug has been marked as a duplicate of 13391 *** -- What|Removed |Added

[Bug target/13391] AIX: collect2 emits bad code with duplicated symbols

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:42 --- *** Bug 18649 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libstdc++/18654] Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-24 Thread nferguso at eso dot org
--- Additional Comments From nferguso at eso dot org 2004-11-24 18:43 --- Created an attachment (id=7598) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7598&action=view) Old patch for basic_string.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18654

[Bug libstdc++/18654] Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-24 Thread nferguso at eso dot org
--- Additional Comments From nferguso at eso dot org 2004-11-24 18:44 --- Created an attachment (id=7599) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7599&action=view) Old patch for basic_string.tcc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18654

[Bug middle-end/17909] [4.0 Regression] ICE: verifiy_stms failed

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 18:49 --- New patch here: . -- What|Removed |Added

[Bug libstdc++/18654] Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily

2004-11-24 Thread nferguso at eso dot org
--- Additional Comments From nferguso at eso dot org 2004-11-24 18:53 --- I've attached the most recent version of my original patch as basic_string.h.diff and basic_string.tcc.diff. WARNING: these patches are against CVS as of 12 February 2004, so they are well out of date - they ca

[Bug libgcj/18222] [4.0 Regression] libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl

2004-11-24 Thread kcook at gcc dot gnu dot org
--- Additional Comments From kcook at gcc dot gnu dot org 2004-11-24 18:59 --- I'm up to three bugs here of which two are very related. The first bug is that somewhere during bootstrap an extra space is getting tacked on CFLAGS. I'll try to track down where that happens. I'm pretty su

[Bug c++/18635] use of uninitialised reference accepted in C++ front end

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:07 --- No this is valid code (but undefined): int &a = a; a is injected before the equals so the code is about the same as: int *a = &*a; -- What|Removed |Added

[Bug c++/18306] seems not possible to specialize a template member function

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:11 --- Invalid, as what you are doing is called explicit specializtion and when this happens you instantiate the template and now you are violating the one defintional rule (which is 14.7/5 in the C++ standard).

[Bug ada/17321] Illegal program not detected, name hidden by use clauses

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:16 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/17320] Illegal program not detected, RM 3.9.3(11)

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:17 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug libgcj/17978] Binary Compatibility: use _Jv_AllocBytes to allocate interface dispatch tables

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:18 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/17985] GNAT accepts extension aggregate where expexted type is not extension

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:19 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/14997] ncurses build fails with Ada

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:32 --- On the mainline I get a different ICE: +===GNAT BUG DETECTED==+ | 4.0.0 20041121 (experimental) (powerpc-apple-darwin7.6.0) GCC error: | | RTL flag ch

[Bug ada/15102] Building shared libgnat may fail linking non-PIC object files

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:33 --- Does this work now or at least gets passed this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15102

[Bug ada/16099] Wrong output from legal program

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 19:35 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-24 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-24 19:38 --- Additinal note: patch break current GCC mainline bootstrap _without_ --enable- bootstrap option: ---8X stage1/xgcc -Bstage1/ -B/home/wanderer/pkg/gcc/i386-unknown-freebsd5.3/bin/ - c -O2 -g -f

[Bug debug/18655] New: Incorrect data in .debug_frame section for PowerPC

2004-11-24 Thread pett at ca dot ibm dot com
The output generated in the .debug_frame section is incorrect, as follows: 1. The return_address_register in the CIE is given as 65. In the ABI supplement for the PowerPC, this is the ID of the Floating Point Status and Control Register. This should probably have been 108, the ID of the Link

[Bug target/18655] Incorrect data in .debug_frame section for PowerPC

2004-11-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|debug |target Keywords||wrong-debug http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug c++/18556] [4.0 Regression] C++ debug is broken

2004-11-24 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

  1   2   3   >