[PATCH] Fix PR optimization/8275

Eric Botcazou ebotcazou@libertysurf.fr
Sat Nov 23 08:17:00 GMT 2002


Hi,

This is a regression from gcc 3.0.x on gcc-3_2-branch, which was fixed on 
mainline by:

http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01150.html

Bootstrapped/regtested on i586-redhat-linux-gnu (c,c++,objc,f77).
OK to commit ? OK to install the testcase on mainline as well ?

-- 
Eric Botcazou


2002-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>

	PR optimization/8275

	Merge from mainline:
	2002-09-19  Dale Johannesen <dalej@apple.com>

	* combine.c (make_extraction): Don't create
	invalid subreg.


2002-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.c-torture/compile/20021123-5.c: New test.


/* PR optimization/8275 */
/* Contributed by Volker Reichelt. */

unsigned int foo (unsigned int u)
{
  return (u >> 32) & 0xffff;
} 



More information about the Gcc-patches mailing list