https://sourceware.org/bugzilla/show_bug.cgi?id=19935
--- Comment #3 from Mike Frysinger ---
(In reply to Oleg Endo from comment #2)
sorry, i thought you were saying 2.26 wasn't working. i don't think there's
any significant differences between 2.26 and master wrt the sim. but if you
could bis
On Fri, Apr 08, 2016 at 06:25:23PM +0200, Albert Netymk wrote:
> test.c
> ```
> void my_fun(int *arr, int N)
> {
> int sum = 0;
> for (int i = 0; i < N; ++i) {
> sum += arr[i];
> }
> }
>
> int main(void)
> {
> return 0;
> }
> ```
> clang -c -g test.c ; objdump -S test.o > t
https://sourceware.org/bugzilla/show_bug.cgi?id=19935
--- Comment #2 from Oleg Endo ---
(In reply to Mike Frysinger from comment #1)
> does binutils 2.25 work ?
AFAIR yes. Before updating I was using 2.25-something and it was OK. 2.26
also looks OK.
> could you perhaps bisect the two ?
Yep.
https://sourceware.org/bugzilla/show_bug.cgi?id=19935
--- Comment #1 from Mike Frysinger ---
does binutils 2.25 work ? could you perhaps bisect the two ?
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mai
https://sourceware.org/bugzilla/show_bug.cgi?id=19935
Oleg Endo changed:
What|Removed |Added
Target||sh*-*-*
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=19935
Bug ID: 19935
Summary: [SH] Lots of new failures in GCC testsuite
Product: binutils
Version: 2.27 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: