Re: [arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2016-11-22 Thread Thomas Preudhomme
es-ow...@gcc.gnu.org [mailto:gcc-patches- ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme Sent: Wednesday, December 16, 2015 7:59 PM To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; Kyrylo Tkachov Subject: [PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs Cu

Re: [arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2016-05-04 Thread Thomas Preudhomme
On Friday 29 April 2016 16:07:23 Kyrill Tkachov wrote: > > Ok for trunk. > Thanks, > Kyrill Committed with the following obvious fix: > > >>> diff --git a/gcc/config.gcc b/gcc/config.gcc > >>> index 59aee2c..be3c720 100644 > >>> --- a/gcc/config.gcc > >>> +++ b/gcc/config.gcc > >>> @@ -3772,3

Re: [arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2016-04-29 Thread Kyrill Tkachov
es-ow...@gcc.gnu.org [mailto:gcc-patches- ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme Sent: Wednesday, December 16, 2015 7:59 PM To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; Kyrylo Tkachov Subject: [PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs Cu

Re: [arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2016-04-29 Thread Jasmin J.
g] On Behalf Of Thomas Preud'homme Sent: Wednesday, December 16, 2015 7:59 PM To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; Kyrylo Tkachov Subject: [PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs Currently in config.gcc, only the first multilib in a multilib

Re: [arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2016-04-27 Thread Thomas Preudhomme
gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > > ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme > > Sent: Wednesday, December 16, 2015 7:59 PM > > To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; > > Kyrylo Tkachov > > Subject: [PATCH, GCC/

[arm-embedded][PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2015-12-17 Thread Thomas Preud'homme
7:59 PM > To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; > Kyrylo Tkachov > Subject: [PATCH, GCC/ARM, 2/3] Error out for incompatible ARM > multilibs > > Currently in config.gcc, only the first multilib in a multilib list is > checked for > validity and

[PATCH, GCC/ARM, 2/3] Error out for incompatible ARM multilibs

2015-12-16 Thread Thomas Preud'homme
Currently in config.gcc, only the first multilib in a multilib list is checked for validity and the following elements are ignored due to the break which only breaks out of loop in shell. A loop is also done over the multilib list elements despite no combination being legal. This patch rework th