[Bug target/11594] testcase gcc.dg/20020103-1.c fails with "scan-assembler-not LC"

2004-11-25 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11594

[Bug target/11594] testcase gcc.dg/20020103-1.c fails with "scan-assembler-not LC"

2004-11-25 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2004-01-16 19:24:35 |2004-11-26 05:49:38 date|

[Bug target/11594] testcase gcc.dg/20020103-1.c fails with "scan-assembler-not LC"

2004-11-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-26 05:49 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00583.html -- What|Removed |Added K

[Bug rtl-optimization/18137] [4.0 Regression] arguments being gimple registers cause redundant memory loads

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 05:30 --- Fixed, at least it looks to be. Most likely by: 2004-11-25 Andrew Pinski <[EMAIL PROTECTED]> parts of PR rtl-opt/18463, rtl-opt/17647 * cse.c (canon_for_address): New function. (fin

[Bug rtl-optimization/16356] Failure to use count register (branch on count register)

2004-11-25 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16356

[Bug rtl-optimization/18137] [4.0 Regression] arguments being gimple registers cause redundant memory loads

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 05:13 --- Note the small example is wrong as not related at all, we just don't have enough registers so we use the agrument's location. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18137

[Bug rtl-optimization/16356] Failure to use count register (branch on count register)

2004-11-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-26 04:46 --- Fixed mainline and gcc-3.4 branch -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/18463] [4.0 Regression] Moving floating point through an integer register

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 05:11 --- Actually I missed that you have to use -fomit-frame-pointer, so this is not related to PR 18137 after all. -- What|Removed |Added ---

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-26 05:10 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 05:08 --- Subject: Bug 6764 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-11-26 05:08:46 Modified files: gcc: ChangeL

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 05:07 --- Subject: Bug 6764 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-26 05:07:33 Modified files: gcc: ChangeL

[Bug rtl-optimization/16356] Failure to use count register (branch on count register)

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 04:39 --- Subject: Bug 16356 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-11-26 04:38:53 Modified files: gcc: Change

[Bug rtl-optimization/16356] Failure to use count register (branch on count register)

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 04:38 --- Subject: Bug 16356 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-26 04:38:13 Modified files: gcc: ChangeLog gcc/config/rs6000:

[Bug libstdc++/18644] [3.3/3.4/4.0 regression] -Wsynth warning in

2004-11-25 Thread bangerth at ices dot utexas dot edu
--- Additional Comments From bangerth at ices dot utexas dot edu 2004-11-26 04:33 --- Subject: Re: [3.3/3.4/4.0 regression] -Wsynth warning in > The issue is not taking the address of the copy constructor, but the > change in calling convention. It you declare a copy consttuctor, y

[Bug middle-end/17957] [4.0 regression] vector type node used after garbage-collected

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 03:55 --- Subject: Bug 17957 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-26 03:55:10 Modified files: gcc: ChangeLog Makefile.in tree-complex.c

[Bug middle-end/17957] [4.0 regression] vector type node used after garbage-collected

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 03:55 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/18644] [3.3/3.4/4.0 regression] -Wsynth warning in

2004-11-25 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2004-11-26 03:16 --- Subject: Re: [3.3/3.4/4.0 regression] -Wsynth warning in "bangerth at dealii dot org" <[EMAIL PROTECTED]> writes: | I am not an expert in ABI questions, but in my naive world constructors | are som

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

2004-11-25 Thread llib at computer dot org
--- Additional Comments From llib at computer dot org 2004-11-26 02:56 --- int &a = a; i don't believe this is valid code. i believe g++ should reject the code. various comp.std.c++ people agree with me. 8.3.2/4 states "[...] A reference shall be initialized to refer to a valid object

[Bug libgcj/18679] [4.0 Regression] Does not bootstrap; error: '_Jv_Constants java::lang::Class::constants' is private

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-26 02:44 --- Fixed by: http://gcc.gnu.org/ml/gcc-cvs/2004-11/msg01269.html -- What|Removed |Added

[Bug target/17220] Incorrect ouput for C++ exceptions with -fomit-frame-pointer

2004-11-25 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-26 02:26 --- I could reproduce the patch previously, but after http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02219.html and http://gcc.gnu.org/ml/gcc/2004-11/msg00912.html I can't. This may mean that it was a duplicate o

[Bug target/17220] Incorrect ouput for C++ exceptions with -fomit-frame-pointer

