[Bug 1263576]

2014-02-09 Thread Ramana-gcc
Fixed now presumably. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263576 Title: coinor-osi fails to build from source on arm64 (but did succeed before) To manage notifications about this bug g

[Bug 838994]

2013-08-06 Thread Ramana-gcc
*** Bug 54473 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838994 Title: ICE building perl w/ -marm To manage notifications about this bug go to: ht

[Bug 1194501]

2013-07-26 Thread Ramana-gcc
http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00672.html http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00671.html http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00670.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1194501]

2013-07-12 Thread Ramana-gcc
confirmed. mine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194501 Title: [ 4.8 Linaro regression] ICE on gcc-4.8 building kde4libs To manage notifications about this bug go to: https://bugs.la

[Bug 1049614]

2012-12-12 Thread Ramana-gcc
Matt, Are you planning on backporting this to 4.7 ? regards Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049614 Title: Assembler messages with -O0: Error: offset out of range To manage n

[Bug 838994]

2012-11-30 Thread Ramana-gcc
*** Bug 52855 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838994 Title: ICE building perl w/ -marm To manage notifications about this bug go to: ht

[Bug 1045879]

2012-09-06 Thread Ramana-gcc
Problem is because the input is invalid . We just end up generating ldrex r0, [r1, #-24] . asm volatile( "movw %1, #1\n\t" "ldrex %2, %0\n\t" "cmp %3, %2\n\t" "bne.n 0f\n\t" "strex %1, %4, %0\n\t" "0:" : "+m"(*location), "=&r"(result),

[Bug 721531]

2012-08-06 Thread Ramana-gcc
This should be marked FIXED as of 4.7.0 . Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721531 Title: [armel] gcc computes wrong address for main() at build time To manage notifications abo

[Bug 836588]

2012-01-28 Thread Ramana-gcc
Author: ramana Date: Wed Jan 25 08:52:39 2012 New Revision: 183512 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183512 Log: 2012-01-25 Ramana Radhakrishnan PR rtl-optimization/48308 * combine.c (enum undo_kind): Add UNDO_LINKS. (struct undo): Add member l to o

[Bug 836588]

2012-01-14 Thread Ramana-gcc
(In reply to comment #14) > Note, can't be reproduced on the trunk, the strcmp isn't DCEd there, but guess > the problem is just latent there. Latent still in trunk with the testcase - you can try it with -fdbg- cnt=cprop:0 with the first reduced testcase and you should be able to see the same beh

[Bug 836588]

2012-01-14 Thread Ramana-gcc
(In reply to comment #14) > Note, can't be reproduced on the trunk, the strcmp isn't DCEd there, but guess > the problem is just latent there. > > It looks like a target bug to me. Before RTL loop opts we have: > (insn 91 90 92 13 (set (reg:SI 167) > (unspec:SI [ > (const:

[Bug 836588]

2011-11-02 Thread Ramana-gcc
(In reply to comment #12) > Please tell me this bug is fixed in gcc 4.6.2 release? If this is fixed in > gcc4.6.2 release can I use the fix patch into gcc 4.6-linaro? > > Thanks & Regards, > Madhu This has not been fixed yet. That's evident from the status of the bug. Ramana -- You received t

[Bug 838994]

2011-10-01 Thread Ramana-gcc
Author: ramana Date: Fri Sep 30 09:36:43 2011 New Revision: 179378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179378 Log: Fix PR target/50099 Added: trunk/gcc/testsuite/gcc.target/arm/pr50099.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.md trunk/gcc/config

[Bug 836588]

2011-09-13 Thread Ramana-gcc
Looks like a DUP of PR48308. *** This bug has been marked as a duplicate of bug 48308 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836588 Title: armel FTBFS with gcc 4.5 org 4.6 O2 and fPIC T

[Bug 838994]

2011-09-07 Thread Ramana-gcc
Oh fun - I posted a patch about 2 hours after you put yours here :) Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838994 Title: ICE building perl w/ -marm To manage notifications about this

[Bug 791327]

2011-07-12 Thread Ramana-gcc
Fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791327 Title: codeblocks version 10.05-2 failed to build on armel To manage notifications about this bug go to: https://bugs.launchpad.net/gcc/+

[Bug 791327]

2011-07-12 Thread Ramana-gcc
Author: ramana Date: Wed Jul 6 12:38:26 2011 New Revision: 175911 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175911 Log: 2011-07-06 Ramana Radhakrishnan Backport from mainline. 2011-06-24 Ramana Radhakrishnan PR target/49335 * config/arm/predic

[Bug 791327]

2011-06-25 Thread Ramana-gcc
Author: ramana Date: Fri Jun 24 13:15:08 2011 New Revision: 175375 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175375 Log: Fix PR target/49335 2011-06-24 Ramana Radhakrishnan PR target/49335 * config/arm/predicates.md (add_operator): New. * config/arm/arm.md

[Bug 723086]

2011-04-18 Thread Ramana-gcc
Patch posted here and waiting for feedback. http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00540.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723086 Title: GCC 4.5 20110221 test regressions --

[Bug 723086]

2011-04-11 Thread Ramana-gcc
Adding bernds to the CC . Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723086 Title: GCC 4.5 20110221 test regressions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lis

[Bug 659713]

2011-04-07 Thread Ramana-gcc
*** Bug 46548 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/659713 Title: upstream 4.6 armel build failures 20101012 -- ubuntu-bugs mailing list ubu

[Bug 730440]

2011-03-17 Thread Ramana-gcc
(In reply to comment #7) > AFAICS, however, pr47688.c is still there. I think I managed to delete it now even though I did do a svn rename. Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730440

[Bug 730440]

2011-03-17 Thread Ramana-gcc
Author: ramana Date: Tue Mar 15 19:59:25 2011 New Revision: 171017 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171017 Log: Fix PR target/46788 Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr46788.c - copied unchanged from r171005, trunk/gcc/testsuite/gcc.targ

[Bug 730440]

2011-03-17 Thread Ramana-gcc
(In reply to comment #5) > Author: ramana > Date: Tue Mar 15 17:05:51 2011 > New Revision: 171002 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171002 > Log: > > Fixup last commit. > > Fixed PR target/46788 and not PR 47688 > > > Added: > trunk/gcc/testsuite/gcc.target/arm/pr46

[Bug 730440]

2011-03-17 Thread Ramana-gcc
Author: ramana Date: Tue Mar 15 17:05:51 2011 New Revision: 171002 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171002 Log: Fixup last commit. Fixed PR target/46788 and not PR 47688 Added: trunk/gcc/testsuite/gcc.target/arm/pr46788.c - copied unchanged from r171001, trunk/g

[Bug 659713]

2011-03-11 Thread Ramana-gcc
Fixed. Ramana -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/659713 Title: upstream 4.6 armel build failures 20101012 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.