[Bug fortran/13082] Function entries and entries with alternate returns not implemented

2005-04-07 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-07 22:07 --- (In reply to comment #23) > I agree with both Federico Carminati and Alfredo Ferrari at CERN. The > compiler > is not usable and the impact is serious for thousands of existing fortran > programs. Please fi

[Bug target/20814] ICE in extract_insn for test vmx/varargs-1.c

2005-04-07 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2005-04-07 22:09 --- Subject: Re: New: ICE in extract_insn for test vmx/varargs-1.c Let me know if the appended patch fixes the ICE. The definition of the "and" predicates was ignoring CONST_INT that matched predicate

[Bug c++/20816] Can't find member function of template

2005-04-07 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-04-07 22:11 --- Well, I now see why there's an error: the call is at global scope. So please change this report to a complaint about the diagnostic. Reduced case: template struct foo { void bar() {} }; foo<3> f; f.bar(); whic

[Bug libstdc++/20758] operator-(const T&, const complex&) vs operator-(const complex&, const complex

2005-04-07 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-04-07 22:19 --- > Indeed. Has that standard been released yet? Not to my knowldege. > What's the exact reference, and > is there some public access, maybe to drafts? Yes, I was refe

[Bug rtl-optimization/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:21 --- I hate unnamed namespaces since we have to encode some uniqueness and they are still extern because of C++ rules. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|rtl-optimization|middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug target/20814] ICE in extract_insn for test vmx/varargs-1.c

2005-04-07 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-04-07 22:30 --- Subject: Re: ICE in extract_insn for test vmx/varargs-1.c On Thu, Apr 07, 2005 at 10:09:14PM -, dje at watson dot ibm dot com wrote: > > --- Additional Comments From dje at watson dot ibm dot com

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:31 --- The easy work around is set -frandom-seed=somenumber for both the generate and use. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug libfortran/20766] [darwin] - run time error when calling fortran subroutine from c

2005-04-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-07 22:40 --- Subject: Bug 20766 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-07 22:40:09 Modified files: libgfortran: Change

[Bug libfortran/20766] [darwin] - run time error when calling fortran subroutine from c

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:40 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/19362] ICE in fold_convert, at fold-const.c:1998

2005-04-07 Thread arnold dot moene at wur dot nl
--- Additional Comments From arnold dot moene at wur dot nl 2005-04-07 22:44 --- The following (4 files :( ) example from the WRF weather model seems to be related. I can't see if it is really triggered by the same bug: prompt> cat ESMF_TimeInterval.f module ESMF_TimeIntervalMod

[Bug target/20814] [4.1 Regression] ICE in extract_insn for test vmx/varargs-1.c

2005-04-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Summary|ICE in extract_insn for test|[4.1 Regression] ICE in |v

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:48 --- The only thing I can think of to fix this problem is figure out how to write/read the random seed out since right now it is defaults to be basing on time. -- What|Removed

[Bug target/20717] [4.1 Regression] Many C++ testsuite failures on ia64-hpux

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:50 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/20816] Can't find member function of template

2005-04-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8557|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20816

[Bug c++/20816] Calling function at toplevel gives a weird error

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:54 --- Even further: void f1(void); f1(); Confirmed. -- What|Removed |Added Severity|nor

[Bug tree-optimization/19626] Aliasing says stores to local memory do alias

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 22:55 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/20145] [4.0/4.1 Regression] template "class has virtual functions ... " is not suppressed with -isystem

2005-04-07 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-04-07 22:57 --- Andrew is correct. I missed the magic bit that disables warnings in system headers. (There are other pedwarns that we carefully guard with !in_system_header, but ordinary warnings are not so guarded.)

[Bug fortran/13082] Function entries and entries with alternate returns not implemented

2005-04-07 Thread fasso at slac dot stanford dot edu
--- Additional Comments From fasso at slac dot stanford dot edu 2005-04-07 23:16 --- > Sigh. Yes, it would be wonderful if a fix magically appears out > of thin air. Given that there are more bugs than people actually > contributing patches, you have a few choice: (1) Pay someone to > f

