Re: Archaeology time: Help me identify these ancient OSes and vendors

2024-05-29 Thread John Marshall via Gcc
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

Archaeology time: Help me identify these ancient OSes and vendors

2024-05-27 Thread Zack Weinberg via Gcc
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

Can someone help me understand cgraph_nodes & cgraph_edges during WPA

2021-07-23 Thread Erick Ochoa via Gcc
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

Re: Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Bob via Gcc
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

Re: Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Jonathan Wakely via Gcc
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

Please help me understand & patch GCC re. "gcc -L/usr/lib -lz" problem, also "-nostdlib"

2021-03-03 Thread Bob via Gcc
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

Re: help me

2014-03-18 Thread Jonathan Wakely
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.

help me

2014-03-18 Thread Ali Abdul Ghani
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

Re: Can Some one please help me on this gcc plugin..

2014-03-06 Thread Mohsin Khan
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

Re: Can Some one please help me on this gcc plugin..

2014-03-05 Thread David Malcolm
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

Can Some one please help me on this gcc plugin..

2014-03-05 Thread Mohsin Khan
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

Please help me test the power7-meissner branch before I submit the changes

2009-04-30 Thread Michael Meissner
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

Re: Help me with the patterns

2008-04-24 Thread Mohamed Shafi
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

Help me with the patterns

2008-04-23 Thread Mohamed Shafi
not sure how to write the patterns for the above instructions. Can anybody help me with this? Thank you for your time. Regards, Shafi.

Re: it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2007-02-20 Thread Robert Dewar
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.

Re: it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2007-02-20 Thread Ian Lance Taylor
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

it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2007-02-19 Thread sameer sinha
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

Re: Hi : please please help me with c++ frontend

2006-05-19 Thread Nathan Sidwell
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

Re: Hi : please please help me with c++ frontend

2006-05-19 Thread Nathan Sidwell
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

Re: Help me about C language Specification

2005-04-13 Thread Mike Stump
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. ]

Re: Help me about C language Specification

2005-04-13 Thread Jonathan Wakely
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

Help me about C language Specification

2005-04-13 Thread thanh tuan
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