2004-11-25 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-26 02:04 --- Subject: Bug 6764 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-26 02:04:11 Modified files: gcc: ChangeLog reload1.c Added files:

[Bug libstdc++/17223] wrong/missing .so references in generated libstdc++ manpages

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 01:58 --- Fixed on the mainline. -- What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/17218] unknown subjects in generated libstdc++ manpages

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 01:57 --- Fixed on the mainline. -- What|Removed |Added Status|UNCONFIRMED

[Bug libgcj/18679] [4.0 Regression] Does not bootstrap; error: '_Jv_Constants java::lang::Class::constants' is private

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 01:43 --- Already know. Mark posted a patch which he tested/made (with my help and others). http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02208.html -- What|Removed |Added ---

[Bug java/18679] New: Does not bootstrap; error: '_Jv_Constants java::lang::Class::constants' is private

2004-11-25 Thread schnetter at aei dot mpg dot de
I checked out a version from CVS on 2004-11-25, configured with ~/src/gcc/configure --prefix=$HOME/gcc --enable-languages=c,ada,c++,f95,java,objc,treelang and ran "make bootstrap". This fails with the error In file included from /home/eschnett/src/gcc/libjava/link.cc:13: ./include/confi

[Bug middle-end/17957] [4.0 regression] vector type node used after garbage-collected

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 01:39 --- New patch which fixes the testcase for me (I added the assert to the patch also). I hate that I had to add tree-complex.c to the GTFILES, I wonder if someone will come up with an automatic way of doing

[Bug c/18479] [4.0 Regression] __attribute__ ((visibility("default"))) in C causes internal compiler error

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 00:55 --- Mine. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pinskia at gcc

[Bug c/18479] [4.0 Regression] __attribute__ ((visibility("default"))) in C causes internal compiler error

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26 00:52 --- Patch here: . -- What|Removed |Added

[Bug libstdc++/18678] New: std::time_put is broken with UTF-8 locales

2004-11-25 Thread gcc-bugzilla at gcc dot gnu dot org
Using the example code below, this is the output for an en_GB UTF-8 locale: $ ./date3 asctime:Thu Nov 25 17:39:15 2004 strftime: Thu 25 Nov 2004 17:39:15 GMT std::time_put:Thu 25 Nov 2004 17:39:15 GMT std::time_put: Thu 25 Nov 2004 17:39:15 GMT Some examples of

