This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12419] [3.3/3.4 Regression] Performace regression: poor optimization of const memory
- 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: 29 Sep 2003 22:51:10 -0000
- Subject: [Bug optimization/12419] [3.3/3.4 Regression] Performace regression: poor optimization of const memory
- References: <20030926105501.12419.aph@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12419
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-29 22:51 -------
The reason why you get different results between using gcc and cc1 now is because the way the
default target (i686 vs. i386) is handled now.