Re: RFC: Make dllimport/dllexport imply default visibility

2007-07-01 Thread Geoffrey Keating
Mark Mitchell <[EMAIL PROTECTED]> writes: > But, the visibility attribute is only specified in terms of its effects > on ELF symbols, not as having C++ semantics per se. [Sorry I'm so late with this reply; I've been busy and am behind on reading mailing lists.] The documentation for the visibili

Re: read source input file

2007-07-01 Thread Daniel Jacobowitz
On Sun, Jul 01, 2007 at 06:50:09PM -0700, Ian Lance Taylor wrote: > > Also the output must be written to a > > string. > > That would be more difficult. The output is written in many different > places. Probably the only way to do with without a lot of hackery > would be to somehow invent a FILE

Re: read source input file

2007-07-01 Thread Ian Lance Taylor
dodegy <[EMAIL PROTECTED]> writes: > I have a little question. I need to know where in the gcc source the > functions for reading input source files are. I want to substitute this to > use a fix string instead reading file. Look at libcpp/files.c. > Also the output must be written to a > string.

Re: [ARM] Cirrus EP93xx Maverick Crunch Support - CC modes / condexec / CC_REGNUM

2007-07-01 Thread gcc
On Fri, 29 Jun 2007 13:31:13 +0200, "Rask Ingemann Lambertsen" <[EMAIL PROTECTED]> said: > On Fri, Jun 29, 2007 at 11:43:49AM +1000, Hasjim Williams wrote: > > The only problem would be, is that anything that clobbers CC_REGNUM > > needs to clobber CC_REGNUM_MAVERICK too (and vice-versa), since ev

read source input file

2007-07-01 Thread dodegy
Hi there, I have a little question. I need to know where in the gcc source the functions for reading input source files are. I want to substitute this to use a fix string instead reading file. Also the output must be written to a string. Is it possible to compile a fix source string without a fi