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]

Re: [PATCH] PR25765, fix function epilogue on i386-apple-darwin



On Jun 29, 2006, at 11:39 AM, Asher Langton wrote:
The attached patch fixes PR25765, a gfortran regression on i386- apple-darwin. It's exactly the same fix Geoffrey Keating submitted for rs6000.c a couple of years ago:

http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02517.html

I bootstrapped and regression tested this with C, C++, and Fortran on i386-apple-darwin. Fortran now passes make check; C and C++ have the same failures with or without the patch.

Okay for trunk and 4.1?

(This is Darwin specific, so I can approve it.) OK.


-Asher


2006-06-29 Asher Langton <langton2@llnl.gov>


	* config/i386/i386.c (ix86_output_function_epilogue): Don't
	insert a label at the end of an function under Mach-O.
<i386.diff>


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