Re: GCC Runtime Library Exception in gcc/config/* files?

2017-08-02 Thread Jeff Law
On 07/21/2017 12:14 PM, Georg-Johann Lay wrote: > Sebastian Huber schrieb: >> Hello, >> >> there are some files in gcc/config/* that contain the GCC Runtime >> Library Exception >> >> grep -r --include='*.[ch]' 'GCC Runtime Library Exception' -l >> gcc/config | wc >> 186 1865361 >> >> a

Re: GCC Runtime Library Exception in gcc/config/* files?

2017-07-21 Thread Georg-Johann Lay
Sebastian Huber schrieb: Hello, there are some files in gcc/config/* that contain the GCC Runtime Library Exception grep -r --include='*.[ch]' 'GCC Runtime Library Exception' -l gcc/config | wc 186 1865361 and some files that don't include it grep -r --include='*.[ch]' 'GCC Ru

Re: GCC Runtime Library Exception in gcc/config/* files?

2017-07-21 Thread Jakub Jelinek
On Fri, Jul 21, 2017 at 03:58:35PM +0200, Sebastian Huber wrote: > > > Does it matter? What should be used for new files? > > I think that in general we should probably use the Runtime Library > > Exception for header files that might need to be included by a plugin, > > which means anything that m

Re: GCC Runtime Library Exception in gcc/config/* files?

2017-07-21 Thread Sebastian Huber
On 21/07/17 15:50, Ian Lance Taylor wrote: On Fri, Jul 21, 2017 at 2:24 AM, Sebastian Huber wrote: there are some files in gcc/config/* that contain the GCC Runtime Library Exception grep -r --include='*.[ch]' 'GCC Runtime Library Exception' -l gcc/config | wc 186 1865361 and s

Re: GCC Runtime Library Exception in gcc/config/* files?

2017-07-21 Thread Ian Lance Taylor via gcc
On Fri, Jul 21, 2017 at 2:24 AM, Sebastian Huber wrote: > > there are some files in gcc/config/* that contain the GCC Runtime Library > Exception > > grep -r --include='*.[ch]' 'GCC Runtime Library Exception' -l gcc/config | > wc > 186 1865361 > > and some files that don't include it >

Re: GCC Runtime Library Exception

2009-02-02 Thread Joe Buck
On Mon, Feb 02, 2009 at 02:00:33PM -0800, Florian Weimer wrote: > * Ian Lance Taylor: > > > After the e-mail flurry, here is my personal summary of the issues > > regarding the GCC Runtime Library Exception > > (http://www.gnu.org/licenses/gcc-exception.html). > > Thanks! > > > One way to reso

Re: GCC Runtime Library Exception

2009-02-02 Thread Florian Weimer
* Ian Lance Taylor: > After the e-mail flurry, here is my personal summary of the issues > regarding the GCC Runtime Library Exception > (http://www.gnu.org/licenses/gcc-exception.html). Thanks! > One way to resolve this might be to say that a compilation process > is Eligible so long as the

Re: GCC Runtime Library Exception

2009-01-30 Thread Ian Lance Taylor
Sebastian Redl writes: > Ian Lance Taylor wrote: >> LLVM byte code is generated by LLVM, not gcc. The question here is >> whether it is desirable to permit using LLVM to generate LLVM byte >> code and to then use GCC to turn that byte code into machine code. >> (It will not be desirable

Re: GCC Runtime Library Exception

2009-01-30 Thread Sebastian Redl
Ian Lance Taylor wrote: > LLVM byte code is generated by LLVM, not gcc. The question here is > whether it is desirable to permit using LLVM to generate LLVM byte > code and to then use GCC to turn that byte code into machine code. > (It will not be desirable to apply the exception if GCC i