[Bug fortran/24965] Wrong file name in error message

2005-11-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-22 08:21 --- Confirmed on i686-linux. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24807] Fortran supports real*16, but not complex*32

2005-11-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2005-11-22 08:24 --- (In reply to comment #6) > I've change the error message so that it doesn't use the expression "kind" > where it shouldn't. I also changed the other error message that is a few > lines > further down in the same

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-22 Thread jb at gcc dot gnu dot org
--- Comment #10 from jb at gcc dot gnu dot org 2005-11-22 08:59 --- With the fix by rth, it seems to work again on Solaris (#9) and Darwin ( http://gcc.gnu.org/ml/fortran/2005-11/msg00571.html ); closing the bug. -- jb at gcc dot gnu dot org changed: What|Removed

[Bug target/24959] Trampolines fail on i686-apple-darwin because stack is not executable

2005-11-22 Thread gcc at microbizz dot nl
--- Comment #4 from gcc at microbizz dot nl 2005-11-22 09:12 --- Subject: Trampolines fail on i686-apple-darwin because stack is not executable Clarification - I forgot to mention that the code above (the ENABLE_EXECUTE_STACK macro) must be added to gcc/config/i386/darwin.h not to gc

[Bug target/19653] x87 reg allocated for constants for -mfpmath=sse

2005-11-22 Thread bonzini at gcc dot gnu dot org
--- Comment #23 from bonzini at gcc dot gnu dot org 2005-11-22 09:21 --- Dale, can you please take care of merging this into 4.2? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19653

[Bug ada/18819] [4.1/4.2 Regression] ACATS cdd2a02 fails at runtime

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2005-11-22 10:25 --- Investigating again. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/18659] [4.1/4.2 Regression] ACATS failures c32001e c64105b c95086b

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2005-11-22 10:44 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/21647] INQUIRE errors when using -fdefault-integer-8

2005-11-22 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-11-22 10:58 --- Subject: Bug 21647 Author: jakub Date: Tue Nov 22 10:58:47 2005 New Revision: 107351 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107351 Log: gcc/fortran/ PR fortran/14943 PR fortran/21647

[Bug fortran/24774] [gomp-branch] wrong results for INQUIRE statement

2005-11-22 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2005-11-22 10:58 --- Subject: Bug 24774 Author: jakub Date: Tue Nov 22 10:58:47 2005 New Revision: 107351 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107351 Log: gcc/fortran/ PR fortran/14943 PR fortran/21647

[Bug fortran/14943] read/write code generation is not thread safe

2005-11-22 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2005-11-22 10:58 --- Subject: Bug 14943 Author: jakub Date: Tue Nov 22 10:58:47 2005 New Revision: 107351 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107351 Log: gcc/fortran/ PR fortran/14943 PR fortran/21647

[Bug c++/24986] g++ is confused when function is defined inside and outside some namespace and called with '::' prefix

2005-11-22 Thread relf at os2 dot ru
--- Comment #3 from relf at os2 dot ru 2005-11-22 12:10 --- (In reply to comment #2) > I don't think this is a bug as what is happening is that :: is a qualified > name > and qualified namelookup (IIRC) does not find decls which are injected via > using. > It does find. The following

[Bug fortran/24966] Internal compiler error: Bus error

2005-11-22 Thread eedelman at gcc dot gnu dot org
--- Comment #6 from eedelman at gcc dot gnu dot org 2005-11-22 12:40 --- *** This bug has been marked as a duplicate of 22146 *** -- eedelman at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/22146] ICE when calling ELEMENTAL subroutines

