This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.1.1] Re: GCC performance regression - its memset!


> Tue Apr 23 11:48:53 CEST 2002  Jan HUbicka  <jh@suse.cz>
> 	* i386.c (ix86_expand_clrstr): Fix pasto.

I believe this patch will fix optimization/6703:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6703

It also fixes a miscompilation of mozilla bug #145267:
http://bugzilla.mozilla.org/show_bug.cgi?id=145267

BTW, I had a few more testsuite failures when I added this patch.
I'm not sure if it's related though...  anyone else get these errors?

- Glen Nakamura


Test Run By glen on Sun May 19 21:00:16 2002
Native configuration is i586-pc-linux-gnu

		=== gcc tests ===

Schedule of variations:
    unix

Running target unix
FAIL: gcc.c-torture/execute/20020402-1.c execution,  -Os
FAIL: gcc.c-torture/execute/loop-2e.c execution,  -Os
FAIL: gcc.c-torture/execute/loop-3c.c execution,  -Os
FAIL: gcc.dg/format/c90-scanf-1.c writing into NULL (test for warnings, line 118)
FAIL: gcc.dg/format/c90-scanf-1.c (test for excess errors)
FAIL: gcc.dg/format/c99-printf-1.c %hhn unsigned char (test for warnings, line 196)
FAIL: gcc.dg/format/c99-printf-1.c (test for excess errors)
FAIL: gcc.dg/format/ext-3.c bad %-_ (test for warnings, line 211)
FAIL: gcc.dg/format/ext-3.c bad %-0 (test for warnings, line 212)
FAIL: gcc.dg/format/ext-3.c bad %_0 (test for warnings, line 213)
FAIL: gcc.dg/format/ext-3.c bad %^# (test for warnings, line 215)
FAIL: gcc.dg/format/ext-3.c (test for excess errors)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]