[Bug middle-end/25266] SJLJ exception handling fails in function using alloca()

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-06 23:56 --- Confirmed, very much related to PR 19774. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/25258] [4.0 regression/hpux] gcc generates incorrect stabs debug output

2005-12-06 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2005-12-07 00:16 --- Mine. -- danglin at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug c++/21494] condensed nested namespaces

2005-12-06 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2005-12-07 00:16 --- I still want this. Someday... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21494

[Bug java/25283] gcj generates invalid signature

2005-12-06 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2005-12-07 00:32 --- Subject: Bug 25283 Author: tromey Date: Wed Dec 7 00:31:58 2005 New Revision: 108143 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108143 Log: PR java/25283: * parse.y (patch_new_array_init)

[Bug java/25283] gcj generates invalid signature

2005-12-06 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2005-12-07 00:34 --- Subject: Bug 25283 Author: tromey Date: Wed Dec 7 00:34:36 2005 New Revision: 108144 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108144 Log: PR java/25283: * parse.y (patch_new_array_init)

[Bug java/25283] gcj generates invalid signature

2005-12-06 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2005-12-07 00:35 --- Subject: Bug 25283 Author: tromey Date: Wed Dec 7 00:35:06 2005 New Revision: 108145 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108145 Log: PR java/25283: * parse.y (patch_new_array_init)

[Bug java/25283] gcj generates invalid signature

2005-12-06 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2005-12-07 00:38 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|UN

[Bug testsuite/25247] syntax error in target selector for gcc.dg/torture/fp-int-convert-float128-timode.c

2005-12-06 Thread billingd at gcc dot gnu dot org
--- Comment #8 from billingd at gcc dot gnu dot org 2005-12-07 01:08 --- I can confirm this works for me on trunk. -- billingd at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25290] New: PHI-OPT could be rewritten so that is uses fold

2005-12-06 Thread pinskia at gcc dot gnu dot org
PHI-OPT could be rewritten so that it uses fold_ternary (type, COND_EXPR, cond, op1, op2) and that it could remove code which is already done in fold_ternary. A patch like http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00153.html will work but it needs to be reworked for the changes which made it in

[Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-07 03:12 --- Once fold does (a&b)!=0?a|b:a to a and PR 25290 is fixed then this will be caught at the tree level. There are most likely others like this too. -- pinskia at gcc dot gnu dot org changed: What|Rem

[Bug tree-optimization/15347] [tree-ssa] fold if ("<12ers" + 1 == 0).

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-12-07 03:23 --- I should note that the first testcase in comment #0 in the bug is fixed but not the second, non reduced one. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/25120] builtin *printf handlers are confused by -fexec-charset

2005-12-06 Thread ghazi at gcc dot gnu dot org
--- Comment #13 from ghazi at gcc dot gnu dot org 2005-12-07 03:54 --- (In reply to comment #12) > Subject: Re: builtin *printf handlers are confused by -fexec-charset > "ghazi at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > | Backporting this fix to 3.4 requires also backporting

[Bug rtl-optimization/7003] [ppc] address of array loaded int register twice without any need

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-12-07 04:13 --- Fixed in 4.2.0 by: 2005-11-24 Paolo Bonzini <[EMAIL PROTECTED]> * gcse.c (hash_scan_set): Look through REG_EQUAL or REG_EQUIV notes also when doing PRE, rather than only for global CPROP. -- pi

[Bug rtl-optimization/10050] ifcvt is not smart enough

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-12-07 04:14 --- This is only an if conversion failure now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/16468] [DR460] using-declaration of namespace name

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-12-07 04:34 --- Closing as invalid based on the resolution of the Defect report making this code invalid and should be rejected as GCC does. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug fortran/25264] write to internal unit from the string itself gives wrong result ?

2005-12-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2005-12-07 05:16 --- I have found the offending code. I am working on the fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25264

[Bug target/24997] [4.1 regression] ICE with -ftree-vectorize

2005-12-06 Thread amodra at bigpond dot net dot au
--- Comment #12 from amodra at bigpond dot net dot au 2005-12-07 05:50 --- pr25212 has a more complete fix that I propose applying to the 4.1 branch. -- amodra at bigpond dot net dot au changed: What|Removed |Added

[Bug tree-optimization/24793] [4.1/4.2 Regression] ICE: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:746

2005-12-06 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2005-12-07 06:06 --- (In reply to comment #8) > Showstopper. > What is the status on this one? Paul T -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24793

[Bug fortran/15809] ICE Using Pointer Functions

2005-12-06 Thread pault at gcc dot gnu dot org
--- Comment #22 from pault at gcc dot gnu dot org 2005-12-07 06:20 --- Subject: Bug 15809 Author: pault Date: Wed Dec 7 06:20:21 2005 New Revision: 108150 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108150 Log: 2005-12-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran

<    1   2