Re: [PATCH] Fix note_defect3 function

2023-06-13 Thread Akari Takahashi via Gcc-patches
care of this issue. Best Regards, Takahashi Akari On Tue, Jun 13, 2023 at 10:50 PM Jeff Law wrote: > > > On 6/12/23 21:18, Akari Takahashi via Gcc-patches wrote: > > Hello, > > > > I've noticed an issue with the note_defect3 function and have prepared a > &

[PATCH] Fix note_defect3 function

2023-06-12 Thread Akari Takahashi via Gcc-patches
Hello, I've noticed an issue with the note_defect3 function and have prepared a patch to fix it. The function is missing a return statement, which is causing undefined behavior. This patch adds the missing return statement, ensuring that the function returns the correct value. Please consider

Re: [PATCH] : [gcc/config/rs600/rs6000.cc][Fix typo] Add parentheses for if statement

2022-09-10 Thread Akari Takahashi via Gcc-patches
6184 9309 E8D2 2FD4 4365 On Sun, Sep 11, 2022 at 12:28 AM Segher Boessenkool wrote: > > Hi! > > Please cc: the rs6000 maintainers on rs6000 patches. > > On Thu, Sep 08, 2022 at 08:20:07AM +0900, Akari Takahashi via Gcc-patches > wrote: > > --- a/gcc/config/rs6000/rs6

Re: [PATCH] : [gcc/config/rs600/rs6000.cc][Fix typo] Add parentheses for if statement

2022-09-08 Thread Akari Takahashi via Gcc-patches
Hello: I sent a pull request. Please review and merge. Branch name: patch/rc6000/fixtypo Log: commit d55c6c49e0f7760c0b85ee74eb9c2b4e68275a26 (HEAD -> patch/rc6000/fixtypo) Author: Takahashi Akari Date: Fri Sep 9 03:37:34 2022 +0900 [Fix typo] Add parentheses for if statement in line

[PATCH] : [gcc/config/rs600/rs6000.cc][Fix typo] Add parentheses for if statement

2022-09-07 Thread Akari Takahashi via Gcc-patches
Hello: I am very interested in GCC and have joined the FSF membership. I found a small bug in the latest source code, so I report it. Patch: [Fix typo]Add parentheses for if statement in line 18117. gcc/config/rs600/rs6000.cc Diff: -- diff --git