[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-08-18 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-18 
09:51 ---
Subject: Bug 21562

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED]   2005-08-18 09:51:11

Modified files:
gcc: ChangeLog cfgexpand.c 
gcc/testsuite  : ChangeLog 
Added files:
gcc/testsuite/gcc.c-torture/compile: pr21562.c 

Log message:
gcc:
2005-08-18  Paolo Bonzini  <[EMAIL PROTECTED]>

PR c/21562
* cfgexpand.c (construct_init_block): Deal properly with the case
of entry edge not pointing to very first basic block.

testsuite:
2005-08-18  Paolo Bonzini  <[EMAIL PROTECTED]>

PR c/21562
* gcc.c-torture/compile/pr21562.c: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.376&r2=2.7592.2.377
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.33&r2=2.33.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.339&r2=1.5084.2.340
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/pr21562.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.18.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-08-18 Thread bonzini at gcc dot gnu dot org

--- Additional Comments From bonzini at gcc dot gnu dot org  2005-08-18 
09:50 ---
Patch applied to branch for 4.0.2.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-08-05 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-05 
17:51 ---
Subject: Bug 21562

CVSROOT:/cvs/gcc
Module name:gcc
Branch: apple-local-200502-branch
Changes by: [EMAIL PROTECTED]   2005-08-05 17:51:14

Modified files:
gcc: ChangeLog.apple-ppc cfgexpand.c 

Log message:
2005-08-05  Dale Johannesen  <[EMAIL PROTECTED]>

* cfgexpand.c (construct_init_block):  Roll in fix
for PR 21562 from mainline.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.106&r2=1.1.4.107
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=2.32.6.1&r2=2.32.6.2



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-07-06 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-07-06 
17:03 ---
Postponed until 4.0.2.

-- 
   What|Removed |Added

   Target Milestone|4.0.1   |4.0.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-07-06 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-07-06 
16:15 ---
Sadly, I didn't see the last comment in this PR until after 4.0.1 RC3.

If there is a 4.0.1 RC4, this patch will be included; otherwise, it will be in
4.0.2.

-- 
   What|Removed |Added

 CC||mark at codesourcery dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-27 Thread hubicka at ucw dot cz

--- Additional Comments From hubicka at ucw dot cz  2005-06-28 01:29 ---
Subject: Re:  [4.0 Regression] Quiet bad codegen (unrolling + tail call 
interaction)

> 
> --- Additional Comments From mmitchel at gcc dot gnu dot org  2005-06-26 
> 01:53 ---
> Jan, would you please see if this patch can be easily applied to the 4.0 
> branch?
>  I'm trying to clear out the known wrong-code problems in advance of 4.0.1, 
> and
> as this is fixed on the mainline, it might be easy to fix it on the branch.

I don't think anything important changed here since 4.0, so it should
apply w/o problems...

Honza
> 
> -- 
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562
> 
> --- You are receiving this mail because: ---
> You are the assignee for the bug, or are watching the assignee.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-25 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-06-26 
01:53 ---
Jan, would you please see if this patch can be easily applied to the 4.0 branch?
 I'm trying to clear out the known wrong-code problems in advance of 4.0.1, and
as this is fixed on the mainline, it might be easy to fix it on the branch.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-07 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-07 
11:42 ---
(In reply to comment #8)
> So is this fixed now?

On the mainline yes but not on the 4.0 branch.

-- 
   What|Removed |Added

 Status|WAITING |NEW
   Last reconfirmed|2005-05-14 00:24:40 |2005-06-07 11:42:17
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562


[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-07 Thread steven at gcc dot gnu dot org

--- Additional Comments From steven at gcc dot gnu dot org  2005-06-07 
07:51 ---
So is this fixed now?

-- 
   What|Removed |Added

 Status|ASSIGNED|WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21562