Re: How to compare two text files? Using sed, cmp, diff, tr?

2012-05-26 Thread Kevin
Georg-Johann Lay wrote: The avr backend auto-generates parts of GCC's texi documentation, namely the supported -mmcu= options, which are about 200. To generate the texi a small C program is used to print the texi to stdout, and that output is then compared against the already existing doc/avr-mm

Re: Threading the compiler

2006-11-10 Thread Kevin Handy
Mike Stump wrote: ... Thoughts? Raw thoughts: 1. Threading isn't going to help for I/O bound portions. 2. The OS should already be doing some of the work of threading. Some 'parts' of the compiler should already be using CPUs: 'make', the front-end (gcc) command, the language compiler, t

Re: Threading the compiler

2006-11-13 Thread Kevin Handy
Paul Brook wrote: For other optimisations I'm not convinced there's an easy win compared with make -j. You have to make sure those passes don't have any global state, and as other people have pointed out garbage collection gets messy. The compile server project did something similar, and that

Re: We're out of tree codes; now what?

2007-03-20 Thread Kevin Handy
Jakub Jelinek wrote: On Tue, Mar 20, 2007 at 09:37:38AM -0400, Doug Gregor wrote: Even if we only use subcodes for the less often used codes, I think we still take the performance hit. The problem is that it's very messy to I'm sure smaller hit than when going to 9 bit tree code, and o

extending archtypes: __attribute__((format(__sqlite__, 2, 6)))

2005-03-07 Thread kevin lyda
"q", char *), 2, 6))); is there any interest in this? if i was to come up with a patch that accomplished this, would it have a chance of acceptance? is there a better syntax that people might suggest? kevin -- kevin lyda ~ dems for torture: salazar(co/10) landrieu(la/08)

Re: Compiling GCC with g++: a report