2005-11-22 Thread eedelman at gcc dot gnu dot org
--- Comment #4 from eedelman at gcc dot gnu dot org 2005-11-22 12:40 --- *** Bug 24966 has been marked as a duplicate of this bug. *** -- eedelman at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #6 from amodra at gcc dot gnu dot org 2005-11-22 13:00 --- Subject: Bug 24954 Author: amodra Date: Tue Nov 22 13:00:06 2005 New Revision: 107352 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107352 Log: PR target/24954 * config/rs6000/predicated.md (

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #7 from amodra at gcc dot gnu dot org 2005-11-22 13:01 --- Subject: Bug 24954 Author: amodra Date: Tue Nov 22 13:01:40 2005 New Revision: 107353 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107353 Log: PR target/24954 * config/rs6000/predicated.md (

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-22 Thread amodra at bigpond dot net dot au
--- Comment #8 from amodra at bigpond dot net dot au 2005-11-22 13:03 --- Fixed trunk and 4,1 -- amodra at bigpond dot net dot au changed: What|Removed |Added

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #7 from amodra at gcc dot gnu dot org 2005-11-22 13:16 --- Subject: Bug 24950 Author: amodra Date: Tue Nov 22 13:16:29 2005 New Revision: 107354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107354 Log: PR middle-end/24950 * expmed.c (store_bit_field

[Bug middle-end/24950] [3.4/4.0/4.1/4.2 Regression] ICE in operand_subword_force

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #8 from amodra at gcc dot gnu dot org 2005-11-22 13:18 --- Subject: Bug 24950 Author: amodra Date: Tue Nov 22 13:18:01 2005 New Revision: 107355 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107355 Log: PR middle-end/24950 * expmed.c (store_bit_field

strange behavior...

2005-11-22 Thread Thierry DESCOMBES
Hi, I'm using "gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)". (but same thing occurs on a older version). I fall into an "invalid covariant return type" during a project development. I didn't manage to reproduce this error, in a short example... But, while trying, I fall into a very

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #9 from amodra at gcc dot gnu dot org 2005-11-22 14:23 --- Subject: Bug 24954 Author: amodra Date: Tue Nov 22 14:23:01 2005 New Revision: 107359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107359 Log: PR target/24954 * config/rs6000/predicates.md (

[Bug target/24954] [4.1/4.2 Regression] ICE: could not split insn

2005-11-22 Thread amodra at gcc dot gnu dot org
--- Comment #10 from amodra at gcc dot gnu dot org 2005-11-22 14:24 --- Subject: Bug 24954 Author: amodra Date: Tue Nov 22 14:24:42 2005 New Revision: 107360 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107360 Log: PR target/24954 * config/rs6000/predicates.md

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread paolo at gcc dot gnu dot org
--- Comment #13 from paolo at gcc dot gnu dot org 2005-11-22 14:53 --- Subject: Bug 24975 Author: paolo Date: Tue Nov 22 14:53:03 2005 New Revision: 107362 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107362 Log: 2005-11-22 Paolo Carlini <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread paolo at gcc dot gnu dot org
--- Comment #14 from paolo at gcc dot gnu dot org 2005-11-22 14:55 --- Subject: Bug 24975 Author: paolo Date: Tue Nov 22 14:55:09 2005 New Revision: 107363 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107363 Log: 2005-11-22 Paolo Carlini <[EMAIL PROTECTED]> PR libst

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2005-11-22 15:09 --- So that leaves us with basic_string and it's problems. What do you suggest to vendors needing ABI compatibility? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24975

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread pcarlini at suse dot de
--- Comment #16 from pcarlini at suse dot de 2005-11-22 15:17 --- (In reply to comment #15) > So that leaves us with basic_string and it's problems. What do you suggest to > vendors needing ABI compatibility? I'm still trying to figure out whether we can do something not breaking the A

[Bug tree-optimization/21655] g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 fails

