[Bug c++/22139] [4.0/4.1 regression] Segfault

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-16 04:31 --- Here is a reduced testcase, reproducible with --param ggc-min-expand=0 --param ggc-min- heapsize=0: template class Tensor; template struct SymmetricTensor { SymmetricTensor (const Tensor<2,di

[Bug c++/22508] [4.0/4.1 Regression] ICE after invalid operator new

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-16 04:02 --- Confirmed, reduced testcase: typedef __SIZE_TYPE__ size_t; struct Framis { void* operator new(size_t) throw(bad_alloc); }; Framis* x = new Framis; -- What|Removed |Add

[Bug c++/22139] [4.0/4.1 regression] Segfault

2005-07-15 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-16 04:01 --- Crashes with "g++ --param ggc-min-expand=1 -c PR22139.ii". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22139

[Bug c++/22508] Segmentation fault or EXC_BAD_ACCESS with modified Eckel sample code

2005-07-15 Thread flash at pobox dot com
--- Additional Comments From flash at pobox dot com 2005-07-16 03:47 --- Created an attachment (id=9287) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9287&action=view) Preprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22508

[Bug c++/22508] New: Segmentation fault or EXC_BAD_ACCESS with modified Eckel sample code

2005-07-15 Thread flash at pobox dot com
The command below results in "internal compiler error: Segmentation fault" with the checking- enabled version of GCC 4.0.1 on Suse Linux 9.2. It also crashes with Apple GCC 4.0.0 on Mac OSX 10.4.2. GCC 3.3.4 on Suse rejects the code without crashing, as does CodeSourcery arm-none-linux-

[Bug target/20617] [4.0/4.1 regression] shared SH libgcc is exporting too many symbols

2005-07-15 Thread zack at codesourcery dot com
-- What|Removed |Added CC|zack at codesourcery dot com| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617

[Bug c++/22139] [4.0/4.1 regression] Segfault

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-16 02:20 --- (In reply to comment #18) > Or, information about your exact GC parameters to I can try to reproduce it > that way? I think I know why the default GC parameters cannot reproduce this on the mainline is bec

[Bug tree-optimization/22506] [4.1 regression] ICE with -ftree-vectorize in var_ann, at tree-flow-inline.h:115

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-16 01:32 --- Confirmed, We are calling get_current_def with an INTEGER_CST in slpeel_update_phi_nodes_for_guard2. -- What|Removed |Added

[Bug ada/21053] Warnings from init.c

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

[Bug c++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault

2005-07-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-16 01:13 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-16 01:12 --- Subject: Bug 22204 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-16 01:11:53 Modified files: gcc/testsuite : Change

[Bug java/22507] GCJ segfaults building Apache Cocoon

2005-07-15 Thread ms419 at freezone dot co dot uk
--- Additional Comments From ms419 at freezone dot co dot uk 2005-07-16 01:06 --- Created an attachment (id=9285) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9285&action=view) Segfault test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22507

[Bug java/22507] New: GCJ segfaults building Apache Cocoon

2005-07-15 Thread ms419 at freezone dot co dot uk
GCC segfaults building Apache Cocoon using GCJ I rebuilt GCC using gcc-4.0-20050707.tar.bz2 snapshot, but encountered the same problem I reduced the offending source file to this test case - http://www.sfu.ca/~jdbates/tmp/gcc/TestSegfault.java I observe compiling this test case produces this out

[Bug c++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-16 00:25 --- Subject: Bug 22204 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-16 00:25:01 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug tree-optimization/22506] New: [4.1 regression] ICE with -ftree-vectorize in var_ann, at tree-flow-inline.h:115

2005-07-15 Thread reichelt at gcc dot gnu dot org
Yet another failure with -ftree-vectorize on mainline (compile with "-ftree-vectorize -msse2 -O" on i686-pc-linux-gnu): == double x[3]; void foo() { int i; for (i=0; i<3; ++i) x[i]=0; for (i=0; i<2; ++i) ; } ==

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-07-15 23:37 --- Subject: Re: [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 > My starting compiler, both for the all-gcc build which did not have the = > problem=20 > and for the bootstrap build

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-07-15 23:27 --- My starting compiler, both for the all-gcc build which did not have the problem and for the bootstrap build that did have the problem is here: Reading specs from /extra4/be/lib/gcc/hppa1.1-hp-hpux11.00/3.4.2/sp

[Bug c++/22139] [4.0/4.1 regression] Segfault

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 23:24 --- I was able to reproduce the failure with the last testcase with "--param ggc-min-expand=0 --param ggc-min-heapsize=0". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22139

[Bug middle-end/22398] [4.1 Regression] ICE in compare_values, at tree-vrp.c:445

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 23:14 --- Subject: Bug 22398 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-15 23:14:07 Modified files: gcc: ChangeLog fold-const.c gcc/t

[Bug other/22368] [meta-bugs] mis-match types in GCC

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- Bug 22368 depends on bug 22398, which changed state. Bug 22398 Summary: [4.1 Regression] ICE in compare_values, at tree-vrp.c:445 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22398 What|Old Value |New Value

[Bug middle-end/22398] [4.1 Regression] ICE in compare_values, at tree-vrp.c:445

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 23:13 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault

2005-07-15 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

[Bug c++/22139] [4.0/4.1 regression] Segfault

2005-07-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-15 23:07 --- While calling ggc_free may be a bad idea in general, it's certainly a good idea in this case; empirically, that change resulted in a significantly faster compiler, as the comment in the code indicates. Fur

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-07-15 22:35 --- Subject: Re: [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 > This might be a second-order code generation bug, when I build bootstrap = > on PA > HP-UX I get a GCC that has this

[Bug libobjc/22492] [PATCH] Abort after @finally: libobjc passing exception value instead of exception.

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 22:20 --- Confirmed, I will look into this patch this weekend. -- What|Removed |Added Assigned

[Bug libfortran/22436] print *,tiny(1._10) yields asterisks

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 22:19 --- Confirmed. -- What|Removed |Added Last reconfirmed|2005-07-12 15:30:29 |2005-07-15

[Bug fortran/22495] Different ideas about .true. and .false.

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

[Bug driver/22498] High-level Source not included in listfile

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 22:18 --- Can you give the output of the gcc invoke when you add -v? -- What|Removed |Added

[Bug target/22497] A register is wasted in simple vectorised loops

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 22:18 --- With last night's compiler I get: .L2: movdqa ib(,%eax,8), %xmm0 paddw ic(,%eax,8), %xmm0 movdqa %xmm0, ia(,%eax,8) addl$2, %eax cmpl$4, %eax jne

[Bug tree-optimization/22401] DOM messes up the profiling info

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-07-

[Bug ada/22500] Bug box when using -gnatwa

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

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-07-15 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-07-15 22:11 --- > Does this work now? Nothing has really changed, the problem very likely comes from the bootstrap compiler. Nobody will fix this so I think the PR should be closed as WONTFIX. -- http://gcc.gnu.org/

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-07-15 22:08 --- This might be a second-order code generation bug, when I build bootstrap on PA HP-UX I get a GCC that has this problem but when I build all-gcc with GCC 3.4.2 and the -g option I do not see the bug. --

[Bug c/22421] problems with -Wformat and bit-fields

2005-07-15 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-15 22:05 --- Testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jsm28

[Bug libstdc++/11953] _REENTRANT defined when compiling non-threaded code.

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11953

[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16676

[Bug bootstrap/19461] hidden __eprintf referenced by DSO, gas+gld

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:53 --- Does this work now? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19461

[Bug libstdc++/15046] Math functions misdetected by cross configuration

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:52 --- The orginal problem was fixed in 3.4.1. The next problem is in PR 20353. -- What|Removed |Added -

[Bug c/20303] [4.0 only] Can't push more than 16 nested visibility

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug libgcj/13708] static java program crashes at startup, UTF-8 environment

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:41 --- *** Bug 21068 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libgcj/21068] String(strBytes, "UTF-16LE"); thorws java.io.UnsupportedEncodingException

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:41 --- *** This bug has been marked as a duplicate of 13708 *** -- What|Removed |Added

[Bug other/21071] libtool doesn't use just built libunwind

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:40 --- Is this still true? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21071

[Bug c++/19004] [3.4/4.0/4.1 Regression] ICE in uses_template_parms at cp/pt.c:4860

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:39 --- (In reply to comment #4) > Well, it's not really a regression, since GCC accepted the code before 3.4.0. Even though we acceted it before 3.4.0, this is a regression in that we should not change anything t

[Bug libgcj/17033] [meta-bug] RMI problems

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- Bug 17033 depends on bug 11900, which changed state. Bug 11900 Summary: java.rmi.Naming does not parse rmi: URIs correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11900 What|Old Value |New Value ---

[Bug libgcj/11900] java.rmi.Naming does not parse rmi: URIs correctly

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:35 --- Fixed on the mainline: 2005-04-22 Andrew John Hughes <[EMAIL PROTECTED]> * java/rmi/Naming.java: Added class documentation. (lookup(String)): Call parseURL and getName.

[Bug tree-optimization/22471] [4.1 Regression] corrupted profile info with -O3 -fprofile-use

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet|powerpc64-unknown-linux-gnu |powerpc64-*-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22471

[Bug target/20353] uclibc does not provide C99 math functions

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:26 --- uclibc needs its own target headers and triplet. -- What|Removed |Added Status|U

[Bug target/20653] value too large for field on k6-2 (loop instruction)

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 21:22 --- Fixed for sure on the mainline for 4.1.0 by removal of the loop instruction: 2005-06-05 Steven Bosscher <[EMAIL PROTECTED]> * config/i386/i386.c (x86_use_loop): Remove. * config/i386/i386.

[Bug fortran/22502] [4.0.1/4.1 regression] ICE constructing arrays with "(/ /)"

2005-07-15 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-15 21:22 --- Zdenek, this was caused by your patch http://gcc.gnu.org/ml/fortran/2005-05/msg00178.html Could you please have a look? -- What|Removed |Added

[Bug other/19165] (Natural) language independent error / warning classification

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

[Bug SWING/20707] JList not respecting LayoutOrientation

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-07-

[Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms

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

[Bug middle-end/20826] 4.0 regression: excessive compiler resource usage

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|ppc-redhat-linux|ppc-*-linux GCC target triplet|ppc64-redhat-linux |ppc64-*-linux http://gcc.gnu.org/bugzilla/show_bu

[Bug tree-optimization/22493] [4.1 Regression] with -fwrapv -INT_MIN is still not positive

2005-07-15 Thread tromey at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.1 Regression] with - |[4.1 Regression] with - |fwrapv -INT_MIN is still not|fwrapv -INT_MIN is still not

[Bug debug/21106] ICE at dwarf2out.c:8362 with type attributes and arrays

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|middle-end |debug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21106

[Bug target/19593] ICE at build_def_use, at regrename.c:763

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19593

[Bug target/20025] Internal error while compiling

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 20:57 --- Is this fixed in 3.4.x as 3.3.x is no longer supported. And David could not reproduce this in 3.3.3 and 3.3.4. -- What|Removed |Added -

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-15 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-07-15 20:53 --- Subject: Re: [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466 On Fri, 2005-07-15 at 20:39 +, pinskia at gcc dot gnu dot org wro

[Bug target/21255] %R and %S are not safe to use from asms

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

[Bug libfortran/18857] [4.0 only] MATMUL failing with ALLOCATED matrices, unless base indices given

2005-07-15 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-15 20:50 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/18857] [4.0 only] MATMUL failing with ALLOCATED matrices, unless base indices given

2005-07-15 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-15 20:48 --- Fixed in 4.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18857

[Bug libfortran/21926] [4.0 only] matmul does not deal with non-packed result

2005-07-15 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-15 20:48 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLVE

[Bug libfortran/18857] [4.0 only] MATMUL failing with ALLOCATED matrices, unless base indices given

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

[Bug libfortran/21926] [4.0 only] matmul does not deal with non-packed result

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

[Bug c++/22452] [4.1 regression] ICE expected tree that contains 'decl with visibility' structure, have 'const_decl' in decl_linkage, at cp/tree.c:2132

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 20:45 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 20:39 --- Here is the backtrace: #0 internal_error (gmsgid=0xb7eb64 "tree check: %s, have %s in %s, at %s:%d") at ../../gcc/ diagnostic.c:534 #1 0x008f46c0 in tree_check_failed (node=0x4bf6d20, file=0xb54ecc "../.

[Bug fortran/18108] [gfortran] overloading does not work for functions

2005-07-15 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-07-15 20:25 --- (In reply to comment #16) > This is one bad nasty ugly bug. Yep. This "works" (for small values of "works") if the IMPLICIT NONE is omitted. The problem appears to be that resolve_symbol() doesn't find t

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-07-15 20:24 --- Subject: Re: [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 > I'm using gas from binutils-2.16. But the ICE seems to appear before as = > is run > at all (If the cc1plus command

[Bug c++/22452] [4.1 regression] ICE expected tree that contains 'decl with visibility' structure, have 'const_decl' in decl_linkage, at cp/tree.c:2132

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 20:22 --- Subject: Bug 22452 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-15 20:22:40 Modified files: gcc/cp : ChangeLog tree.c Log message:

[Bug c/17645] Add a warning for potentially unsafe unsigned operations

2005-07-15 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-07-15 19:53 --- (In reply to comment #9) > I cannot seems to find a way to generate traps on overflow. -ftrapv does not trigger on overflowing calculations that are compile-time constant. I am unsure whether this is a bug or a fe

[Bug c++/21701] No flag to turn off warning: warning: template-argument `' uses anonymous type

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |enhancement Keywords||diagnostic http://gcc.gnu.org/bugzilla/show_bug.c

[Bug c++/21701] No flag to turn off warning: warning: template-argument `' uses anonymous type

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||21514 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21701

[Bug c++/21514] [DR 278] templates and anonymous enum

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 19:48 --- *** Bug 22505 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/22505] cast of enum causes invalid template instanciation instead of cast to int.

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 19:48 --- This is a dup of bug 21514, the standard ambiguous about this problem. *** This bug has been marked as a duplicate of 21514 *** -- What|Removed |Added -

[Bug c++/22505] New: cast of enum causes invalid template instanciation instead of cast to int.

2005-07-15 Thread snoonan at nvidia dot com
The following code produces an error (below) when compiled with gcc 4.0.0. The correct code (the enum is cast to an int) is produced with 3.4.3 . There seems to be no reason to try the template, and even if there is, why is this template not dismissed from consideration instead of producing an e

[Bug c/22371] C front-end produces mis-match types in MODIFY_EXPR

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 19:18 --- (In reply to comment #1) > I have a candidate patch. I'll test it once enough of the bugs are fixed that > it's possible to get a baseline for mainline with the patches from PR 22368 > applied (at present a

[Bug c/22371] C front-end produces mis-match types in MODIFY_EXPR

2005-07-15 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-15 19:12 --- I have a candidate patch. I'll test it once enough of the bugs are fixed that it's possible to get a baseline for mainline with the patches from PR 22368 applied (at present attempting to get such a baseline

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread mki at maconomy dot dk
--- Additional Comments From mki at maconomy dot dk 2005-07-15 19:11 --- I'm using gas from binutils-2.16. But the ICE seems to appear before as is run at all (If the cc1plus command succeeds it will be followed by "/usr/local/binutils-2.16/bin/as -o trauscher.o trauscher.s"). The linker

[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2005-07-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-15 18:50 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 18:47 --- Subject: Bug 22132 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-15 18:47:20 Modified files: gcc/testsuite : Change

[Bug tree-optimization/22504] [4.1 Regression] benchmark - galgel fails at runtime with miscompare output

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org Component|c |tree-optimization Keyword

[Bug c/22504] New: benchmark - galgel fails at runtime with miscompare output

2005-07-15 Thread uttamp at us dot ibm dot com
With the recent change went in tree-complex.c causing the galgel's runtime failure with miscompare output. http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00767.html -- Summary: benchmark - galgel fails at runtime with miscompare output Product: gcc

[Bug target/18358] XPASS: gcc.c-torture/execute/20020227-1.c execution at -O3

2005-07-15 Thread sje at cup dot hp dot com
--- Additional Comments From sje at cup dot hp dot com 2005-07-15 17:54 --- At some point the file gcc.c-torture/execute/20020227-1.x was removed (it is not in the released 4.0 bits). Without the .x file there is no way this test can be an XPASS anymore. Additionally it does seem to PA

[Bug libfortran/16435] gfortran X edit descriptor failure: test f77-edit-x-out.f

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 17:47 --- The diff for an example for what we get in fma3d: 0004: _/_/_/_/_/_/ _/_/_/ _/_/_/_/_/_/_/_/_/ _/_/_/_/_/_/_/ _/_/_/_/_/_/-/ [EMAIL PROTECTED]@^@_/_/_/_/_/

[Bug libfortran/16435] gfortran X edit descriptor failure: test f77-edit-x-out.f

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 17:41 --- I think this patch caused applu and fma3d in SPEC CUP2000 FP to fail. But since i don't have access to SEPC I cannot reduce the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16435

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-07-15 17:28 --- Subject: Re: [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101 > --- Additional Comments From mki at maconomy dot dk 2005-07-15 = > 16:52 --- > Meetoo :-( > > Note that th

[Bug fortran/22503] Suggest to use .EQV. when comparing logicals with .EQ.

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

[Bug fortran/22503] New: Suggest to use .EQV. when comparing logicals with .EQ.

2005-07-15 Thread reichelt at gcc dot gnu dot org
Consider the following code snippet: === subroutine FOO logical I I = I .eq. I end subroutine FOO === g77 used to give the following error message with the suggesiton what to do: test.f: In subroutine `foo': test.f:3

[Bug tree-optimization/22325] missed optimization in loop

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 17:01 --- Patch posted here: . -- What|Removed |Added -

[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-07-15 Thread mki at maconomy dot dk
--- Additional Comments From mki at maconomy dot dk 2005-07-15 16:52 --- Meetoo :-( Note that the bug is on hppa2.0w-hp-hpux11.11 but not on i686-pc-linux-gnu. (And on HP 3.4.3 works but 4.0.1 doesn't.) -- What|Removed |Added

[Bug fortran/22502] [4.0.1/4.1 regression] ICE constructing arrays with "(/ /)"

2005-07-15 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-15 16:40 --- The "ANY" function isn't the culprit. Building arrays with (/ /) causes the problem: === subroutine FOO end subroutine FOO subroutine BAR integer :: J(1) J = (/ 1 /) end subroutine

[Bug bootstrap/22440] make install fails with --enable-bootstrap

2005-07-15 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-15 16:36 --- better patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01050.html -- What|Removed |Added -

[Bug fortran/22502] [4.0.1/4.1 regression] ICE with "any"

2005-07-15 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-15 16:28 --- Confirmed. There seems to be some memory corruption. With the command line arguments "--param ggc-min-expand=0 --param ggc-min-heapsize=0" I get a plain segfault. The segfault can be reproduced with the fo

[Bug tree-optimization/22376] PTA is slow on a silly unrealistic test case

2005-07-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15 16:12 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 16:10 --- Subject: Bug 22132 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-15 16:10:08 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2005-07-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-15 16:00 --- *** Bug 22281 has been marked as a duplicate of this bug. *** -- What|Removed |Added Bug 221

[Bug c++/22281] [4.0/4.1 Regression] C-Style cast does reinterpret_cast when it should do a static_cast

2005-07-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-15 16:00 --- *** This bug has been marked as a duplicate of 22132 *** -- What|Removed |Added

[Bug tree-optimization/22376] PTA is slow on a silly unrealistic test case

2005-07-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-15 15:54 --- Subject: Bug 22376 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-15 15:53:55 Modified files: gcc: ChangeLog tree-ssa-structalias.c Lo

[Bug c/22485] pointer +- integer is never NULL

2005-07-15 Thread mattias at virtutech dot se
--- Additional Comments From mattias at virtutech dot se 2005-07-15 15:29 --- (In reply to comment #18) > The "side" notes were written by people who know what they > intend. Therefore their inputs are completely relevant here. Even if you could show that these optimisations would contr

[Bug fortran/21034] [4.0 only] internal compiler error: in gfc_trans_auto_array_allocation, at fortran/trans-array.c:3036

2005-07-15 Thread pbrook at gcc dot gnu dot org
--- Additional Comments From pbrook at gcc dot gnu dot org 2005-07-15 15:22 --- Fix applied to 4.0-branch. -- What|Removed |Added Status|ASSIGNED

  1   2   >