On 28 May 2024, at 14:35, Zack Weinberg wrote:
> These are probably all either vendor or OS names from the late 1980s or
> early 1990s. Can anyone help me fill out the following list of things
> that ought to appear in testsuite/config-sub.data, if I knew what to
> put in place of
nd I don't know what the correct canonical system name should be.
gcc@ mailing list cc:ed because I know some of you have long memories.
These are probably all either vendor or OS names from the late 1980s or
early 1990s. Can anyone help me fill out the following list of things
that ought to appe
Hello,
I've been working on an LTO points-to analysis pass for a little
while. Because of LTO's design, gimple bodies are inaccessible during
WPA. This essentially means that every LTO pass compiles down function
bodies into their own IR which gets stored in function summaries and
later read durin
Hi Jonathan,
Thank you very much for your response.
Since the previous email I have had more correspondence with Marc at
the OpenBSD misc mailing list.
He clarified that the reason the -L/usr/lib prefix was added, was
"because of ld.ldd, the linker from clang. see, that one does not link
with /u
On Wed, 3 Mar 2021 at 12:35, Bob via Gcc wrote:
>
> Hi GCC users mailing list,
>
> I am currently figuring out a GCC usecase on OpenBSD. This situation
> involves some non-superficial understanding of GCC's code, and
> therefore I wish to query you here even in the situation that it turns
> out no
Hi GCC users mailing list,
I am currently figuring out a GCC usecase on OpenBSD. This situation
involves some non-superficial understanding of GCC's code, and
therefore I wish to query you here even in the situation that it turns
out not to be needed.
I describe my problem here:
https://marc.info
On 18 March 2014 17:35, Ali Abdul Ghani wrote:
> hi list
> I need help
This is the wrong list for user support, please use the gcc-help
mailing list instead.
You will probably want to provide more information that "but cannot
work" if you expect anyone to be able to help.
hi list
I need help
I make Dynamic-link library in c
I want link it from a C++
I Create .h file like this
#ifdef __cplusplus
extern "C" { // only need to export C interface if
// used by C++ source code
#endif
__declspec( dllimport ) static void flood_loop(MAP *map, int x,
int
lines such as variable declaration and logic
>> statements, but no goto statements.
>> When I open the Gimple/SSA/CFG file seperately using the vim editor
>> I find the goto statements are actually present.
>> So, can anyone help me. How can I actually get the count of
dout, but I am not able to find the line which has goto statements.
> I only get other lines such as variable declaration and logic
> statements, but no goto statements.
> When I open the Gimple/SSA/CFG file seperately using the vim editor
> I find the goto statements are actually prese
lines such as variable declaration and logic
statements, but no goto statements.
When I open the Gimple/SSA/CFG file seperately using the vim editor
I find the goto statements are actually present.
So, can anyone help me. How can I actually get the count of Goto
statements or atleast access these
The power7 stuff should be fairly stable at this point, and I feel it is time
to submit it to the mainline GCC. If other powerpc users can try out the
branch to see if there are regressions, it would be helpful.
Note with the recent gimple type validation errors, the mainline now has more
failure
t; For statements like
>
> a |= (1 << 2); and
> b &= ~(1 << 2);
>
> I can use the above instructions directly. But i am not sure how to
> write the patterns for the above instructions.
> Can anybody help me with this?
>
What i have done is to ha
not sure how to
write the patterns for the above instructions.
Can anybody help me with this?
Thank you for your time.
Regards,
Shafi.
Ian Lance Taylor wrote:
Unfortunately support for the Intel i960 was dropped in gcc 4.0.
There is no way to generate i960 code with a recent gcc release.
which means that GNAT is also unavailable at this stage.
first
> for target i960.
> Right now i am using Linux i686.Pleasee help me.
>And also tell me whether it's possible to generate i960Mc code
> for language
>Ada95 or it is only possible for language "C" ???
This question would be more approp
hello,
Please can any one tell me how to bulid gcc newer version for
generating
code for i960MC processor.
is there any switch to generate coed for i960MC or i will
have to build it first
for target i960.
Right now i am using Linux i686.Pleasee help me
Naren KN wrote:
Hi Nathan,
I was unable to find such a function in my source tree. I'm using the
4.0.2 version. Are you talking about the trunk version?
sorry, walk_namespaces in cp/decl.c
nathan
--
Nathan Sidwell:: http://www.codesourcery.com :: CodeSourcery
[EMAIL PROTEC
them... could you help me with a sample code?? It will be very
very help ful.
If you can't atleast tell me the top level file handles for the following
1. namespaces
2. classes
3. functions
Also show me (that is already in gcc of particular version) example
codes which walk through
On Apr 13, 2005, at 1:30 AM, thanh tuan wrote:
I am a student, and I am studying to build an ANSI C compiler into
ASM.
I know, you can download gcc and then do configure && make CFLAGS=-
save-temps. This will give you asm for an ANSI C compiler. :-)
[ wrong list, please use gcc-help instead. ]
On Wed, Apr 13, 2005 at 03:30:31PM +0700, thanh tuan wrote:
> Hello,
> I am a student, and I am studying to build an ANSI C compiler into
> ASM. The things I need now are the ANSI C specification ( or something
> about the state machine, automata to do lexeme and syntax...)
> Please tell me whe
Hello,
I am a student, and I am studying to build an ANSI C compiler into
ASM. The things I need now are the ANSI C specification ( or something
about the state machine, automata to do lexeme and syntax...)
Please tell me where I can get this. Thank you very much!
Best regards!
--
Come as you
22 matches
Mail list logo