[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P1


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-15 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

--- Comment #5 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-15 
16:32:23 UTC ---
Author: jamborm
Date: Mon Nov 15 16:32:18 2010
New Revision: 166759

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166759
Log:
2010-11-15  Martin Jambor  mjam...@suse.cz

PR tree-optimization/46349
* tree-sra.c (contains_bitfld_comp_ref_p): New function.
(contains_vce_or_bfcref_p): Likewise.
(sra_modify_assign): Use them.

* testsuite/gnat.dg/opt9.adb: New file.
* testsuite/gnat.dg/opt9_pkg.ads: Likewise


Added:
trunk/gcc/testsuite/gnat.dg/opt9.adb
trunk/gcc/testsuite/gnat.dg/opt9_pkg.ads
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-sra.c


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-15 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

Martin Jambor jamborm at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #6 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-15 
16:36:52 UTC ---
Fixed.


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-10 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

--- Comment #4 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-10 
12:24:05 UTC ---
Patch posted to the mailing list:

http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01013.html


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-09 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |4.6.0


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-09 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

Martin Jambor jamborm at gcc dot gnu.org changed:

   What|Removed |Added

 CC||jamborm at gcc dot gnu.org
 AssignedTo|unassigned at gcc dot   |jamborm at gcc dot gnu.org
   |gnu.org |

--- Comment #3 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-09 
14:33:25 UTC ---
Mine.


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

--- Comment #1 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-11-07 
19:45:50 UTC ---
Created attachment 22310
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22310
Testcase, file #1


[Bug tree-optimization/46349] [4.6 regression] incorrect scalarization

2010-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46349

--- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-11-07 
19:46:51 UTC ---
Created attachment 22311
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22311
Testcase, file #2