[Bug c++/18677] [3.4/4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-26 00:00 --- The segfault comes from an infinite recursion which eventually causes a stack overflow. My bets are on: 2004-06-28 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/16174 * call.c (build_temp):

[Bug tree-optimization/18463] [4.0 Regression] Moving floating point through an integer register

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 23:55 --- PR 18137 is the one which is about reload fucking up and pull the load of the arguments into the loop. -- What|Removed |Added ---

[Bug rtl-optimization/18137] [4.0 Regression] arguments being gimple registers cause redundant memory loads

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 23:54 --- A simpler exampler which shows the problem. Compile with -O1 -fno-ivopts: void fcpy(float *restrict a, float *restrict b, float *restrict aa, float *restrict bb, int n) { int i; fo

[Bug tree-optimization/17647] [4.0 regression] Missing i386 addressing modes

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 23:37 --- This is fully a IV-OPTS problem now. With -fno-ivopts, I get .L5: fldl(%edx,%eax,8) fstpl (%ecx,%eax,8) incl%eax cmpl%eax, %esi jg .L5 --

[Bug c++/18378] [3.4/4.0 Regression] ICE when returning a copy of a packed member

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-25 23:33 --- Roger, attribute packed and copies again :) -- What|Removed |Added CC|

[Bug tree-optimization/18463] [4.0 Regression] Moving floating point through an integer register

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 23:29 --- This is mostly a iv-opts problem. But note we still don't get the most optimal code with -fno-ivopts: .L4: movl8(%ebp), %ebx movl(%ebx,%edx,4), %eax movl20(%ebp), %ebx

[Bug rtl-optimization/18463] [4.0 Regression] Moving floating point through an integer register

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 23:10 --- Subject: Bug 18463 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 23:10:27 Modified files: gcc: ChangeLog cse.c Log message:

Re: cc-mode adds newlines

2004-11-25 Thread Alan Mackenzie
Hi, Richard, Hi, Emacs developers, Hi, gcc maintainers! On Wed, 24 Nov 2004, Richard Stallman wrote: [Subject: gcc's acceptance of string constants which straddle lines.] >Accepting such strings is a violation of the C++ standard, I think. I'll >need to complain about this to GCC. Possi

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|REOPENED

[Bug c++/6764] Throwing exception causes crash with '-O2 -fomit-frame-pointer'

2004-11-25 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-25 22:45 --- NOT fixed. Reproducable with at least 3.4.2 and HEAD. -- What|Removed |Added Status

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

2004-11-25 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-25 22:44 --- Then I think that we have to assume that the result of L_R_A is not offsettable. Even in the case of rs6000, I believe the definition is only *usually* offsettable, but that this is not a 100% iron-clad guarant

[Bug c++/18676] ice

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 22:27 --- Note this was the reduced testcase I got: struct MD5Hash { MD5Hash(void) {}; MD5Hash(const MD5Hash &other); char hash[16]; }; struct PACKET_HEADER { MD5Hash setid __attribute__ ((packed)); }; stru

[Bug c++/18378] [3.4/4.0 Regression] ICE when returning a copy of a packed member

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

[Bug c++/18676] ice

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 22:25 --- *** This bug has been marked as a duplicate of 18378 *** -- What|Removed |Added

[Bug c++/18677] [3.4/4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 22:03 --- : Search converges between 2004-06-27-trunk (#473) and 2004-06-28-trunk (#474). : Search converges between 2004-06-28-3.4 (#11) and 2004-06-29-3.4 (#12). With the comeau online C++ compiler I get the follow

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

2004-11-25 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-25 21:57 --- (Trying again, this time hopefully with proper formatting.) This is not very feasible, since whether or not the address is required to be offsettable depends on which alternative is selected; and the curre

[Bug c++/18677] [3.4 / 4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 21:55 --- The code is invalid but we should not be seg faulting on it. Reduced code: struct string {}; struct DisplayString : public string { DisplayString() ; DisplayString(char *s); DisplayString(string

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

2004-11-25 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-25 21:53 --- This is not very feasible, since whether or not the address is required to be offsettable depends on which alternative is selected; and the current flow of find_reloads does all the address reloading (inc

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-11-25 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-25 21:40 --- Patch submitted at http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02192.html In longer term, a better solution for win32 would depend on addition of crtbegin/crtend for these targets: http://gc

[Bug c++/18677] [3.4 / 4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18677

[Bug c++/18677] [3.4 / 4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread debian-gcc at lists dot debian dot org
-- What|Removed |Added Known to fail||3.4.3 4.0.0 Known to work||3.3.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/18677] [3.4 / 4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread debian-gcc at lists dot debian dot org
--- Additional Comments From debian-gcc at lists dot debian dot org 2004-11-25 21:19 --- Created an attachment (id=7611) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7611&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18677

[Bug c++/18677] New: [3.4 / 4.0 regression] ICE: Segmentation fault (program cc1plus)

2004-11-25 Thread debian-gcc at lists dot debian dot org
[forwarded from http://bugs.debian.org/282463] seen on {alpha,i486,x86_64}-linux, with 3.4.3 and HEAD 20041116, ok with 3.3.5 $ g++-4.0 -Wall -DHAVE_CONFIG_H -c -o grap.o grap.cc g++-4.0: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. See http://gcc.gnu.o

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

2004-11-25 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2004-11-25 21:15 --- Confirmed. Now passes at all optimisation levels. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6221

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-25 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2004-11-25 21:09 --- I thought about it after having posted my comment. GNAT does not do stack checking by default see "Stack Overflow Checking" in gcc/ada/gnat_ug.texi. Even that is not guaranteed to work on the main thread stack II

[Bug libgcj/7305] Install path for libgcj header files

2004-11-25 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2004-11-25 21:04 --- Patches just posted for review. -- What|Removed |Added AssignedTo|unassigned at gcc

[Bug c++/18676] ice

2004-11-25 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2004-11-25 21:01 --- Created an attachment (id=7610) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7610&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18676

[Bug c++/18676] New: ice

2004-11-25 Thread pluto at pld-linux dot org
[~/rpm/BUILD/par2cmdline-0.4] # LANG=C g++ commandline.ii -c g++: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. # g++ -v Reading specs from /usr/lib/gcc/pentium3-pld-linux/3.4.3/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --lib

[Bug tree-optimization/17506] [4.0 regression] warning about uninitialized variable points to wrong location

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:56 --- I am going to post this patch soon (after dinner) with an update to the testsuite. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17506

[Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907

2004-11-25 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|ada |regression http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17919

[Bug c/17807] [4.0 Regression] No warning/error for undefined local function.

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:52 --- I might not get to updating this patch for a while so assigning myself for now. -- What|Removed |Added ---

[Bug ada/17919] [4.0 Regression] ICE at cgraphunit.c:2907

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:51 --- Do you see this any of your machines lately? -- What|Removed |Added Component|regre

[Bug tree-optimization/17790] [4.0 Regression] Significant compile time increases for sixtrack with tree LICM and IV optimization

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:47 --- I see LICM on some other code high up on the radar. -- What|Removed |Added C

[Bug middle-end/16558] [4.0 Regression]: bogus missing-return warning

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:37 --- Maybe we should do simple ccp for compiler generated decls which will fix this and most likely will improve compile time at -O0. Or maybe in the EH lowering part fix up the problem when we know that the

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

2004-11-25 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-11-25 20:31 --- I think the most ideal solution would be to tell L_R_A whether the result is required to be offsettable. It can then fail the transformation if it cannot produce the required offsettable result, and then norma

[Bug fortran/18566] Can vary constants

2004-11-25 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2004-11-25 20:29 --- (In reply to comment #1) > No it is just undefined on most targets we do seg fault. I realize that this is undefined, but it would still be nice to get consistent behavior (i.e. a consistent segfault) a

[Bug middle-end/15855] [3.4/4.0 Regression] g++ crash with -O2 and -O3 on input file

2004-11-25 Thread pinskia at gcc dot gnu dot org
-- Bug 15855 depends on bug 18587, which changed state. Bug 18587 Summary: build_v_may_defs and build_vuses can be improved when adding http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18587 What|Old Value |New Value -

[Bug tree-optimization/18587] build_v_may_defs and build_vuses can be improved when adding

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:28 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/18587] build_v_may_defs and build_vuses can be improved when adding

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 20:25 --- Subject: Bug 18587 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 20:24:59 Modified files: gcc: ChangeLog tree-flow-inline.h tree-flo

[Bug bootstrap/17203] "fill out the table" error bootstrapping 3.4.1 on Origin300 using gcc 3.0.4

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:02 --- Can you try 3.3 first and then 3.4.x? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17203

[Bug tree-optimization/18587] build_v_may_defs and build_vuses can be improved when adding

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:48 --- Patch posted here: . -- What|Removed |Added -

[Bug libgcj/18014] java.util.Locale changes variant to upper case

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

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:46 --- Patch here: (Zack posted this but I am keeping my self assigned as I am the one who caused the regression to get to this point). -- W

[Bug tree-optimization/18587] build_v_may_defs and build_vuses should be hastables instead of varray

2004-11-25 Thread amacleod at redhat dot com
--- Additional Comments From amacleod at redhat dot com 2004-11-25 19:39 --- Created an attachment (id=7609) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7609&action=view) patch to resolve the problem First, we eliminate the linear search for duplicates when building VUSES and VM

[Bug libstdc++/18644] [3.3/3.4/4.0 regression] -Wsynth warning in

2004-11-25 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-11-25 19:19 --- I am not an expert in ABI questions, but in my naive world constructors are somewhat different than regular functions if they are declared inline (and synthesized constructors always are): - you can't take

[Bug middle-end/18357] [4.0 Regression] testsuite failure: gcc.c-torture/execute/20020227-1.c at -O0, -O1, -O2 and -Os

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:13 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug other/18675] 6 * local variables set but never used

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:11 --- last_bb_seen in rtl_verify_flow_info_1 is still there. max_reg in cse.c is still there and really should removed, it is a static variable. src in unswitch_loop is still there. num_bb_notes has already been

[Bug c/18675] New: 6 * local variables set but never used

2004-11-25 Thread dcb314 at hotmail dot com
I just tried to compile gcc343 with the Intel C 8.1 compiler. Here is an extract from the warning messages ../../src/gcc-3.4.3/gcc/cfg.c(821): remark #593: variable "num_bb_notes" was set but never used ../../src/gcc-3.4.3/gcc/loop-unswitch.c(326): remark #593: variable "src" was set but never us

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:04 --- Sorry Ben to steal another bug from you but I fixed it. Patch here: . -- What|Removed |Added

[Bug middle-end/17965] ice in expand_call

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 18:44 --- The problem is that we don't mark structs which are passed by reference really by reference so it adds it to the size of the arguments which is wrong. Simple example: struct a { int a2[1024][1024]; int

[Bug rtl-optimization/18420] [4.0 Regression] ICE compiling mesa at -O2

2004-11-25 Thread uweigand at gcc dot gnu dot org
--- Additional Comments From uweigand at gcc dot gnu dot org 2004-11-25 18:33 --- Now that RTH's validate_subreg patch is in, I guess the right fix for this problem might be to always return a SUBREG in simplify_gen_subreg unless that SUBREG is actually invalid. What do you think of thi

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-25 Thread kat-zygfryd at o2 dot pl
--- Additional Comments From kat-zygfryd at o2 dot pl 2004-11-25 18:31 --- Unlike my first assumption, this will never work with telnet, however it should not crash. String'Input should first read one or two numbers for the bounds and then block until it receives the number of bytes spec

[Bug c++/18651] Error compiling nurbs

2004-11-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-25 17:52 --- Ah so it *was* what I thought it was -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651

[Bug c++/18651] Error compiling nurbs

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 17:48 --- BasicList(BasicList& a) ; BasicList a(); BasicList list; list = a(); Not a bug since the copy construtor for BasicList does not accept rvalues (a() returns an rvalue). Either change BasicList(Basi

[Bug c++/18001] [4.0 regression] Badly formatted error message (quotation problem)

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18001 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

[Bug c++/18545] [3.4/4.0 regression] ICE when returning undefined type

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18545 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

[Bug c++/18445] [3.4/4.0 Regression] ice during overload resolution in template instantiation

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18445 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

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

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18556 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

[Bug c++/18625] [3.4/4.0 regression] triple error message for invalid typedef

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18625 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

[Bug c++/18466] [3.3/3.4/4.0 regression] int ::i; accepted

2004-11-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-25 17:12 --- Subject: Bug 18466 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-25 17:11:37 Modified files: gcc: ChangeLog c-common.c c-common.h c-typ

[Bug c++/18545] [3.4 regression] ICE when returning undefined type

2004-11-25 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-25 17:42 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 regression] ICE|[3.4 r

[Bug c++/18625] [3.4 regression] triple error message for invalid typedef

2004-11-25 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-25 17:42 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.4/4.0 regression] triple |[3.4 r

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

2004-11-25 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-25 17:41 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug c++/18651] Error compiling nurbs

2004-11-25 Thread e7677215 at est dot fib dot upc dot edu
--- Additional Comments From e7677215 at est dot fib dot upc dot edu 2004-11-25 17:14 --- Created an attachment (id=7608) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7608&action=view) the compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651

[Bug c++/18001] [4.0 regression] Badly formatted error message (quotation problem)

2004-11-25 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-25 17:40 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug c++/18466] [3.3/3.4 regression] int ::i; accepted

2004-11-25 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-25 17:40 --- Fixed in 4.0. -- What|Removed |Added Summary|[3.3/3.4/4.0 regression] int|[3.3/3

[Bug c++/18651] Error compiling nurbs

2004-11-25 Thread e7677215 at est dot fib dot upc dot edu
--- Additional Comments From e7677215 at est dot fib dot upc dot edu 2004-11-25 17:13 --- Created an attachment (id=7607) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7607&action=view) the preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651

[Bug c++/3332] friend function declaration in a class in a namespace causes error

2004-11-25 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-25 17:06 --- Fixed in the mainline by revised patch: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02149.html -- What|Removed |Added

[Bug c++/12944] [meta-bug] C++ name-lookup problems

2004-11-25 Thread lerdsuwa at gcc dot gnu dot org
-- Bug 12944 depends on bug 3332, which changed state. Bug 3332 Summary: friend function declaration in a class in a namespace causes error http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3332 What|Old Value |New Value -

[Bug c++/12944] [meta-bug] C++ name-lookup problems

2004-11-25 Thread lerdsuwa at gcc dot gnu dot org
-- Bug 12944 depends on bug 15410, which changed state. Bug 15410 Summary: Wrong template signature accepted in friend declaration http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15410 What|Old Value |New Value --

  1   2   >