2005-05-24 Thread Kevin Handy
Gabriel Dos Reis wrote: Gabriel Dos Reis <[EMAIL PROTECTED]> writes: [...] | Attempt to get the GNU C++ compiler through the same massage is | underway (but I'm going to bed shortly ;-)). I can also report that I got the GNU C++ compiler through -- and apart form uses of C++ keywords (templat

Re: Compiling GCC with g++: a report

2005-05-24 Thread Kevin Handy
Diego Novillo wrote: On Mon, May 23, 2005 at 01:15:17AM -0500, Gabriel Dos Reis wrote: So, if various components maintainers (e.g. C and C++, middle-end, ports, etc.) are willing to help quickly reviewing patches we can have this done for this week (assuming mainline is unslushed soon). An

Re: Sine and Cosine Accuracy

2005-05-26 Thread Kevin Handy
Paul Koning wrote: "Scott" == Scott Robert Ladd <[EMAIL PROTECTED]> writes: Scott> Richard Henderson wrote: >> On Thu, May 26, 2005 at 10:34:14AM -0400, Scott Robert Ladd wrote: >> >>> static const double range = PI; // * 2.0; static const double >>> incr = PI / 100.0; >> >> >

Fwd: GCC on linux, question on -m32 switch

2005-07-06 Thread Kevin Neelands
Date: Wed, 06 Jul 2005 12:09:32 -0400 To: [EMAIL PROTECTED] From: Kevin Neelands <[EMAIL PROTECTED]> Subject: GCC on linux, question on -m32 switch I am using GCC 3.2.3 on a Linux Sparc system. The program I am working on needs to be compiled in 32 bit mode for historical r

Re: Some notes on the Wiki

2005-07-11 Thread Kevin Handy
Paul Koning wrote: "Joseph" == Joseph S Myers <[EMAIL PROTECTED]> writes: Joseph> On Mon, 11 Jul 2005, Michael Cieslinski wrote: >> I also could convert parts of the ggcinternals manual into wiki >> pages. But only if there is a consensus about this being the way >> to go. Josep

Re: Problems on Fedora Core 4

2005-07-20 Thread Kevin Handy
Michael Gatford wrote: We compile the following code with gcc (historically 2.95.3, egcs-2.91.66 or VC5/6 on Windows). std::map quickfindtag; Shouldn't 'string' be 'std::string' also? I have just installed Fedora Core 4 and am trying to compile it with gcc 4.0.0 (Redhat 4.0.0-8). Howeve

Problems with bootstrapping 4.0.1

2005-08-13 Thread Kevin McBride
I have been having comparison errors while building a native 4.0.1 compiler for my Fedora Core 4 system. I checked the flags for a file I randomly chose, c-pragma.c, and the flags don't differ from initial build of xgcc to stage2. I have included a tarball of the object files for c-pragma.c and a

Re: Problems with bootstrapping 4.0.1

2005-08-14 Thread Kevin McBride
ave to run "make bootstrap4" to successfully bootstrap gcc-4.0.x - that's what I noticed. - KJM On Sat, 2005-08-13 at 17:11 -0700, James E Wilson wrote: > Kevin McBride wrote: > > I have been having comparison errors while building a native 4.0.1 > > compiler for my Fedor

memset() Optimization on x86-32 bit

2005-08-26 Thread Kevin McBride
I have a bit of a disagreement with the optimization toward memset() calls. In one of my libraries, libteklti, I have a function named ucharempty(), which frees a uchar_t (unique character structure) from memory. If the user elects to have the memory erased prior to calling free(), memset() is s

APPEAL to steering committee: [Bug target/23605] memset() Optimization on x86-32 bit

2005-08-28 Thread Kevin McBride
Everyone, Please take notice that I am appealing my bug (number 23605) to the steering committee of GCC on the basis that it is a legimate bug/enhancement in need of a through research. I believe that Andrew Pinski is trying to keep the research from occuring by means of marking the bug as inval

[DEAD] APPEAL to steering committee: [Bug target/23605] memset() Optimization on x86-32 bit

2005-08-28 Thread Kevin McBride
Joe Buck wrote: I've looked at the bug in bugzilla; it's not marked as invalid, though I tend to agree with Andrew and Ian's comments in the log. I set the bug back to unconfirmed after I noticed that, in my opinion, there can be more optimization done. In any case, the SC doesn't get invol

Ideas for compile-time checking of exception specifications.

2005-10-12 Thread Kevin Regan
re to implement. Sincerely, Kevin Regan _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Re: A couple more subversion notes

2005-10-20 Thread Kevin Handy
Ian Lance Taylor wrote: Richard Guenther <[EMAIL PROTECTED]> writes: If it is at all possible we should probably try to keep read-only CVS working (and up-to-date) for HEAD and release-branches. This will allow occasional contributors and technically-less-provided people to continue workin

Re: Copies of the GCC repository

2005-10-29 Thread Kevin Puetz
Daniel Berlin wrote: > On Fri, 2005-10-28 at 22:40 +0100, Paul Brook wrote: >> > I am still working on tarballs of a .svk/local dir for people. >> >> Any reason you're doing a tarball instead of a bootstrap dump? >> http://svk.elixus.org/?SVKBootStrap > > > Same thing, more or less :) Yes and

Re: svn diff branch woprking copy against mainline?

2005-11-03 Thread Kevin Puetz
I'm replying to a thread off of gcc-devel, but as I think I may have just had a thought that hasn't already been chewed through. So, I'm shifting to subversion-devel. If I'm wrong and this is already debunked, just shoot me down... Branko Čibej wrote: > Andreas Schwab wrote: >> Branko Čibej <[EMA

Should a disabled warning be allowed to be promoted to an error(Bugzilla PR 70275)?

2016-03-28 Thread kevin-tucker
t it is not, but I thought I'd open up discussion on the topic. I have worked on the MIcrochip PIC18 C compiler, and worked for DDC-I, supporting their compiler suites,(Ada, C/C++) as well as some work on the ASIS standard, and thought it might be fun to work on GCC. Looking forward to read

Re: Re: Should a disabled warning be allowed to be promoted to an error(Bugzilla PR 70275)?

2016-03-29 Thread kevin-tucker
I apologize for stating that you had reported the issue. I copy/pasted from your comment rather than the original report. The issue was reported by Teodor Petrov Kevin "Manuel López-Ibáñez" wrote: > > On 03/28/2016 01:56 PM, Florian Weimer wrote: > >>> In

Disappeared flag: -maes on -march=ivybridge, present in -march=native

2019-07-28 Thread Kevin Weidemann
the commit correctly, the change that causes this is the removal of `PTA_AES` in const wide_int_bitmask PTA_WESTMERE = PTA_NEHALEM | PTA_AES | PTA_PCLMUL; as PTA_IVYBRIDGE contains PTA_SANDYBRIDGE which in turn contains PTA_WESTMERE. Is this an oversight or mistake? Best regards, Kevin W

Re: Disappeared flag: -maes on -march=ivybridge, present in -march=native

2019-08-01 Thread Kevin Weidemann
g build for your CPU using all CPU features you can use. That's different from LLVM, which attempts to find which CPU most closely matches yours. In that VM scenario, it would either disable some features you could use or enable ones you can't. Thanks for the interesting pointers, and both of your answers! -- Kevin Weidemann

Re: RFC: Improving GCC8 default option settings

2017-09-13 Thread Kevin André
s and debug info by default, and maybe a few simple optimizations that do not interfere with debugging. There can only be one set of default options, and which one you pick will depend on who your target audience is. You cannot please everyone. -- Kevin

Re: C++ mangling, function name to mangled name (or tree)

2011-07-06 Thread Kevin André
s list of demangled names. Just guessing, though :) Regards, Kevin André

Questions Regarding DWARF

2011-09-07 Thread Kevin Polulak
appreciate your advice. Thanks for the help! -- - Kevin Polulak (soh_cah_toa)

ixp425 configuration

2009-08-24 Thread Kevin Handy
Is it possible to configure a working gcc cross compiler from the Intel ixp425 processor (linux system OS build, trying to update to use eabi)? This is an arm xscale processor without floating point. Every --target I've tried fails compiling with build errors, including missing header files, con

armv4t

2009-09-21 Thread Kevin Handy
What version of GCC will build for a cross --target=armv4t-linux-eabi, which I believe is the right code for an ixp425 processor? The host compiler is gcc-4.3.3 on a Linux-debian-test system. I have also tried unsuccessfully tried the armv5t target, with similar results. I have tried numerous ver

suggestion to use lzma for snapshots, maybe more?

2010-01-12 Thread Kevin Hunter
size: $ svn co svn://gcc.gnu.org/svn/gcc/trunk gcc-trunk ... $ find gcc-trunk -name ".svn" -type d -print0 | xargs -0 rm -rf $ tar -cf - gcc-trunk | lzma --best > gcc-trunk.tlz & $ tar -cf - gcc-trunk | bzip2 --best > gcc-trunk.tbz & $ wait $ ls -lh gcc-trunk.t?z -rw-r--r

CLI-FE merge 4.3 to 4.5

2010-05-10 Thread Kevin Williams
How should DECL_FUNCTION_SPECIFIC_ OPTIMIZATION be controled, should the front end be setting these per function? (I am looking to avoid IPA passes for now) Thank you in advance, Kevin

Power/PowerPC RIOS/RIOS2 obsolescence

2010-06-28 Thread Kevin Bowling
eeds to be done to keep this code alive? It seems fairly light weight. I can provide remote access to AIX POWER2 hardware if needed. Regards, Kevin Bowling

Re: Power/PowerPC RIOS/RIOS2 obsolescence

2010-06-29 Thread Kevin Bowling
On Tue, Jun 29, 2010 at 12:45 AM, Andrew Haley wrote: > On 06/29/2010 06:53 AM, Kevin Bowling wrote: >> In the GCC 4.5 announcement: >> >> "Support for the classic POWER architecture implemented in the >> original RIOS and RIOS2 processors of the old IBM RS/6000 pr

Re: Power/PowerPC RIOS/RIOS2 obsolescence

2010-06-29 Thread Kevin Bowling
On Tue, Jun 29, 2010 at 7:09 AM, David Edelsohn wrote: > On Tue, Jun 29, 2010 at 1:53 AM, Kevin Bowling > wrote: >> In the GCC 4.5 announcement: >> >> "Support for the classic POWER architecture implemented in the >> original RIOS and RIOS2 processors of the

Re: Power/PowerPC RIOS/RIOS2 obsolescence

2010-06-29 Thread Kevin Bowling
On Tue, Jun 29, 2010 at 3:35 PM, Steven Bosscher wrote: > On 6/30/10, Kevin Bowling wrote: >>> GCC's mission is not to >>> support every system in a computer history museum.  Older versions of >>> GCC created at the time of those systems still will work on thos

Re: Power/PowerPC RIOS/RIOS2 obsolescence

2010-06-29 Thread Kevin Bowling
On Tue, Jun 29, 2010 at 6:51 PM, David Edelsohn wrote: > On Tue, Jun 29, 2010 at 6:18 PM, Kevin Bowling > wrote: > >> This is an unfortunate attitude many people have in free software >> these days, especially big business contributors with profit-aligned >> mot

Re: Power/PowerPC RIOS/RIOS2 obsolescence

2010-07-04 Thread Kevin Bowling
an't help but feel this may cause continued headaches in the future. There may be more legitimate reasons for supporting older platforms, especially with heavy embedded use of archs with vastly different species like mips, ppc, and i386. Of course, this may be well known (I'm sure there is historical background) and I have no solution to offer. Regards, Kevin Bowling

