search for: flag_pcc_struct_return

Displaying 2 results from an estimated 2 matches for "flag_pcc_struct_return".

2010 Aug 16
3
[LLVMdev] -fomit-frame-pointer on intel darwin
...- /* Mach-O doesn't support omitting the frame pointer for now. */ if (flag_omit_frame_pointer == 2) - flag_omit_frame_pointer = (TARGET_MACHO ? 0 : 1); + flag_omit_frame_pointer = 1; if (flag_asynchronous_unwind_tables == 2) flag_asynchronous_unwind_tables = 1; if (flag_pcc_struct_return == 2) @@ -3288,10 +3287,8 @@ { if (flag_zee == 2) flag_zee = 0; - /* Mach-O doesn't support omitting the frame pointer for now. */ if (flag_omit_frame_pointer == 2) - flag_omit_frame_pointer = - (TARGET_MACHO ? 0 : !(USE_IX86_FRAME_POINTER || optimize_size));...
2011 Apr 07
0
[LLVMdev] dragonegg-2.9 build fail
...4.5.2/plugin/include/tree.h:3358: error: field 'opts' has incomplete type In file included from /sw/src/fink.build/dragonegg-gcc45-2.9-1/dragonegg-2.9/Backend.cpp:65: /sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.5.0/4.5.2/plugin/include/options.h:258: error: previous declaration of 'int flag_pcc_struct_return' with 'C++' linkage /sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.5.0/4.5.2/plugin/include/flags.h:164: error: conflicts with new declaration with 'C' linkage /sw/lib/gcc4.5/lib/gcc/x86_64-apple-darwin10.5.0/4.5.2/plugin/include/options.h:166: error: previous declaration of '...