[Bug fortran/13082] Function entries and entries with alternate returns not implemented

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 23:27 --- (In reply to comment #25) > I do not understand your tone. There is a compiler, g77, which works and > implements at least the Fortran 77 standard. I don't see any reason why it > should be replaced in the d

[Bug target/20781] 64 bit shift by non-constant implemented as libcall on PPC32

2005-04-07 Thread segher at kernel dot crashing dot org
--- Additional Comments From segher at kernel dot crashing dot org 2005-04-07 23:34 --- Subject: Re: New: 64 bit shift by non-constant implemented as libcall on PPC32 > (O5 will give slightly better code for both, but let's start somewhere > :P) Well the code for the left shift can b

[Bug c++/20817] New: ICE for tree check in build_offset_type

2005-04-07 Thread janis at gcc dot gnu dot org
Current GCC mainline ICEs, instead of reporting errors, for test g++.dg/old-deja/g++.benjamin/13908.C on powerpc-linux. The test isn't reported as failing because dg-error is used with a blank string. The ICE starts with the following patch, which might merely expose a latent bug:

[Bug c++/20817] [4.1 Regression] ICE for tree check in build_offset_type

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-07 23:54 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 00:03 --- Aha. So this is a duplicate of bug 9393, in essence? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 00:03 --- Oh, ok, it's not *quite* a dup of 9393, since you could save the seed in the output file from the first run. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug libgcj/20699] gij -ms segfaults

2005-04-07 Thread Hans dot Boehm at hp dot com
--- Additional Comments From Hans dot Boehm at hp dot com 2005-04-08 00:18 --- The problem here is that _Jv_InitGC is called to late, and hence GC_all_interior_pointers is cleared after the GC has been run. This is documented not to work in gc.h. In particular _Jv_GCSetInitialHeapSiz

[Bug fortran/13082] Function entries and entries with alternate returns not implemented

2005-04-07 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-08 01:21 --- (In reply to comment #25) > > I do not understand your tone. There is a compiler, g77, which works and > implements at least the Fortran 77 standard. I don't see any reason why it > should be replaced in the

[Bug c++/20818] New: internal compiler error

2005-04-07 Thread SchreiberX at Altmuehlnet dot de
- [EMAIL PROTECTED]:/tmp$ gcc test.c test.c: In function `main': test.c:6: warning: return type of `main' is not `int' test.c:7: internal compiler error: in emit_move_insn, at expr.c:3201 Please submit a full bug report, with preprocessed source if appropriate. See http://g

[Bug c++/20818] internal compiler error

2005-04-07 Thread SchreiberX at Altmuehlnet dot de
--- Additional Comments From SchreiberX at Altmuehlnet dot de 2005-04-08 02:12 --- Created an attachment (id=8559) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8559&action=view) test.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20818

[Bug target/20446] [4.0/4.1 Regression] invalid assembly with -gstabs+

2005-04-07 Thread ivanr at syncad dot com
--- Additional Comments From ivanr at syncad dot com 2005-04-08 02:35 --- Subject: Re: [4.0/4.1 Regression] invalid assembly with -gstabs+ patch tested. works fine. thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20446

[Bug c++/20505] [4.0 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-04-07 Thread ivanr at syncad dot com
--- Additional Comments From ivanr at syncad dot com 2005-04-08 02:37 --- Subject: Re: [4.0 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1 patch tested. works fine. thanks! I found another ICE connected to the gdb2 format. Is it posible to send a prep

[Bug c++/20805] Another debug info emitting bug

2005-04-07 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-04-08 03:01 --- The testcase works if the variable declaration is moved after the function. This is the case I fixed a few weeks ago, which was breaking java debugging. The declare_in_namespace design causes us to get two

[Bug c++/20505] [4.0 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1

2005-04-07 Thread wilson at tuliptree dot org
--- Additional Comments From wilson at tuliptree dot org 2005-04-08 03:45 --- Subject: Re: [4.0 Regression] internal error when compiling with -ggdb2 and no error with -ggdb1 On Thu, 2005-04-07 at 19:37, ivanr at syncad dot com wrote: > I found another ICE connected to the gdb2

[Bug target/20819] New: Enable -mlong_calls for IA64 to use brl.call

2005-04-07 Thread jsworley at qwest dot net
Certain environments, such as OS and embedded, benefit by using the 64-bit IP-relative branch instruction (brl) for function calls. Please enhance the IA-64 code generation to recognize the -mlong_calls option (-mno_long_calls by default) and emit the brl.call instruction instead of the br.call ins

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 04:17 --- What value should be passed for that option? Would the absolute pathnme of the source file do? In case other people out there have as much trouble reading TFM as I do, I should note that the gcc doc says "-frandom-se

[Bug c++/20820] New: -mlong-double-128 arithmetic error

2005-04-07 Thread coomes at math dot miami dot edu
When I try compile code with 128 bit long double arithmetic, I get a request to file a bug report (and the compile fails). Below is a command line, the source file, the g++ output. They are separated by "%% %%". If you need the intermediate files test.ii and test.s, I can send them. Without th

[Bug target/20820] -mlong-double-128 arithmetic error

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-08 06:22 --- Fixed already in 4.0.0, not a regression so closing as fixed, there is another bug about this too. -- What|Removed |Added ---

[Bug c++/20818] internal compiler error

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-08 06:26 --- This is invalid code. See PR 8788 which I am marking this as a dup of. *** This bug has been marked as a duplicate of 8788 *** -- What|Removed |Added ---

[Bug inline-asm/8788] ICE in emit_move_insn, at expr.c:3089

2005-04-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-08 06:26 --- *** Bug 20818 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20821] New: gfortran hangs indefinitely

2005-04-07 Thread jvdelisle at verizon dot net
When compiling the following code gfortran hangs spinning cpu cycles with no error messages given. See attachment. -- Summary: gfortran hangs indefinitely Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug fortran/20821] gfortran hangs indefinitely

2005-04-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-04-08 06:43 --- Created an attachment (id=8561) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8561&action=view) Attached file hangs gfortran Using gcc version 4.1.0 20050408 (experimental) Invoked with -c -- http:

[Bug fortran/20821] gfortran hangs indefinitely

2005-04-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-04-08 06:47 --- Created an attachment (id=8562) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8562&action=view) Module for attachment in #1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20821

[Bug fortran/20821] gfortran hangs indefinitely

2005-04-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-04-08 06:49 --- I will attempt to reduce this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20821

<    1   2