Hi Chung-Ju Wu, >> Refer to https://gcc.gnu.org/bugs/ for the details. Thank you for this pointer. I have re-built toolchain with these changes, and I am getting expected results. I have created and post patch on FSF for review. You may refer the same from given below link, https://gcc.gnu.org/ml/gcc-patches/2014-06/msg00938.html I appreciated for your help. Regards, Sandeep Kumar Singh Senior Technical member staff, AESBU - Infotainment & Clusters KPIT Technologies Limited Phone: +91-20-66525000 | cell: +91-9730704579 > -----Original Message----- > From: Chung-Ju Wu [mailto:jasonwucj@xxxxxxxxx] > Sent: Monday, June 09, 2014 3:25 PM > To: Sandeep Kumar Singh > Cc: gcc-help@xxxxxxxxxxx; nick clifton > Subject: Re: [RX] : Wrong alignment of falign-labels=n > > 2014-06-09 16:43 GMT+08:00 Sandeep Kumar Singh > <Sandeep.Singh2@xxxxxxxx>: > > Hi Chung-Ju Wu, > > > >>> You can try to use align_labels_log to see if it generates > [snip] > > > > It seems wrong implementation of option '-falign-labels=n' for RX target. > > Additionally, options 'align_labels_log' '-falign_labels_log', is showing below > error, > > 'unrecognized command line option' > > > > Is anything I am doing wrong? > > Sorry I should have described "use align_labels_log" more clearly. > > What I meant is to modify LABEL_ALIGN(x) in gcc/config/rx/rx.h like this: > > #define LABEL_ALIGN(x) \ > (align_labels_log ? align_labels_log : rx_align_for_label (x, 3)) > > and then rebuild your RX gcc to test it. > > Besides, you can also create a bugzilla issue. > Refer to https://gcc.gnu.org/bugs/ for the details. > > > > > I appreciated for further help. > > > > Regards, > > Sandeep Kumar Singh > > Best regards, > jasonwucj