Re: [Bug target/90513] asm thunks do not work on PowerPC64/VxWorks (kernel mode)

2019-06-11 Thread Umesh Kalappa
Hi Segher , We would like to know comments on the below proposed change ? Thank you ~Umesh On Tue, Jun 11, 2019 at 10:23 PM umesh.kalappa0 at gmail dot com wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90513 > > --- Comment #17 from Umesh Kalappa --- > the f

Re: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589

2018-11-29 Thread Umesh Kalappa
you ~Umesh On Fri, Nov 23, 2018 at 3:56 PM Umesh Kalappa wrote: > > Hi Richard, > > for the subjected issue , we found few suggestions to handle the issue like > > 1. be more conservative(target specific) and defining the peephole in > the md file to handle the patterns like a

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589

2018-11-23 Thread Umesh Kalappa
Hi Richard, for the subjected issue , we found few suggestions to handle the issue like 1. be more conservative(target specific) and defining the peephole in the md file to handle the patterns like add,shl and movl to "shlq and movl" 2. like you mentioned in fwprop/combiner . we would like

Re: [Bug c++/52869] [DR 1207] "this" not being allowed in noexcept clauses

2018-11-12 Thread Umesh Kalappa
Hi Jason /Nathan , We are able to fix the below issue and would like to hear any comments / suggestions will be appreciated. Thank you ~Umesh On Mon, Nov 12, 2018 at 5:07 PM umesh.kalappa0 at gmail dot com wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52869 > > U

PIE/PIC issue ...w.r.t linker variable

2016-02-12 Thread Umesh Kalappa
Hi Guys , we do have a issue with below code ,When we enabled the pie (-fpie/pie) option i.e main.c extern int *my_ptr ; int main() { return *my_ptr; } foo.s .syntax unified .cpu cortex-m0 .fpu softvfp .thumb .global my_ptr .global my_var .data .align 2 .type