2005-11-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2005-11-22 15:39 --- This test has changed from XFAIL to XPASS for me on i686-pc-linux-gnu between 20051120 (I don't have the exact revision number; the datestamp implies 107240 or later) and 20051122 (revision 107356). gcc-testre

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24909

[Bug target/24951] [4.1/4.2 Regression] ICE: RTL check: expected code 'const_int', have 'const_double' in output_vec_const_move, at config/rs6000/rs6000.c

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24951

[Bug fortran/24988] New: gfortran build fails with - Undefined symbols

2005-11-22 Thread dir at lanl dot gov
An attemped build of gfortran from a fresh down load failed with Undefined symbols - rm -rf libbackend.a ar rc libbackend.a tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread pcarlini at suse dot de
--- Comment #17 from pcarlini at suse dot de 2005-11-22 16:14 --- (In reply to comment #15) > So that leaves us with basic_string and it's problems. What do you suggest to > vendors needing ABI compatibility? Richard, something we *can* safely apply (safely from the ABI point of view)

[Bug target/24988] [4.2 Regression] gfortran build fails with - Undefined symbols

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-22 16:19 --- Confirmed via: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01593.html Anyways this is unrelated to fortran at all. -- pinskia at gcc dot gnu dot org changed: What|Removed |Ad

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2005-11-22 16:40 --- Well, yes. That would at least silence the warning (which would be annoying, if we apply the C++ warning patch). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24975

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-22 Thread hubicka at gcc dot gnu dot org
--- Comment #10 from hubicka at gcc dot gnu dot org 2005-11-22 16:56 --- Subject: Bug 24653 Author: hubicka Date: Tue Nov 22 16:56:48 2005 New Revision: 107365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107365 Log: PR tree-optimization/24653 * tree-ssa-ccp.c

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2005-11-22 16:59 --- (In reply to comment #18) > Well, yes. That would at least silence the warning (which would be annoying, > if we apply the C++ warning patch). It would be more than annoying, it would be awful, because would be also emit

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-22 17:01 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/22238] [4.0/4.1/4.2 regression] '#'obj_type_ref' not supported by dump_expr

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #8 from gdr at gcc dot gnu dot org 2005-11-22 17:04 --- Subject: Bug 22238 Author: gdr Date: Tue Nov 22 17:04:12 2005 New Revision: 107366 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107366 Log: PR c++/22238 * error.c (resolve_virtual_fun_from_obj_

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2005-11-22 Thread kazu at gcc dot gnu dot org
--- Comment #6 from kazu at gcc dot gnu dot org 2005-11-22 17:42 --- Andreas, Thanks for spotting the typo. I also updated the patch to ensure that we are giving an address register indirect to clr. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201

[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-22 Thread pcarlini at suse dot de
--- Comment #20 from pcarlini at suse dot de 2005-11-22 18:00 --- An observation: while I don't know all the details of current GCC alias analysis, I'm fairly optimistic that this specific issue with basic_string is not serious. The reason is that _S_empty_rep_storage, of which we are ta

[Bug c++/22238] [4.0/4.1/4.2 regression] '#'obj_type_ref' not supported by dump_expr

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #9 from gdr at gcc dot gnu dot org 2005-11-22 18:08 --- Subject: Bug 22238 Author: gdr Date: Tue Nov 22 18:08:17 2005 New Revision: 107367 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107367 Log: PR c++/22238 * error.c (resolve_virtual_fun_from_obj_

[Bug target/24910] CONST (PLUS a + 4) is not done for -fPIC or -mdynamic-no-pic

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-22 18:44 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma

[Bug target/24988] [4.2 Regression] gfortran build fails with - Undefined symbols

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-22 18:58 --- Subject: Bug 24988 Author: pinskia Date: Tue Nov 22 18:58:05 2005 New Revision: 107368 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107368 Log: 2005-11-22 Andrew Pinski <[EMAIL PROTECTED]> PR ta

[Bug target/24988] [4.2 Regression] gfortran build fails with - Undefined symbols

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-22 18:58 --- Fixed, thanks for the report. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21655] g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 fails

2005-11-22 Thread law at redhat dot com
2005-11-22 15:39 --- > This test has changed from XFAIL to XPASS for me on i686-pc-linux-gnu between > 20051120 (I don't have the exact revision number; the datestamp implies 107240 > or later) and 20051122 (revision 107356). gcc-testresults shows it XPASSing > in > various

[Bug middle-end/23606] fold does not fold (type)(a == b) into a == b (with type as the type)

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-22 19:22 --- Subject: Bug 23606 Author: pinskia Date: Tue Nov 22 19:22:21 2005 New Revision: 107370 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107370 Log: 2005-11-22 Andrew Pinski <[EMAIL PROTECTED]> PR mi

[Bug middle-end/23606] fold does not fold (type)(a == b) into a == b (with type as the type)

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-22 19:22 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/24989] New: boolvar != 1 is not converted to !boolvar

2005-11-22 Thread pinskia at gcc dot gnu dot org
The following two function should be the same: _Bool f(_Bool a) { return a!=1; } _Bool f1(_Bool a) { _Bool b = !a; return b; } Right now f1 is the most optimal. -- Summary: boolvar != 1 is not converted to !boolvar Product: gcc Version: 4.1.0 S

[Bug middle-end/24989] boolvar != 1 is not converted to !boolvar

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-22 19:41 --- I am working on a patch to fix this. This should also fix f3 in PR 18908. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/21655] g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 fails

2005-11-22 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2005-11-22 19:46 --- FWIW, I can help narrowing the range of revisions: XFAILed for cris-*-* and mmix-knuth-mmixware with "Mon Nov 21 03:58:26 UTC 2005 (revision 107276M)", XPASSing since "Tue Nov 22 00:42:24 UTC 2005 (revision 107345M)". -

[Bug fortran/15809] ICE Using Pointer Functions

2005-11-22 Thread pault at gcc dot gnu dot org
--- Comment #17 from pault at gcc dot gnu dot org 2005-11-22 20:16 --- I have started to see a light at the end of the tunnel. Going back to easier but related things, I have found that this is broken, as is its character cousin: integer, DIMENSION(:), POINTER :: ptr allocate (

[Bug target/23435] [4.1/4.2 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-22 Thread kazu at gcc dot gnu dot org
--- Comment #8 from kazu at gcc dot gnu dot org 2005-11-22 20:42 --- Subject: Bug 23435 Author: kazu Date: Tue Nov 22 20:42:54 2005 New Revision: 107373 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107373 Log: gcc/ PR target/23435 * m68k.md (zero_extendsidi2):

[Bug target/23435] [4.1/4.2 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-22 Thread kazu at gcc dot gnu dot org
--- Comment #9 from kazu at gcc dot gnu dot org 2005-11-22 20:53 --- Subject: Bug 23435 Author: kazu Date: Tue Nov 22 20:53:08 2005 New Revision: 107374 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107374 Log: gcc/ PR target/23435 * m68k.md (zero_extendsidi2):

[Bug middle-end/24990] New: fold should convert ~a == C to a == ~C where C is a constant

2005-11-22 Thread pinskia at gcc dot gnu dot org
Take the following couple functions: int f(int a) { return (~a) != 0; } int f1(int a) { return a != (~0); } int f2(int a) { return (~a) != 1; } int f3(int a) { return a != (~1); } f and f1 should be the same. Likewise for f2 and f3. -- Summary: fold should convert ~a == C

[Bug target/23435] [4.1/4.2 Regression] Unrecognizable insn (in extract_insn, at recog.c)

2005-11-22 Thread kazu at gcc dot gnu dot org
--- Comment #10 from kazu at gcc dot gnu dot org 2005-11-22 20:56 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug middle-end/18908] Missed folding opportunities with bools

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-22 20:57 --- f3 problem is PR 24989 which I have a fix for already, testing it right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18908

[Bug middle-end/24990] fold should convert ~a == C to a == ~C where C is a constant

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-22 20:58 --- This is done on the RTL level already but would be nice to get it at the TREE level so that it can fix if we have bools which is PR 18908. Mine working on a patch. -- pinskia at gcc dot gnu dot org changed:

[Bug middle-end/18908] Missed folding opportunities with bools

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-22 21:00 --- The current issue with f4 is that (~((int)a)) != 0 is not converted to ((int)a != (~0)) which will then fold to 1, this issue with ~a != 0 not being convert to a != ~0 is PR 24990 which I am working on a fix. Then

[Bug middle-end/24990] fold should convert ~a != C to a != ~C where C is a constant

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-22 21:12 --- == and != should be handled the same. Change the summary to reflect the testcase in comment #0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/24991] New: gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-22 Thread dir at lanl dot gov
With a new download of gfortran, the build now fails while building libgfortran with - make all-am /bin/sh ./libtool --mode=compile /Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/xgcc -B/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/ -B/Users/dir/gfortran/powerpc-apple-dar

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||jakub at gcc dot gnu dot org Severity|normal

[Bug ada/24992] New: gcc aborts compiling record whose component definition refers to 'Size of current type

2005-11-22 Thread stephaniechc-gccbug at yahoo dot com
procedure Main is type Bar(E : Integer) is null record; type CurrentType(D : Integer) is record Field : Bar(CurrentType'Size); -- not sure if this is valid but the compiler shouldn't crash end record; begin null; end Main; command line is gcc -c main.adb

[Bug middle-end/18908] Missed folding opportunities with bools

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-22 22:24 --- I think the first one is harder, I think part of this is already done for int type but not boolean_type maybe that is a hint on how to fix it. -- pinskia at gcc dot gnu dot org changed: What|Remov

[Bug c++/22238] [4.0/4.1/4.2 regression] '#'obj_type_ref' not supported by dump_expr

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #10 from gdr at gcc dot gnu dot org 2005-11-22 22:27 --- Subject: Bug 22238 Author: gdr Date: Tue Nov 22 22:27:52 2005 New Revision: 107376 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107376 Log: PR c++/22238 * error.c (resolve_virtual_fun_from_obj

[Bug fortran/24993] New: LAPACK builds but dies in the testsuite

2005-11-22 Thread ronis at ronispc dot chem dot mcgill dot ca
I recently upgraded form gcc-3.4.4 to 4.0.2 on an athlon-mp box. I have a c++ program that links to lapack (which was built some time ago under the 3.4.x series). I use g77 to link the final objects together; however after upgrading, (and switching g77->gfortran) the link died, basically because

[Bug middle-end/22561] [4.1/4.2 Regression] ACATS ca11c01 wrong code

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2005-11-22 22:30 --- Recategorizing. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Compo

[Bug ada/24992] gcc aborts compiling record whose component definition refers to 'Size of current type

2005-11-22 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2005-11-22 22:34 --- Confirmed everywhere. I assume this is invalid since conceptually this is an infinite recursion :). | 4.2.0 20051121 (experimental) (i686-pc-linux-gnu) GCC error: | | in save_gnu_tree, at ada/utils.c:163

[Bug middle-end/22561] [4.1/4.2 Regression] ACATS ca11c01 wrong code

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2005-11-22 22:35 --- Subject: Bug 22561 Author: ebotcazou Date: Tue Nov 22 22:35:55 2005 New Revision: 107377 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107377 Log: PR middle-end/22561 * tree-ssa-structali

[Bug middle-end/22561] [4.1/4.2 Regression] ACATS ca11c01 wrong code

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2005-11-22 22:37 --- Subject: Bug 22561 Author: ebotcazou Date: Tue Nov 22 22:37:35 2005 New Revision: 107378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107378 Log: PR middle-end/22561 * tree-ssa-structal

[Bug middle-end/22561] [4.1/4.2 Regression] ACATS ca11c01 wrong code

2005-11-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2005-11-22 22:41 --- See http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01642.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/21623] [4.0/4.1/4.2 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2005-11-22 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2005-11-22 22:57 --- Subject: Bug 21623 Author: amylaar Date: Tue Nov 22 22:57:35 2005 New Revision: 107381 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107381 Log: Preparatory work for PR target/21623: * alpha

[Bug libfortran/24919] GFORTRAN input and carriage returns

2005-11-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2005-11-22 22:59 --- (In reply to comment #10) > The following changes in transfer.c appear to fix the problem in Linux Well, this patch is actually not OK, since it causes regression in the handling of EOR (like eor_handling_3.f90

[Bug c++/22238] [4.0/4.1/4.2] '#'obj_type_ref' not supported by dump_expr

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2005-11-22 23:20 --- No longer a regression. Set bug back at "normal" state -- no milestone. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19421] [4.0/4.1/4.2 regression] ICE with soft-float on m68k

2005-11-22 Thread joel at gcc dot gnu dot org
--- Comment #16 from joel at gcc dot gnu dot org 2005-11-23 00:00 --- Checking in on this one. Target m68k-rtems4.7 still fails to compile paranoia using 4.0.1 with many patches between 4.0.1 and 4.0.2. Moving to both the head and 4.1 branch as of today, m68k-rtems4.7 compiles parano

[Bug target/24934] [4.1/4.2 Regression] profilebootstrap failure

2005-11-22 Thread wilson at gcc dot gnu dot org
--- Comment #17 from wilson at gcc dot gnu dot org 2005-11-23 00:16 --- The hot/cold section partitioning stuff has no support for generating unwind info. See for instance in opts.c where this is turned off when flag_exceptions is true, which means it is always turned off by default for

[Bug target/24934] [4.1/4.2 Regression] profilebootstrap failure

2005-11-22 Thread wilson at gcc dot gnu dot org
--- Comment #18 from wilson at gcc dot gnu dot org 2005-11-23 00:20 --- Created an attachment (id=10320) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10320&action=view) Turn off partitioning optimization when flag_unwind_tables true. Suggested untested patch. Gives different mes

[Bug target/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|Bootstrap failure with ICE |[4.1/4.2 Regression] |in |

[Bug bootstrap/24873] gcc 4.0.2 bootstrap report compare fail

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-23 00:39 --- What compiler are you starting with? Also what options did you use to do a configure with. Also could you make sure that you have read: http://gcc.gnu.org/install/specific.html#x-ibm-aix -- pinskia at gcc dot gnu

[Bug fortran/24993] LAPACK builds but dies in the testsuite

2005-11-22 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2005-11-23 01:22 --- Have you read http://www.netlib.org/lapack/faq.html#1.23? Did you update your blas? A scan of the libgfortran source tree shows no references to s_copy or s_cmp. Try pipe with only -O as the only flag. You may also

[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2005-11-23 02:02 --- Subject: Bug 24794 Author: jvdelisle Date: Wed Nov 23 02:02:31 2005 New Revision: 107394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107394 Log: 2005-11-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-11-23 02:14 --- Subject: Bug 24794 Author: jvdelisle Date: Wed Nov 23 02:14:26 2005 New Revision: 107396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107396 Log: 2005-11-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-11-23 02:28 --- Subject: Bug 24794 Author: jvdelisle Date: Wed Nov 23 02:28:44 2005 New Revision: 107397 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107397 Log: 2005-11-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2005-11-23 02:30 --- Subject: Bug 24794 Author: jvdelisle Date: Wed Nov 23 02:30:23 2005 New Revision: 107399 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107399 Log: 2005-11-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug ada/24946] [4.1/4.2 Regression] make[7]: rc: Command not found

2005-11-22 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-23 03:07 --- Subject: Re: [4.1/4.2 Regression] make[7]: rc: Command not found > > I'm not sure either. I did notice that the build that had a problem > > was using an old version of make (3.79.1). I removed this and

[Bug ada/24994] New: raised STORAGE_ERROR : stack overflow or erroneous memory access

2005-11-22 Thread danglin at gcc dot gnu dot org
../../xgcc -B../../ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmis sing-prototypes -fno-common -mdisable-indexing -gnatpg -gnata -I- -I../rts - I. -I/xxx/gnu/gcc-3.3/gcc/gcc/ada /xxx/gnu/gcc-3.3/gcc/gcc/ada/make.adb -o make. o raised STORAGE_ERROR : stack overflow or erroneous me

[Bug rtl-optimization/24995] New: [4.1/4.2 Regression] gcc.dg/vect/vect-10.c fails on x86_64 with -m32

2005-11-22 Thread pinskia at gcc dot gnu dot org
/home/pinskia/src/checkin/trunk/gcc/testsuite/gcc.dg/vect/vect-10.c: In function 'foo':^M /home/pinskia/src/checkin/trunk/gcc/testsuite/gcc.dg/vect/vect-10.c:24: internal compiler error: in refers_to_regno_for_reload_p, at reload.c:6281^M Please submit a full bug report,^M with preprocessed source

[Bug rtl-optimization/24995] [4.1/4.2 Regression] gcc.dg/vect/vect-10.c fails on x86_64 with -m32

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-23 03:58 --- Independently found in: http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg01074.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-23 03:59 --- This looks related to PR 24995 which is the same ICE on the primary/secondary target. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/24989] boolvar != 1 is not converted to !boolvar

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 04:04 --- This actually has a xfail testcase associated with it (I think I forgot to file the bug when I added the testcase). -- pinskia at gcc dot gnu dot org changed: What|Removed |Add

[Bug c++/24996] New: ICE on throw code

2005-11-22 Thread jan dot dvorak at kraxnet dot cz
Got ICE with latest cvs (but also with 4.0.1 release) on this code: --- #include void foo(bool b) { throw b ? std::logic_error("") : std::logic_error(""); } --- Preprocessed file: http://napalm.sf.cz/throw.ii.gz ICE: # g++ ./throw.cpp

[Bug java/16439] gcj generates wrong line number for static function breakpoint

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-23 04:14 --- Reconfirm (it is a little easlier to see with the tree dumps): jmain.main(java.lang.String[]) (args) { [jmain.java : 4] _Jv_InitClass (&jmain.class); [jmain.java : 4] { [jmain.java : 5] return; } } -- p

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-23 04:18 --- Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords|

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | Target Milestone

[Bug target/24982] [4.1/4.2 Regression] Bootstrap failure with ICE in refers_to_regno_for_reload_p

2005-11-22 Thread kkojima at gcc dot gnu dot org
--- Comment #4 from kkojima at gcc dot gnu dot org 2005-11-23 04:55 --- I've proposed a patch to this PR in http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01648.html Does it solve PR 24995? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24982

[Bug c++/24996] [4.0/4.1/4.2 Regression] ICE on throw code

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-23 05:09 --- Reduced testcase: struct allocator { ~allocator(); }; struct string { string(int, const allocator& __a = allocator()); }; struct logic_error { logic_error(const string& __arg); }; void foo(bool b) { throw b ?

[Bug c++/24847] Instantiates un-called copy constructor

2005-11-22 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2005-11-23 05:21 --- The second constructor is definitely bogus, but its mere existence does no harm. We should only perform the check for sensibility when we actually instantiate the second constructor. W. -- bangerth at dealii dot or

[Bug c++/24915] [3.4/4.0/4.1/4.2 Regression] Overload errors generated without template instantiations for class member templates

2005-11-22 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2005-11-23 05:22 --- Confirmed. -- bangerth at dealii dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/24983] Needs a warning?

2005-11-22 Thread bangerth at dealii dot org
--- Comment #6 from bangerth at dealii dot org 2005-11-23 05:25 --- Given the literal meaning of the word "void", it is amusing to think about what one might want to mean when one says "const void"... -- bangerth at dealii dot org changed: What|Removed

[Bug c++/24986] g++ is confused when function is defined inside and outside some namespace and called with '::' prefix

2005-11-22 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2005-11-23 05:31 --- I don't have chapter and verse to justify this, but icc and gcc agree that they should reject this code -- namespace N { class C {}; void foo(C) {}; } using namespace N; void foo(long) {}; void bar() {

[Bug c/21668] gratuitous warning about "extern const" with initializer

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #2 from gdr at gcc dot gnu dot org 2005-11-23 07:07 --- Subject: Bug 21668 Author: gdr Date: Wed Nov 23 07:07:33 2005 New Revision: 107401 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107401 Log: PR c/21668 * c-decl.c (grokdeclarator): Don't warn fo

[Bug tree-optimization/24997] New: [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-22 Thread phython at gcc dot gnu dot org
tivec -DHAVE_AV_CONFIG_H -I.. -I/home/jim/cvs/mplayer/ffmpeg/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o wmadec.o /home/jim/cvs/mplayer/ffmpeg/libavcodec/wmadec.c The gcc-snapshot is from the debian package version 20051122-1, the ice also occurs in earlier versions of the pa

[Bug c/21668] gratuitous warning about "extern const" with initializer

2005-11-22 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-23 07:12 --- Fixed on mainline. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

  1   2   >