Re: GCC Binary

2010-08-06 Thread Kevin Bowling
On Fri, Aug 6, 2010 at 1:28 PM, Peter Bergner wrote: > On Fri, 2010-08-06 at 12:27 -0700, Erick Garske wrote: >> There a location where I can download the binary of GCC for the IBM i? >> >> http://gcc.gnu.org/install/binaries.html >> >> Are any of these compatible for the IBM i at V6R1M0? > > Ther

Re: Merging Apple's Objective-C 2.0 compiler changes

2010-09-15 Thread Kevin André
On Tue, Sep 14, 2010 at 17:55, Chris Lattner wrote: > > On Sep 14, 2010, at 7:22 AM, David Edelsohn wrote: > >> On Mon, Sep 13, 2010 at 6:33 PM, Ian Lance Taylor wrote: >>> From the perspective of gcc, I think the goal of clang->gcc would be to >>> replace the current frontends entirely. >> >> Ye

Re: Plugin that parse tree

2011-01-25 Thread Kevin André
On Mon, Jan 24, 2011 at 16:49, Ian Lance Taylor wrote: > Daniel Marjamäki writes: > >> Do you have any opinion about adding a warning for: >> >> int f(char c) >> { >>     return 10 * (c == 13) ? 1 : 2; >> } >> As far as I see the multiplication doesn't exist in the gimple format >> (looking at a

