On 18 April 2007 06:04, David Daney wrote:
> Diego Novillo wrote:
>> J.C. Pizarro wrote on 04/17/07 21:48:
>>
>>
>>> The visual representation in HTML is more effective for humans than in
>>> text.
>>>
>>
>> No. Heck, no.
>>
> I agree. PDF is clearly superior ;-)
>
> J.C., Please submit a
Hello guys,
Recently, on comp.sys.prime a PRIMOS emulator was announced. It is for
quite an old version of Primos (rev 19.2) before Prime puts its weight
behind an official C compiler. We on this ng are trying to track down an
unofficial C compiler that was around at that time. But someone
suggest
On 18 April 2007 10:29, Andrew Marlow wrote:
> Recently, on comp.sys.prime a PRIMOS emulator was announced. It is for
> quite an old version of Primos (rev 19.2) before Prime puts its weight
> behind an official C compiler. We on this ng are trying to track down an
> unofficial C compiler that was
Dave Korn wrote:
> On 18 April 2007 10:29, Andrew Marlow wrote:
>
>> Recently, on comp.sys.prime a PRIMOS emulator was announced. It is
>> for quite an old version of Primos (rev 19.2) before Prime puts its
>> weight behind an official C compiler. We on this ng are trying to
>> track down an un
On 18 April 2007 11:00, Andrew Marlow wrote:
[ list Cc'd back in as I see you sent this reply there as well as off-list ]
>> But the
>> odds of some random gcc hacker with no special interest in
>> PRIMOS suddenly deciding to volunteer that amount of time and
>> effort for no reason are ... small
16 Apr 2007 16:50:03 -0600, Tom Tromey <[EMAIL PROTECTED]>:
> "Dave" == Dave Korn <[EMAIL PROTECTED]> writes:
Dave> The definition of _EXFUN in mprec.h is unconditionally:
Dave> #define _EXFUN(name, proto) name proto
libjava, and subsequently Classpath, imported an old version
On 18 April 2007 11:41, Christian Joensson wrote:
> 16 Apr 2007 16:50:03 -0600, Tom Tromey <[EMAIL PROTECTED]>:
>>> "Dave" == Dave Korn <[EMAIL PROTECTED]> writes:
>>
>> Dave> The definition of _EXFUN in mprec.h is unconditionally:
>> Dave> #define _EXFUN(name, proto) name proto
On 18 April 2007 09:00, François-Xavier Coudert wrote:
> [ http://gcc.gnu.org/ml/gcc/2007-04/msg00145.html ]
>> I'm starting to look into it now.
>
> ping? FWIW, bootstrap looks still broken...
>
> Could you propose a patch, disable decimal float for i[345]86-linux,
> revert your original patch
Dave Korn wrote:
I think we should output the tree dumps in a combination of active JAXML
that lets you edit fonts and typestyles in real time, with embedded VRML so
that you can fly round a three-dimensional forest full of SSA trees rendered
in real time.
It would be nice if you could c
On 18 April 2007 12:35, Robert Dewar wrote:
> Dave Korn wrote:
>
>> I think we should output the tree dumps in a combination of active JAXML
>> that lets you edit fonts and typestyles in real time, with embedded VRML so
>> that you can fly round a three-dimensional forest full of SSA trees
>> r
On Wednesday 18 April 2007 00:19, FX Coudert wrote:
> Someone reported on bug on a trivial statically-linked Fortran progam
> with OpenMP and a I/O operation. I can reproduce the segfault, which
> happens at:
>...
> Andrew suggested on bugzilla that this might be a GLIBC issue (I use
> glibc-2.4 fr
On Wed, Apr 18, 2007 at 02:38:24PM +0100, Paul Brook wrote:
> On Wednesday 18 April 2007 00:19, FX Coudert wrote:
> > Someone reported on bug on a trivial statically-linked Fortran progam
> > with OpenMP and a I/O operation. I can reproduce the segfault, which
> > happens at:
> >...
> > Andrew sugg
Hi ,
I am working on integrating a private port into the Dataflow branch and
am running into a couple of issues with ICEs in global.c . The ICE is
at gcc_assert ( REGS_LIVE (i)) at line 534 in global_alloc in
global.c ..
However because of the way we generate calls in the backend with an
extra
On Wed, 2007-04-18 at 19:54 +0530, Ramana Radhakrishnan wrote:
> Hi ,
>
> I am working on integrating a private port into the Dataflow branch and
> am running into a couple of issues with ICEs in global.c . The ICE is
> at gcc_assert ( REGS_LIVE (i)) at line 534 in global_alloc in
> global.c ..
Ramana Radhakrishnan wrote:
> Hi ,
>
> I am working on integrating a private port into the Dataflow branch and
> am running into a couple of issues with ICEs in global.c . The ICE is
> at gcc_assert ( REGS_LIVE (i)) at line 534 in global_alloc in
> global.c ..
>
> However because of the way we g
On Wed, 2007-04-18 at 10:35 -0400, Kenneth Zadeck wrote:
> Ramana Radhakrishnan wrote:
> > Hi ,
> >
> > I am working on integrating a private port into the Dataflow branch and
> > am running into a couple of issues with ICEs in global.c . The ICE is
> > at gcc_assert ( REGS_LIVE (i)) at line 534
On 18 Apr 2007, at 15:38, Paul Brook wrote:
On Wednesday 18 April 2007 00:19, FX Coudert wrote:
Someone reported on bug on a trivial statically-linked Fortran progam
with OpenMP and a I/O operation. I can reproduce the segfault, which
happens at:
...
Andrew suggested on bugzilla that this migh
2007/4/18, J.C. Pizarro <[EMAIL PROTECTED]> wrote:
Hello,
i've an idea to improve the report of -fdump-tree- using the HTML
format for its output.
I recommend XHTML-1.0 (26-Jan-2000) from http://www.w3.org/TR/xhtml1/
Note: HTML-4.01 (24-Dec-1999) from http://www.w3.org/TR/html401/
is very
Hi
Can some one tell me if gcc preprocessor can support in some way
the following
features
1. Repeating a block a certain number of times
2. Multiline macros with new lines
3. Setting a symbolic constant inside a #define
thanks
dz
On Wed, Apr 18, 2007 at 09:07:07PM -0400, drizzle drizzle wrote:
> Can some one tell me if gcc preprocessor can support in some way
> the following
> features
You are asking a beginner C programming question. gcc's preprocessor
does what standard C preprocessors do.
On Apr 18, 2007, at 12:38 AM, Dave Korn wrote:
I think we should output the tree dumps in a combination of active
JAXML that lets you edit fonts and typestyles in real time, with
embedded VRML so that you can fly round a three-dimensional forest
full of SSA trees rendered in real time.
I d
On 4/18/07, Mike Stump <[EMAIL PROTECTED]> wrote:>
I disagree. VRML sucks, I have patches to pump the data into a doom
engine and then you can wonder around and fire your weapons at the
SSA trees to explore them, works much better in my experience.
Can I suggest Collada (http://collada.org/)
22 matches
Mail list logo