This is the mail archive of the gcc@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: TARGET_SCHED_PROLOG defined twice


On Wed, 2006-10-18 at 10:02 +0200, Marcin Dalecki wrote:
> Looking at rs6000.opt I have found that the above command line switch  
> variable is defined TWICE:
> 
> msched-prolog
> Target Report Var(TARGET_SCHED_PROLOG) Init(1)
> Schedule the start and end of the procedure
> 
> msched-epilog
> Target Undocumented Var(TARGET_SCHED_PROLOG) VarExists
> 
> This appears of course to be wrong.

Did you miss VarExists part of line?

Thanks,
Andrew Pinski


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