From: Jakub Jelinek Date: Sat, 6 Dec 2008 12:47:51 +0000 (+0100) Subject: i386.c (override_options): Use CPU_AMDFAM10 instead of PROCESSOR_AMDFAM10 for barcelo... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6612aaaeeea5df45e30c1a6b53b9711836a4e77c;p=platform%2Fupstream%2Fgcc.git i386.c (override_options): Use CPU_AMDFAM10 instead of PROCESSOR_AMDFAM10 for barcelona's schedule. * config/i386/i386.c (override_options): Use CPU_AMDFAM10 instead of PROCESSOR_AMDFAM10 for barcelona's schedule. From-SVN: r142522 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89d28bc..9e37e7f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2008-12-06 Jakub Jelinek + * config/i386/i386.c (override_options): Use CPU_AMDFAM10 + instead of PROCESSOR_AMDFAM10 for barcelona's schedule. + PR middle-end/38422 * fold-const.c (fold_unary) : Don't convert MULT_EXPR operands to mult_type if it isn't narrower than op0's type. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 7f806d4..f83ed7e 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2571,7 +2571,7 @@ override_options (bool main_args_p) {"amdfam10", PROCESSOR_AMDFAM10, CPU_AMDFAM10, PTA_64BIT | PTA_MMX | PTA_3DNOW | PTA_3DNOW_A | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSE4A | PTA_CX16 | PTA_ABM}, - {"barcelona", PROCESSOR_AMDFAM10, PROCESSOR_AMDFAM10, + {"barcelona", PROCESSOR_AMDFAM10, CPU_AMDFAM10, PTA_64BIT | PTA_MMX | PTA_3DNOW | PTA_3DNOW_A | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSE4A | PTA_CX16 | PTA_ABM}, {"generic32", PROCESSOR_GENERIC32, CPU_PENTIUMPRO,