Re: Reconsidering gcjx

2006-01-31 Thread Kevin Handy
Andrew Haley wrote: Tom Tromey writes: > > "Thorsten" == Thorsten Glaser <[EMAIL PROTECTED]> writes: > > >> ecj is written in java. This will complicate the bootstrap process. > > Thorsten> Why not keep enough support in jc1 to bootstrap ecj? > > We don't know how much of the language th

Re: incompatible implicit declaration of built-in function 'exit'

2006-03-28 Thread Kevin Handy
Jack Howarth wrote: I am trying to compile some fairly old legacy c code with gcc 4.1 in FC5 and have been able to eliminate all the compiler warnings save one... warning: incompatible implicit declaration of built-in function 'exit' It should be defined in . Is there a missing #include

Different outputs in Gimple pass dump generated by two different architectures

2022-11-10 Thread Kevin Lee
s this intended? Link <https://godbolt.org/z/eWxnYsK1z> for details. Thank you! Sincerely, Kevin

Re: Different outputs in Gimple pass dump generated by two different architectures

2022-11-11 Thread Kevin Lee
On Fri, Nov 11, 2022 at 8:39 AM Andrew Pinski wrote: > > On Fri, Nov 11, 2022 at 12:57 AM Marc Glisse via Gcc wrote: > > > > On Thu, 10 Nov 2022, Kevin Lee wrote: > > > What would be causing the difference? Is this intended? Link > > > <https://godbolt.

