This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32194] [4.3 Regression] ice for legal code with -O3 with complex in loop
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2007 06:26:16 -0000
- Subject: [Bug tree-optimization/32194] [4.3 Regression] ice for legal code with -O3 with complex in loop
- References: <bug-32194-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-03 06:26 -------
real8 D.1040;
complex8 D.1050;
D.1050 = D.1040;
This is caused by the predictive commoning optimization.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rakdver at gcc dot gnu dot
| |org
Component|fortran |tree-optimization
GCC host triplet|suse-linux-x86_64 |
Keywords| |ice-on-valid-code
Summary|ice for legal code with -O3 |[4.3 Regression] ice for
| |legal code with -O3 with
| |complex in loop
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32194