[Bug 736661]

2012-01-20 Thread Rsandifo-gcc
Fixed on branches and trunk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736661 Title: armel FTBFS due to compiler ICE To manage notifications about this bug go to:

[Bug 689887]

2012-01-18 Thread Rsandifo-gcc
Fixed on trunk, and not marked as a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689887 Title: armel ICE gcc 4.5 To manage notifications about this bug go to:

[Bug 823711]

2012-01-18 Thread Rsandifo-gcc
Fix applied to 4.5, 4.6 and trunk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823711 Title: libvirt version 0.9.2-4ubuntu8 failed to build on armel To manage notifications about this bug go to:

[Bug 809761]

2012-01-18 Thread Rsandifo-gcc
Fixed on trunk, and not marked as a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/809761 Title: oss4 version 4.2-build2004-1ubuntu1 failed to build on armel To manage notifications

[Bug 736661]

2012-01-13 Thread Rsandifo-gcc
Author: rsandifo Date: Fri Jan 6 14:56:46 2012 New Revision: 182955 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182955 Log: gcc/ PR middle-end/48660 * expr.h (copy_blkmode_to_reg): Declare. * expr.c (copy_blkmode_to_reg): New function. (expand_assignment):

[Bug 736661]

2012-01-13 Thread Rsandifo-gcc
Author: rsandifo Date: Fri Jan 6 14:59:47 2012 New Revision: 182956 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182956 Log: gcc/ PR middle-end/48660 * expr.h (copy_blkmode_to_reg): Declare. * expr.c (copy_blkmode_to_reg): New function. (expand_assignment):

[Bug 736661]

2011-12-23 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Dec 21 16:34:41 2011 New Revision: 182595 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182595 Log: Add reference to PR middle-end/48660 Modified: trunk/gcc/ChangeLog -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 736661]

2011-12-23 Thread Rsandifo-gcc
Fixed on trunk. I'll ask about backporting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/736661 Title: armel FTBFS due to compiler ICE To manage notifications about this bug go to:

[Bug 823708]

2011-09-07 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Sep 7 13:48:03 2011 New Revision: 178636 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178636 Log: gcc/ PR target/49030 * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare. * config/arm/arm.c (maybe_get_arm_condition_code):

[Bug 689887]

2011-09-07 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Sep 7 13:48:03 2011 New Revision: 178636 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178636 Log: gcc/ PR target/49030 * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare. * config/arm/arm.c (maybe_get_arm_condition_code):

[Bug 809761]

2011-09-07 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Sep 7 13:48:03 2011 New Revision: 178636 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178636 Log: gcc/ PR target/49030 * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare. * config/arm/arm.c (maybe_get_arm_condition_code):

[Bug 823711]

2011-08-29 Thread Rsandifo-gcc
Author: rsandifo Date: Fri Aug 26 08:32:06 2011 New Revision: 178097 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178097 Log: gcc/ PR target/50090 * config/arm/bpabi.h (RENAME_LIBRARY_SET): Delete. (RENAME_LIBRARY): Use a C-level alias instead of an assembly one.

[Bug 823711]

2011-08-29 Thread Rsandifo-gcc
Author: rsandifo Date: Fri Aug 26 08:32:06 2011 New Revision: 178097 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178097 Log: gcc/ PR target/50090 * config/arm/bpabi.h (RENAME_LIBRARY_SET): Delete. (RENAME_LIBRARY): Use a C-level alias instead of an assembly one.

[Bug 823711]

2011-08-25 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Aug 24 17:21:48 2011 New Revision: 178043 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178043 Log: libgcc/ PR target/50090 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete. (RENAME_LIBRARY): Use a C-level alias instead of an assembly

[Bug 823711]

2011-08-25 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Aug 24 17:21:48 2011 New Revision: 178043 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178043 Log: libgcc/ PR target/50090 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete. (RENAME_LIBRARY): Use a C-level alias instead of an assembly

[Bug 721531]

2011-06-30 Thread Rsandifo-gcc
Author: rsandifo Date: Mon Jun 27 09:33:06 2011 New Revision: 175427 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175427 Log: gcc/ 2011-07-24 Richard Guenther rguent...@suse.de PR tree-optimization/49169 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on

[Bug 721531]

2011-06-07 Thread Rsandifo-gcc
(In reply to comment #3) Btw, we finally should introduce a target hook for this I think. Thanks for the patch in comment #2. How strongly do you feel about the hook though? In PR35705, it sounded like a lot of targets actually need an opt-out for functions, either because of ISA encoding

[Bug 710652]

2011-04-01 Thread Rsandifo-gcc
Author: rsandifo Date: Mon Mar 28 10:22:57 2011 New Revision: 171596 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171596 Log: gcc/ PR target/47553 * config/arm/predicates.md (neon_lane_number): Accept 0..15. gcc/testsuite/ PR target/47553 *

[Bug 710652]

2011-04-01 Thread Rsandifo-gcc
Author: rsandifo Date: Mon Mar 28 10:32:09 2011 New Revision: 171597 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171597 Log: gcc/ PR target/47553 * config/arm/predicates.md (neon_lane_number): Accept 0..15. gcc/testsuite/ PR target/47553 *

[Bug 710652]

2011-04-01 Thread Rsandifo-gcc
Fixed in 4.5, 4.6 and trunk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710652 Title: ARM neon vld1q_lane_u8 co. don't accept lanes = 8 -- ubuntu-bugs mailing list

[Bug 710652]

2011-03-23 Thread Rsandifo-gcc
Author: rsandifo Date: Wed Mar 23 09:57:26 2011 New Revision: 171344 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171344 Log: gcc/ PR target/47553 * config/arm/predicates.md (neon_lane_number): Accept 0..15. gcc/testsuite/ PR target/47553 *

[Bug 710652]

2011-03-23 Thread Rsandifo-gcc
Fixed on trunk. Will backport to 4.6.1 and 4.5 once 4.6.0 is released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710652 Title: ARM neon vld1q_lane_u8 co. don't accept lanes = 8 --

[Bug 693502]

2011-03-17 Thread Rsandifo-gcc
Author: rsandifo Date: Tue Mar 15 09:38:07 2011 New Revision: 170982 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170982 Log: gcc/testsuite/ PR rtl-optimization/47166 * gcc.c-torture/execute/postmod-1.c: New test. Added:

[Bug 693502]

2011-03-14 Thread Rsandifo-gcc
Author: rsandifo Date: Mon Mar 14 13:46:12 2011 New Revision: 170939 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170939 Log: gcc/testsuite/ PR rtl-optimization/47166 * gcc.c-torture/execute/postmod-1.c: New test. Added:

[Bug 693502]

2011-03-14 Thread Rsandifo-gcc
Author: rsandifo Date: Mon Mar 14 13:48:46 2011 New Revision: 170940 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170940 Log: gcc/testsuite/ PR rtl-optimization/47166 * gcc.c-torture/execute/postmod-1.c: New test. Added: