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: Set proper defaults for i386 on x86-64 compiler


On Thu, Oct 31, 2002 at 08:57:40AM +0100, Jan Hubicka wrote:
> 	* i386.c (override_options): Set defaults for flag_omit_frame_pointer,
> 	flag_asynchronous_unwind_tables, flag_pcc_struct_return.
> 	* i386.c (optimization_options): Set flag_omit_frame_pointer,
> 	flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.

Ok.

> +   if (profile_flag)
> +     flag_omit_frame_pointer = 0;

Incidentally, I think it'd be cleaner to do this in 
ix86_frame_pointer_required.



r~


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