Re: Details for svn test repository

2005-02-10 Thread Kevin Puetz
Paul Schlie wrote: > Out of curiosity, although svn certainly seems attractive, are there any > concerns observing that: > > - ironically it seems that the svn isn't itself under svn control but cvs? svn was initially developed in cvs, but has been self-hosted since August 2001. You must have so

Re: Details for svn test repository

2005-02-10 Thread Kevin Puetz
Marcin Dalecki wrote: > OK. I just took a redhat spec as configure command template. As it > turns out this > was a mistake on my part... argh! JBLD was once again the root of the > problem. > Unfortunately due to this I didn't notice that subversion packages > apr/, apr-utils/, neon/ and db4/ as

Re: Details for svn test repository

2005-02-11 Thread Kevin Puetz
Richard Guenther wrote: > On Wed, 09 Feb 2005 00:11:54 -0500, Daniel Berlin <[EMAIL PROTECTED]> > wrote: >> (Thanks very much to Al Stone of HP for hosting the test repo on >> toolchain.org! This would not have been possible without him) > > Tried it, including builting svn on a Debian woody mac

Re: Using up double diskspace for working copies (Was Re: Details for svn test repository)

2005-02-12 Thread Kevin Puetz
Daniel Berlin wrote: > >> > >> > You can't mix svn and svk commits against the same repo. It confuses >> > svk (not svn). >> > >> > You can use svk readonly, of course. >> >> Actually, that's not quite right. While svk's depot must only be used by >> svk, the usual usage is to mirror a regular s

Getting LD warnings on Mac OS X

2013-11-29 Thread Kevin Ingwersen
Hello there! I am trying to compile GCC using Apple’s latest tools. The reason is that I am building an own, redistributable, toolchain. Everything goes quite well (except a ton of warnings about redeclarations and c99 standart), untill it tries to link cc1. A rough rip-off of the warnings is:

4.8.2 fails at strip

2013-11-30 Thread Kevin Ingwersen
Hey hey! I have just tried to build a new GCC, and this time put the binutils folder inside as well, because I simply needed newones as well. But when it is at making the dynamic libraries, it suddenly does this: for mlib in $MLIBS ; do \ /Users/Ingwie/Downloads/gcc-4.8.2-buil

Issues with Installing GCC-3.0.4 on SCO

2012-08-30 Thread Kevin Ross
failed. *** You must set the environment variable CC to a working compiler." But is not much help when it fails. I can just go back to using an older version, "2.95.2pl", but that is missing lots of files which I need. Regards, Kevin Ross e. kevin.r...@afd.co.uk t. 01624 811711 f. 01624 817695 w. www.afd.co.uk

Re: Very Fast: Directly Coded Lexical Analyzer

2007-05-31 Thread Kevin Handy
Diego Novillo wrote: We are *always* interested in making GCC faster. All you need now is a copyright assignment, the willingness to do the work (or find someone to do it for you) and the time to implement it. 200% speed gains are nice, especially if they can be replicated outside the lab.

Stack protector, switches and macros

