Re: [help-texinfo] Re: small font in gcc online docs

2008-11-04 Thread Himanshu
2008/11/3 Karl Berry <[EMAIL PROTECTED]>: >>> I noticed that in the default Firefox3 configuration on my 1280x1024 > display >>> your code samples on this page are tiny, and v.hard to read: >>> >>> http://gcc.gnu.org/onlinedocs/gcc/Inline.html > > I'd like to hear from other people

Parma Polyhedra Library 0.10

2008-11-04 Thread Roberto Bagnara
It has been released: see http://www.cs.unipr.it/pipermail/ppl-announce/2008/21.html All the best, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:[EMAIL PROTECTED]

Re: Parma Polyhedra Library 0.10

2008-11-04 Thread Jack Howarth
On Tue, Nov 04, 2008 at 05:37:02PM +0100, Roberto Bagnara wrote: > > It has been released: see > > http://www.cs.unipr.it/pipermail/ppl-announce/2008/21.html > > All the best, > >Roberto > > -- > Prof. Roberto Bagnara > Computer Science Group > Department of Mathematics, University of Pa

Re: Parma Polyhedra Library 0.10

2008-11-04 Thread Roberto Bagnara
Jack Howarth wrote: Now that ppl 0.10 is release, what are the plans for merging the cloog-ppl changes into an actual cloog release so that tarballs are available for both? This is a good question for the CLooG maintainers. Are they on this list? -- Prof. Roberto Bagnara Computer Science Grou

IA64 HP-UX libtool / gcc question about shared libraries

2008-11-04 Thread Steve Ellcey
I have a libtool / gcc / libgomp / shared library question. The problem I have is that if I compile a C program with -fopenmp and run it on IA64 HP-UX I get: $ ./x /usr/lib/hpux32/dld.so: Unable to find library 'libgcc_s.so.0'. The problem is that the GNU C compiler links the program against the

Re: IA64 HP-UX libtool / gcc question about shared libraries

2008-11-04 Thread David Edelsohn
On Tue, Nov 4, 2008 at 12:56 PM, Steve Ellcey <[EMAIL PROTECTED]> wrote: > To fix it in libtool I think we would have to stop using +nodefaultrpath > when building shared libraries so that there is a search path to use in > the shared libraries. This seems simple but I am not sure about all the >

Re: RFC: A new meta intrinsic header file for x86 intrinsics

2008-11-04 Thread Jakub Jelinek
On Mon, Nov 03, 2008 at 02:17:40PM -0800, H.J. Lu wrote: > My question is if we should put AVX intrinsics directly in immintrin.h or in > a separate file. If we put AVX and future intrinsics directly in immintrin.h, > immintrin.h may become very large and harder to maintain. Another > choice is to

RFD: reducing inter-procedure stalls w/o IPO

2008-11-04 Thread Joern Rennecke
When registers are saved in the prologue, there can be stalls if there are lingering latencies because the values haven't been computed or loaded yet. Likewise, when the epilogue restores registers, there will be stalls if the last one (or one of the last few, depending on latency) is accessed imm

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-04 Thread Jonathan Grant
Hi Karl, Thanks for your reply. > Does @smallexample come out as 8pt or so? It definitely looks > smaller than 10pt on my screen. > > It comes out as whatever your browser tells it to, hopefully depending > on what font size you have set. This is why different users see > different thi

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-04 Thread Karl Berry
In the printed manual, is text smaller or the same size as text? The result of @smallexample is smaller than the result of @example in printed manuals. Definitely each user can change the default browser settings, but I would hope pages would be readable without browser modifica

Call for papers for GCC Research Opportunities Workshop GROW'09 - deadline extension to Nov 21

2008-11-04 Thread Sebastian Pop
*** DEADLINE EXTENDED UNTIL NOVEMBER 21, 2008 *** CALL FOR PAPERS 1st International Workshop on GCC Research Opportunities (GROW'09) held in conjunction with the 4th International Conference on High Performance and Embedded Architectures and Compilers (HiPEAC'09) http://www.h

Re: Call for papers for GCC Research Opportunities Workshop GROW'09 - deadline extension to Nov 21

2008-11-04 Thread Sebastian Pop
On Tue, Nov 4, 2008 at 7:27 PM, Sebastian Pop <[EMAIL PROTECTED]> wrote: > *** DEADLINE EXTENDED UNTIL NOVEMBER 21, 2008 *** ... > Papers due: November 7, 2008 Well, papers are now due by November 21, 2008. Sorry for the typo. Sebastian

Re: Parma Polyhedra Library 0.10

2008-11-04 Thread Sebastian Pop
On Tue, Nov 4, 2008 at 11:45 AM, Roberto Bagnara <[EMAIL PROTECTED]> wrote: > Jack Howarth wrote: >> >> Now that ppl 0.10 is release, what are the plans for merging >> the cloog-ppl changes into an actual cloog release so that tarballs are >> available for both? > > This is a good question for the