Remy Saissy wrote:
>if I understand well, to make gcc generating rtx according to an
>__attribute__((far("fs"))) on a pointer I only have to add or modify
>rtx in the i386.md file and add an UNSPEC among the constants ?
No, the work you need to on the backend, adding an UNSPEC constant to
"i386.md
The -fshared-data option has been removed in GCC 4.2, but as far as I
can tell this is not documented anywhere. Would it be possible to
mention this at http://gcc.gnu.org/gcc-4.2/changes.html, and possibly
in a section of the GCC manual?
2006-02-21 Richard Sandiford <[EMAIL PROTECTED]>
On Sun, 28 May 2006, Dave Korn wrote:
> Rightyho, I just inferred the date from the timestamps on the FTP server;
> I've used 6th march in the announce message. However from where I'm sitting
> the gcc.gnu.org front page still says March 10th - can you give it a tweak?
Done. (I was going to cha
On 29 May 2006 15:18, Gerald Pfeifer wrote:
> On Sun, 28 May 2006, Dave Korn wrote:
>> Rightyho, I just inferred the date from the timestamps on the FTP server;
>> I've used 6th march in the announce message. However from where I'm
>> sitting the gcc.gnu.org front page still says March 10th - ca
Ross Ridge wrote:
Remy Saissy wrote:
What I understand is that there is two kind of managment for attribute :
Attributes are handled in various different ways depending on what the
attribute does. To handle your case correctly, you'ld have to change how
the tree to RTL conversion generates
Dear List.
my, that's good to have sorted. The prospect of
having to
start crond in my init scripts was truly frightening.
Thanks, all!
Bernard Leak
--
Still fighting the good fight. Fights are good when I win them.
I am looking for code that corresponds to freeing memory for BBs and Edges.
For example, I know to allocate a chunk of memory to hold BB information is
done by "ggc_alloc_cleared()". But after a function analysis/optimization is
done, the memory should be freed. I tried to read code in
rest_o
On 5/29/06, sean yang <[EMAIL PROTECTED]> wrote:
I am looking for code that corresponds to freeing memory for BBs and Edges.
It's called gcc-page.c on most systems.
Gr.
Steven
In building xplor-nih against the gcc trunk, I noticed that there is a c++
related
regression that isn't present when building xplor-nih against gcc 4.1.1 or the
gfortran
of gcc trunk and the gcc/g++ of Apple's current Xcode 2.3 release. The error
shows up
in xplor-nih's dipCoup.inp test whi
Mark Shinwell wrote:
> Hi,
>
> I'd like to gather some opinions and advice on the expansion of
> __builtin_frame_address, as discussed on gcc-patches last year [1, 2].
> This centres on the following comment in expand_builtin_return_addr
> arising from revision 103294 last year:
I've explicitly C
Hi,
gcc 4.1 changed the typeof behaviour and now includes the type const
qualifier, which unfortunately breaks existing code. The example below is
simplified example from the Linux kernel (i386 was "fixed", but that's
not the only arch).
The first get_user() produces nice code with 4.0 and ear
The first question is: If I want to find a BB that containing a specific
function call (say 'foo'), is there an easy way in the RTX level?
The second one is: how can i get the order of different call foo in the
final assembly code. Can I get it by dumping some information, say the order
of the
I guess maybe the 2nd question is a little uncommon, but thank for any
advice.
From: "sean yang" <[EMAIL PROTECTED]>
To: gcc@gcc.gnu.org
Subject: call_insns in RTX form--two questions
Date: Tue, 30 May 2006 04:09:03 +
The first question is: If I want to find a BB that containing a specif
On May 28, 2006, at 2:06 PM, Manuel López-Ibáñez wrote:
Thanks Andrew, that is exactly what I did, although I was expecting
configure to be smart enough to use that trick on my behalf.
but that would be guessing what you meant and not requiring you to
explicitly say what you meant.
-eric
On May 28, 2006, at 11:06 PM, Monika Sapra wrote:
Hi all,
I am new to this list and GCC compiler. I am trying to build
GCC4.1.0 for
"mipsisa32-elf" target. I would appreciate if someone could help me
out in
resolving the errors during build process.
You should really use a combined tree
15 matches
Mail list logo