2005-12-08 Thread Kevin F. Quinn
Hi. I've noticed a few things about the new stack protector implementation in gcc-4.1, which are different from the Etoh's IBM patch that we've been using on Gentoo in the gcc-3 series for a good while now. Looking back through the list archives, I see this has been discussed before, but not rea

i was told that i could get a awnser to this question here.

2005-12-18 Thread Kevin Andrew Kaploe
i use the gentoo flavor of linux and a recent install method has become popular there. i myself have not done this and i do doubt the usefulness of it but i want to check with the people who would know the most about the basic tool-chain as it is called. this is the install method http://forums.gen

Re: Prague GCC folks meeting summary report

2009-09-25 Thread Kevin P. Fleming
ll of #include statements to achieve the same end as it works with versions of GCC where -combine is broken (or not available). -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kpflem...@digium.com C

gcc vs gnu-classpath

2006-07-09 Thread Kevin F. Quinn
install it instead into /usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 along with the other classpath libraries included by gcc? -- Kevin F. Quinn signature.asc Description: PGP signature

Re: Cannot unwind through MIPS signal frames with ICACHE_REFILLS_WORKAROUND_WAR

2007-11-13 Thread Kevin D. Kissell
nce the classical MIPS MMU gives execute permission to any page that is readable. Regards, Kevin K.

Re: Cannot unwind through MIPS signal frames withICACHE_REFILLS_WORKAROUND_WAR

2007-11-13 Thread Kevin D. Kissell
he kernel > can't have definate knowledge that certain addresses have never entered the > I-cache. Sad but true. Regards, Kevin K.

Re: Rename C files to .c in GCC source

2015-01-30 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 30.01.2015 um 21:30 schrieb Jonny Grant : > > > > On 30/01/15 17:09, pins...@gmail.com wrote: >> >> >> >> >>> On Jan 30, 2015, at 4:22 AM, Jonny Grant wrote: >>> >>> Hello >>> >>> When I checked out from the trunk I saw that various files had .C >>> capital extension. Its not a big

Re: Rename C files to .c in GCC source

2015-01-30 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 30.01.2015 um 22:39 schrieb DJ Delorie : > > > pins...@gmail.com writes: >> No because they are c++ code so capital C is correct. > > However, we should avoid relying on case-sensitive file systems > (Windows) and use .cc or .cxx for C++ files ("+" is not a valid file > name character on

Re: Rename C files to .c in GCC source

2015-01-30 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 31.01.2015 um 02:57 schrieb Jonathan Wakely : > > On 30 January 2015 at 22:24, Kevin Ingwersen (Ingwie Phoenix) wrote: >> Apple’s HFS is, on a default OS X install, case insensitive. > > Which doesn't matter, see my previous reply. That is true; though its good

Re: Rename C files to .c in GCC source

2015-01-31 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 31.01.2015 um 21:21 schrieb DJ Delorie : > > >> Aren't current Windows file systems case-preserving? Then they >> shouldn't have no problems with .C files. > > They are case preserving, but not case sensitive. A wildcard search > for *.c will match foo.C and bar.c, and foo.c can be opene

Re: Rename C files to .c in GCC source

2015-02-01 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 01.02.2015 um 17:09 schrieb Eli Zaretskii : > >> Date: Sat, 31 Jan 2015 01:55:29 + >> From: Jonathan Wakely >> Cc: Andrew Pinski , "gcc@gcc.gnu.org" , >> Jonny Grant >> >> These files are only compiled by GCC's own build system, with GCC's >> own makefiles, so we know we invoke the C

Re: Rename C files to .c in GCC source

2015-02-03 Thread Kevin Ingwersen (Ingwie Phoenix)
> Am 04.02.2015 um 00:20 schrieb Andreas Schwab : > > Jonny Grant writes: > >> How many minutes labor is this task? > > What does it fix? How many hacks/workarounds can be avoided?