Re: fatal error: gnu/stubs-32.h: No such file

2013-08-13 Thread Alexandre Oliva
(catching up on old email) On Jul 8, 2013, Gabriel Dos Reis wrote: > On Mon, Jul 8, 2013 at 12:19 AM, Andrew Pinski wrote: >> On Sun, Jul 7, 2013 at 10:17 PM, Gabriel Dos Reis >> wrote: >>> On Sun, Jul 7, 2013 at 6:02 PM, Jonathan Wakely >>> wrote: On 7 July 2013 21:33, Gabriel Dos Rei

Re: GCC for Android Shell

2013-08-13 Thread Jonathan Wakely
On 13 August 2013 18:27, Piotr Miłek wrote: > Hi, > Can we send me the compiled gcc and gcc for Android Shell (armeabi). I > would like to have data after uncpack with a minimum size 50 MB. Sory > my bad English. This question is off-topic for this mailing list, questions about using and installin

Re: converting rtx object to the assembly instruction.

2013-08-13 Thread Richard Sandiford
Viktor Pobedin writes: > Is there a simple way to convert rtx object to the assemble > insutruction? Ideally I would like to have function something like: > const char *rtx2asm(rtx insn); > returning a string with the asm instruction for the insn. > > Closest thing that I found is the final_

Re: gfortran-dg-runtest, torture options

2013-08-13 Thread Janis Johnson
On 08/13/2013 04:06 AM, Thomas Schwinge wrote: > Hi! > > I noticed something strange in the libgomp testresults (but not > necessarily specific to libgomp): an "arbitrary" set of the Fortran > execution tests are run just for -O, and others for each of the full set > of torture options: -O0, -O1,

GCC for Android Shell

2013-08-13 Thread Piotr Miłek
Hi, Can we send me the compiled gcc and gcc for Android Shell (armeabi). I would like to have data after uncpack with a minimum size 50 MB. Sory my bad English.

Re: HAVE_ATTR_enabled mishandling?

2013-08-13 Thread Vladimir Makarov
On 13-08-12 11:13 AM, Chung-Ju Wu wrote: Hi, Vladimir, Apparently the issue that David mentioned has already been fixed earlier: http://gcc.gnu.org/r198344 2013-04-26 Vladimir Makarov ... * lra-constraints.c (curr_insn_set): New. ... (process_alt_operands)

converting rtx object to the assembly instruction.

2013-08-13 Thread Viktor Pobedin
Is there a simple way to convert rtx object to the assemble insutruction? Ideally I would like to have function something like: const char *rtx2asm(rtx insn); returning a string with the asm instruction for the insn. Closest thing that I found is the final_scan_insn function in final.c but

Re: [RFC] gcc feature request: Moving blocks into sections

2013-08-13 Thread Steven Rostedt
On Tue, 13 Aug 2013 07:46:46 -0700 "H. Peter Anvin" wrote: > > On Mon, Aug 12, 2013 at 10:47:37AM -0700, H. Peter Anvin wrote: > >> Since we really doesn't want to... > > Ow. Can't believe I wrote that. > All your base are belong to us! -- Steve

Re: [RFC] gcc feature request: Moving blocks into sections

2013-08-13 Thread H. Peter Anvin
> On Mon, Aug 12, 2013 at 10:47:37AM -0700, H. Peter Anvin wrote: >> Since we really doesn't want to... Ow. Can't believe I wrote that. -hpa

gfortran-dg-runtest, torture options

2013-08-13 Thread Thomas Schwinge
Hi! I noticed something strange in the libgomp testresults (but not necessarily specific to libgomp): an "arbitrary" set of the Fortran execution tests are run just for -O, and others for each of the full set of torture options: -O0, -O1, -O2, and so on. After some time I realized it's the set of

Re: [RFC] gcc feature request: Moving blocks into sections

2013-08-13 Thread Peter Zijlstra
On Mon, Aug 12, 2013 at 10:47:37AM -0700, H. Peter Anvin wrote: > On 08/12/2013 09:09 AM, Peter Zijlstra wrote: > >> > >> On the majority of architectures, including x86, you cannot simply copy > >> a piece of code elsewhere and have it still work. > > > > I thought we used -fPIC which would allow