Re: why no $pc offset in debug CFA?

2007-04-19 Thread Eric Botcazou
if (DWARF2_UNWIND_INFO || DWARF2_FRAME_INFO) initial_return_save (INCOMING_RETURN_ADDR_RTX); #endif -- Eric Botcazou

Re: arm,gcc and dsp instructions

2007-04-20 Thread Eric Christopher
of 1 cycle instructions more offently? You'll want to probably use -march= so that it will generate the instructions. Tuning is otherwise just costs, and some universal features of the core that would also run on more generic arm chips. -eric

Re: Bootstrap failure for current gcc trunk on cygwin: in set_curr_insn_source_location, at cfglayout.c:284

2007-04-23 Thread Eric Botcazou
ver plagued by serious problems due to the SRA bit-field patch. -- Eric Botcazou

RE: how to start using gcc on windows

2007-04-29 Thread Eric Weddington
> -Original Message- > From: Mike Stump [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 28, 2007 6:47 PM > To: [EMAIL PROTECTED] > Cc: gcc@gcc.gnu.org > Subject: Re: how to start using gcc on windows > > On Apr 28, 2007, at 5:03 PM, [EMAIL PROTECTED] wrote: > > I have looked hard, bu

Re: GCC 4.2.0 RC2 Building

2007-04-30 Thread Eric Botcazou
> GCC 4.2.0 RC2 is building now, and, if all goes well, will be announced > and uploaded later today. Bad timing I'd think, Ian's controversial TYPE_MAX_VALUE patch is still there. -- Eric Botcazou

Successful build of 4.2.0 RC2 for target=avr host=mingw

2007-05-02 Thread Eric Weddington
/usr/local --enable-doc --disable-libssp Thread model: single gcc version 4.2.0 20070430 (prerelease) (WinAVR 2007xxyy) This is building from the "core" .bz2 and "c++" .bz2 packages. Eric Weddington

Re: GCC 4.1 Projects

2005-02-28 Thread Eric Botcazou
27;make -C gcc gnattools'. [EMAIL PROTECTED] i586-mandrake-linux-gnu]$ gcc/xgcc -v Using built-in specs. Target: i586-mandrake-linux-gnu Configured with: /home/eric/gnat/gnat6/src/configure i586-mandrake-linux-gnu --with-as=/usr/bin/i586-mandrake-linux-gnu-as --with-ld=/usr/bin/i586-mandrake-linux-

Re: bootstrap error in 4.1 on sparc

2005-03-03 Thread Eric Botcazou
> also on 4.0 branch, LAST_UPDATED: Thu Mar 3 12:00:26 UTC 2005 Sure? The suspected patch is not present on that branch. -- Eric Botcazou

Re: bootstrap error in 4.1 on sparc

2005-03-03 Thread Eric Botcazou
.0 branch, and I don't see any patch from you or Roger there, so I presume you're confusing with mainline. -- Eric Botcazou

Re: Solaris gcc 4.0.0 static linking of libgcc.a

2005-03-07 Thread Eric Botcazou
n matches the > Linux version, also the Solaris version behaves like *I* expect. The shared version is required on Solaris to properly support exception handling across shared libraries. > Now my question: which behaviour is the correct one? Both. -- Eric Botcazou

Re: Solaris gcc 4.0.0 static linking of libgcc.a

2005-03-08 Thread Eric Botcazou
n > the same way, no dynamic linking necessary. With the newest snapshot > gcc-4.0-07032005 there is dynamic linking necessary. The code is written in > C++, but there is no exception handling. That's a bit odd. However we would need more information to properly diagnose the

Re: Solaris gcc 4.0.0 static linking of libgcc.a

2005-03-08 Thread Eric Botcazou
ibgcc if you want to use the static libgcc, at the cost of proper EH support. -- Eric Botcazou

Re: Questions about trampolines

2005-03-14 Thread Eric Botcazou
ines in C > is that they will see more testing. I think it would be really tough > for, say Ada, to rely on features in the backend that are not used at > all by C/C++. That's already the case for other features, although these are primarily middle-end features. -- Eric Botcazou

Re: Merging calls to `abort'

2005-03-14 Thread Eric Christopher
GCC, I think we'd be better off with a function > attribute which prevented cross jumping to any function with > the attribute set. I think it makes sense to just not crossjump noreturn attribute functions if we're going to do this. -eric

Re: Merging calls to `abort'

2005-03-15 Thread Eric Christopher
> What we might want to do is provide an option to disable all such > optimizations. > We have had enough requests for -Odebug or something like that. Probably could be just dce, ccp, and a couple of other optimizations... -eric

Re: [Ada] Can't build gcc cvs trunk 20050315 on sparc-linux: a-except.adb: unhandled expression in get_expr_operands():

2005-03-15 Thread Eric Botcazou
> stage1/xgcc -Bstage1/ -B/usr/local/sparc-linux/bin/ -c -g -O2 > -gnatpg -gnata -g -O1 -fno-inline \ > -I- -I. -Iada -I/usr/local/src/trunk/gcc/gcc/ada > /usr/local/src/trunk/gcc/gcc/ada/a-except.adb -o ada/a-except.o > unhandled expression in get_expr_operands(): > This i

Re: removal of -mflat in GCC 4.0 (sparc)

2005-03-22 Thread Eric Botcazou
back-end and be released with 4.1. The amount of work is not overwhelming but, as GCC is a volunteer project, your company might consider hiring someone to do the work if it deems the feature a requirement for 4.1. -- Eric Botcazou

Re: Question regarding MIPS_GPREL_16 relocation

2005-03-22 Thread Eric Christopher
s that any chance these libraries to be > build without > mention relocation? You could also try upgrading your gcc and binutils. Without a testcase I'm not certain what's happening, but we've fixed a number of problems with such over the years. -eric

RE: Question regarding MIPS_GPREL_16 relocation

2005-03-23 Thread Eric Christopher
> If my conclusion is correct, is it possible to rebuild this libraries with > -mlong-calls and -G0 option? Yes. You'll need to modify the multilib options. -eric

RE: Question regarding MIPS_GPREL_16 relocation

2005-03-23 Thread Eric Christopher
ssion guidelines on: http://gcc.gnu.org/contribute.html -eric

Re: GCC 4.0 Status Report (2005-03-24)

2005-03-24 Thread Eric Botcazou
> 20263 SPARC64 ASM bug > > Eric has a patch; I've asked about possible other ways to fix it. I've answered, but probably not very constructively as your remark was not crystal-clear either. :-) Btw, I think you should "Add CC" you when you comment on specific

Re: BOOT_CFLAGS and -fomit-frame-pointer

2005-03-24 Thread Eric Botcazou
reas with a bare 'make' it is built by the installed compiler. So in general the final compilers are not identical. What prevents you from setting CFLAGS="-O2 -fomit-frame-pointer" if you happen to be rebuilding the compiler with an installed version of itself? -- Eric Botcazou

Re: BOOT_CFLAGS and -fomit-frame-pointer

2005-03-25 Thread Eric Botcazou
Why should 2 different build processes generate the same executable? Is there a (written) rule about this? -- Eric Botcazou

Re: GCC 4.0 Status Report (2005-03-24)

2005-03-25 Thread Eric Botcazou
problem is present in 3.4.x for the C++ compiler (but > > is not a regression there) so I'd like you to make a decision for that > > branch too. > > I'd prefer not to apply this for 3.4. Agreed. -- Eric Botcazou

Re: GCC 4.0 Status Report (2005-03-24)

2005-03-25 Thread Eric Botcazou
ding some kind of > special support. (I'm not actually sure what the assembler does with > the name; presumably puts it in debug information.) I can speak for the SPARC 64-bit assembler: it creates a special ELF symbol for it (STB_GLOBAL, STT_REGISTER, SHN_UNDEF). -- Eric Botcazou

Re: bootstrap compare failure in ada/targparm.o on i686-pc-linux-gnu?

2005-03-26 Thread Eric Botcazou
> I do regular bootstraps of mainline all languages on FC3 > i686-pc-linuux-gnu and haven't seen any problemss upto Friday. I'm using > --enable-checking=tree,misc,rtl,rtlflag which might make a difference. You should add 'assert' with 4.x, otherwise you miss the

RE: Question regarding MIPS_GPREL_16 relocation

2005-03-29 Thread Eric Christopher
nfig/mips/t-elf. gcc/config.gcc has the multilib makefile fragment used for each target. -eric

Re: sparc.c:509:1: error: "TARGET_ASM_FILE_END" redefined...

2005-04-05 Thread Eric Botcazou
directory `/usr/local/src/trunk/objdir32/gcc' > make[1]: *** [stage2_build] Error 2 > make[1]: Leaving directory `/usr/local/src/trunk/objdir32/gcc' > make: *** [bootstrap] Error 2 Now fixed. Thanks for the heads up. -- Eric Botcazou

Re: Using inline assembly with specific register indices

2005-04-05 Thread Eric Christopher
rk into gas and so it wasn't added. The tests are still in gcc: ./gcc.c-torture/compile/mipscop-4.c ./gcc.c-torture/compile/mipscop-3.c ./gcc.c-torture/compile/mipscop-2.c ./gcc.c-torture/compile/mipscop-1.c At some point it might be good to collate all of the mips specific tests into the gcc.target directory. I doubt that cvs history is particularly important for tests. -eric

Re: Using inline assembly with specific register indices

2005-04-05 Thread Eric Christopher
neration. > I'm not sure what the question is here. > Plus: can gcc co-operate with dynamic code generation tools e.g. the GNU > lightning? I have also heard of another tool, dcg (if i spell it correctly). I've not done any of this. -eric

Re: 3.4.3 on Solaris9, boehm-gc probs.

2005-04-06 Thread Eric Botcazou
f d_off; } d_un; } Elf32_Dyn; Here's what I get with -H: . /opt/build/eric/gcc-3_4-branch/gcc/include/sys/types.h .. /usr/include/sys/isa_defs.h .. /usr/include/sys/feature_tests.h .. /usr/include/sys/machtypes.h .. /usr/include/sys/int_types.h .. /usr/include/sys/select.h ... /usr

Re: 3.4.3 on Solaris9, boehm-gc probs.

2005-04-06 Thread Eric Botcazou
> > Here's what I get with -H: > > Sorry? -H applied to what command? The GCC command line you pasted. -- Eric Botcazou

Re: 3.4.3 on Solaris9, boehm-gc probs.

2005-04-07 Thread Eric Botcazou
how to proceed though. Remove that file when bootstrapping GCC or configure --with-local-prefix. -- Eric Botcazou

Re: 3.4.3 on Solaris9, boehm-gc probs.

2005-04-07 Thread Eric Botcazou
No, is not directly included, only . -- Eric Botcazou

apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-07 Thread Eric Botcazou
Hi Eric, The __builtin_apply/__builtin_return mechanism is broken on SPARC in 4.x because of 2004-03-17 Eric Christopher <[EMAIL PROTECTED]> * builtins.c (apply_args_size): Use reg_raw_mode. (apply_result_size): Ditto. http://gcc.gnu.org/ml/gcc-patches/2004-03/msg0142

Re: apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-07 Thread Eric Botcazou
> That was my thoughts too. You could take a look at how I fixed it on > ARM. Thanks. So basically you bypass the apply_result_mode array entirely, which is still wrong as it is on SPARC? -- Eric Botcazou

Re: Status of conversions to predicates.md

2005-04-07 Thread Eric Botcazou
> sparc > > Eric Botcazou says he is working on predicates.md himself. > > http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01694.html Confirmed. :-) However don't hold your breath, my priority is 4.0.0 until after it is released. -- Eric Botcazou

Re: 2 suggestions

2005-04-07 Thread Eric Botcazou
s bigger and > better, but don't need all the parts) Configure with --disable-libgcj. I even considered making this the default on SPARC/Solaris because libgcj build times are insanely long in 4.x and the default setting is to build 2 such monsters on Solaris 7 and up. -- Eric Botcazou

Re: 2 suggestions

2005-04-07 Thread Eric Botcazou
> single digits. Sure, but libgcj build times have escalated, /bin/ksh or not /bin/ksh, and they are getting unreasonable on (low-end) hardware currently sold by Sun. -- Eric Botcazou

Re: apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-07 Thread Eric Christopher
On Thu, 2005-04-07 at 16:48 +0200, Eric Botcazou wrote: > > That was my thoughts too. You could take a look at how I fixed it on > > ARM. > > Thanks. So basically you bypass the apply_result_mode array entirely, which > is still wrong as it is on SPARC? >

Re: apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-07 Thread Eric Botcazou
mode describes the widest mode of a *single* hard register. Now, before your change, apply_result_size computed the widest mode of *multi* hard registers, that's not the same thing. -- Eric Botcazou

Re: apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-07 Thread Eric Christopher
save the values (a quick glance at sparc.md didn't show any problems, but...). Or is something else clobbering later? -eric

Re: apply_result_size vs FUNCTION_VALUE_REGNO_P

2005-04-08 Thread Eric Botcazou
ll and untyped_return can be hacked to work around this (a la ARM), but this would need to be done in every back-end. So I think you should find another approach to fix your MIPS-specific problem, possibly by hacking MIPS' untyped_call and untyped_return. -- Eric Botcazou

Re: GCC 4.0 Ada Status Report (2005-04-09)

2005-04-09 Thread Eric Botcazou
x86_64-linux is clean too. -- Eric Botcazou

Re: GCC 4.0 Ada Status Report (2005-04-09)

2005-04-09 Thread Eric Botcazou
cd $dir/run > + if [ ! -x $dir/tests/$chapter/$i/$binmain ]; then > + sync > + fi > target_run $dir/tests/$chapter/$i/$binmain > > $dir/tests/$chapter/$i/${i}.log 2>&1 cd $dir/tests/$chapter/$i > cat ${i}.log >> $dir/acats.log Thanks, I'll test. -- Eric Botcazou

Re: GCC 4.0 Ada Status Report (2005-04-09)

2005-04-09 Thread Eric Botcazou
> http://gcc.gnu.org/ml/gcc-testresults/2005-03/msg01875.html A bit outdated. Most of them should be gone as of today. -- Eric Botcazou

Re: GCC 4.0 Freeze

2005-04-10 Thread Eric Christopher
istributors will provide access to g77 as long until gfortran is compliant with Fortran 77." -eric

Re: GCC 4.0 Freeze

2005-04-10 Thread Eric Christopher
On Sun, 2005-04-10 at 12:23 -0700, Zack Weinberg wrote: > Eric Christopher <[EMAIL PROTECTED]> writes: > > >> "This compiler at present doesn't cover all of Fortran 77. We assume > >> distributors to provide access to g77 as long as that's us

Re: GCC 4.0 RC1 Available

2005-04-10 Thread Eric Botcazou
ia: > > http://gcc.gnu.org/gcc-4.0/criteria.html > > for primary and secondary platforms. sparc-sun-solaris2.9 is OK for C/C++/Objective-C/Ada/F95, except FAIL: gcc.dg/builtin-apply4.c execution test in 32-bit mode. Patch in testing. We severely regressed for Java (22*2 new failures) 3 days ago. -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-10 Thread Eric Botcazou
> Is that a regression though? builtin-apply4.c is a new test. http://gcc.gnu.org/ml/gcc/2005-04/msg00299.html -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Eric Botcazou
e cases Java hackers should coordinate with the platform maintainers that try to keep the Java compiler healthy on their architecture, despite the huge tax of CPU cycles this entails. These CPU cycles should not be simply wasted. -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Eric Botcazou
> Please post the list of failures to [EMAIL PROTECTED] http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg00671.html -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Eric Botcazou
nd SPARC is the port that features the greatest number of officially appointed maintainers. :-) > However, if you can let me have a logon I can have a look. Thanks for the offer. I'll try and see what I can do. -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Eric Botcazou
> which I see you've already committed a patch for, and a large number > of Java failures. > > <http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg00814.html> > > for 4.0.0-20050410. Same failure as on Solaris. Andrew, do you have a Darwin machine at hand? -- Eric Botcazou

Re: GCC 4.0 RC1 Available

2005-04-13 Thread Eric Botcazou
> Did this get resolved? We found that PowerPC/Darwin and SPARC/Solaris have regressed the same way. Andrew should be looking at the failures on the Darwin side. > Eric> Tom, I presume there was a very good reason for installing such > Eric> a potentially destabilizing patch a

Re: GCC 4.0 RC2 Status

2005-04-17 Thread Eric Botcazou
RC, so the 4.0.0pre compiler is now regression-free for all languages on sparc-sun-solaris2.9 (as well as sparc64-sun-solaris2.9). -- Eric Botcazou

Re: libraries - double set

2005-04-18 Thread Eric Botcazou
er you compile with -m32 or -m64. -- Eric Botcazou

Re: Problems with MIPS cross compiling for GCC-4.1.0...

2005-04-18 Thread Eric Christopher
not > directly addressable > ../sysdeps/unix/sysv/linux/mips/pread.c:86: error: memory input 6 is not > directly addressable Probably a problem with the INLINE_SYSCALL macro? Can you post a smaller preprocessed testcase? (or at the outside the preprocessed file) -eric

Re: [RFC] warning: initialization discards qualifiers from pointer target type

2005-04-18 Thread Eric Christopher
l is the default. > > > > I notice that these are pedwarns, > > In that case, we can enable it only when -pedantic is used (like many > pedwarns) ? You could, but in this case it's probably best to fix the code... -eric

Re: GCC 4.0 RC2 Available

2005-04-18 Thread Eric Botcazou
ml/gcc-testresults/2005-04/msg01297.html -- Eric Botcazou

Re: Reload Issue -- I can't believe we haven't hit this before

2005-04-18 Thread Eric Botcazou
possibilities? For 3.3 and 3.4, this was "fixed" by not recording memory equivalences that have the infamous RTX_UNCHANGING_P flag set. -- Eric Botcazou

Re: GCC 4.0 RC2 Available

2005-04-19 Thread Eric Botcazou
oes the whole job should be made available. The second patch is not necessary. It is only meant to avoid the tons of failures you get (it was inadvertently dropped from Binutils 2.15). -- Eric Botcazou

Re: Reload Issue -- I can't believe we haven't hit this before

2005-04-19 Thread Eric Botcazou
s of course not optimal, unnecessary spills are generated. -- Eric Botcazou

Re: GCC 4.0 RC2 Available

2005-04-19 Thread Eric Botcazou
as generated by GCC). As an alternative, I could probably disable STABS for the 64-bit compiler. -- Eric Botcazou

Re: Reload Issue -- I can't believe we haven't hit this before

2005-04-20 Thread Eric Botcazou
tion. Was that long enough? :-) However, my reaction has not changed since yesterday: did you mean SET_DEST? -- Eric Botcazou

Re: Reload Issue -- I can't believe we haven't hit this before

2005-04-20 Thread Eric Botcazou
else than setting the pseudo to the value it is already equivalenced to. -- Eric Botcazou

gcc-4.0.0 build failed

2005-04-21 Thread Eric Lemings
sub in order to proceed with the build. Haven't run into any other errors yet but the build is still going... Eric.

Re: gcc-4.0.0 build failed

2005-04-21 Thread Eric Lemings
On Thu, 2005-04-21 at 22:27 -0600, Eric Lemings wrote: ... > So again, I had to create links for install-sh and config.sub in order > to proceed with the build. Haven't run into any other errors yet but > the build is still going... > > Eric. Build was successful after that.

Re: GCC 4.0 build fails on Mac OS X 10.3.9/Darwin kernel 7.9

2005-04-23 Thread Eric Botcazou
> Not being able to build in the source directory is a bug. > Having to set CONFIG_SHELL is a bug. > Having to install a newer cctools is a bug. > > Bugs should be fixed. Papering over them with documentation is, well, > unappealing to me. How can you fix bugs in Solaris&#

Re: [RFA] Which is better? More and simplier patterns? Fewer patterns with more embedded code?

2005-04-26 Thread Eric Christopher
the patterns you do have don't have a lot of multiple insns to accomplish a single task, but also make sure that you're generating the insns in the first place :) -eric

Re: building gcc 4.0.0 on Solaris

2005-04-30 Thread Eric Botcazou
abels > > Therefore : > 1) This seems to be x86-specific, so I would suggest moving this > paragraph from sparc-sun-solaris2* to i?86-*-solaris2* The problem is present on SPARC so the paragraph can't be moved. Not sure whether the bug ID is correct though. -- Eric Botcazou

Re: Built gcc 4.0.0, without C++ support

2005-04-30 Thread Eric Botcazou
lignment errors > during bootstrap. Did you read http://gcc.gnu.org/install/specific.html? There are known problems in some versions of the GNU tools and some versions of the Sun tools. Please provide more detailed info. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-02 Thread Eric Botcazou
> is for x86 platforms only. The problem is definitely present on SPARC (see the relocation). > In any case this looks wrong and needs to be fixed. Yes, we should probably revisit the problem. -- Eric Botcazou

Re: Stage1 ?

2005-05-06 Thread Eric Christopher
On Fri, 2005-05-06 at 07:06 +0200, Stephane Wirtel wrote: > Hi all, > > I would like to know how many stages are there ? > What's the first stage ? > http://gcc.gnu.org/develop.html -eric

Re: __builtin_isless, __builtin_islessequal on mips targets

2005-05-06 Thread Eric Christopher
ctions > > c.lt.FMT and > c.le.FMT > > instead of > > c.olt.FMT and > c.ole.FMT. No reason in particular. The only difference is that the first will signal an exception on QNaN and the second won't, thereby simplifying the programming model. Do you have a good reason for doing it the other way? -eric

Re: building gcc 4.0.0 on Solaris

2005-05-07 Thread Eric Botcazou
hows up for sparc. Do you have a testcase? AFAIK the problem only shows up with the Sun tools. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
> In any case it looks like gcc cannot be built on Solaris using standard > GNU binutils releases. 2.15 is the only one problematic, unless proven otherwise. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
proven otherwise. > > No, I've had problems with almsot all other previous GNU binutils > releases, see my previous posts on this list. Including 2.13.x and 2.14? -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
ibgcj.so.6 > collect2: ld returned 1 exit status > > Is there a way I can find the exact "ld" command line, in order to > provide a small testcase for the GNU binutils bugzilla? Pass -debug to collect2. I'm not sure this will give you a *small* testcase though. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
ibgcj.so.6 > collect2: ld returned 1 exit status > > Is there a way I can find the exact "ld" command line, in order to > provide a small testcase for the GNU binutils bugzilla? Pass -debug to collect2. I'm not sure this will give you a *small* testcase though. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
t to be enough. Yeah, in 1991 my 386 featured 4 Mb and I really see no reason why it could not be used to build libgcj nowadays. ;-) -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-10 Thread Eric Botcazou
h-as and --with-ld are respectively specified because the configure machinery will probe in that case. They are required otherwise because the Sun tools are the default. -- Eric Botcazou

Re: building gcc 4.0.0 on Solaris

2005-05-11 Thread Eric Botcazou
the patched assembler. If we are lucky, the problem was generic and has been fixed on SPARC too. -- Eric Botcazou

Re: gcc.dg/compat/struct-layout-1.exp does not supported installed-compiler testing

2005-05-15 Thread Eric Botcazou
> Personally, I think we should default to not installing libiberty.a, > though we should install libiberty.so if we build it. And fix PR other/16513 in the process. -- Eric Botcazou

Re: gcc.dg/compat/struct-layout-1.exp does not supported installed-compiler testing

2005-05-15 Thread Eric Botcazou
thing. IIRC I tried before filing the PR but got lost in the configure machinery. -- Eric Botcazou

Re: GCC 4.1: Buildable on GHz machines only?

2005-05-17 Thread Eric Botcazou
> For one thing, libgfortran requires c99 support, which is not in > newlib iiuc. In practice, no, it doesn't. F95 works fine on Solaris 2.5.1, which is the typical non-C99 native platform. -- Eric Botcazou

Re: [rfc] mainline slush

2005-05-18 Thread Eric Christopher
> We'd unslush when the primary platforms have clean test results. > > Thoughts? Aye :) -eric

Re: [rfc] mainline slush

2005-05-18 Thread Eric Botcazou
060.html and can be considered as a baseline for now. -- Eric Botcazou

Re: [rfc] mainline slush

2005-05-21 Thread Eric Botcazou
> On Sat, May 21, 2005 at 12:16:27AM +0200, Eric Botcazou wrote: > > http://gcc.gnu.org/ml/gcc-testresults/2005-05/msg01339.html > > The vectorization failures still need to be fixed. Are these specific to SPARC? If so, I don't think development should be held off for the

Re: [rfc] mainline slush

2005-05-21 Thread Eric Botcazou
ve detected that the insn is not valid. -- Eric Botcazou struct S1132 { struct{ unsigned long int b; struct{void * d[7];}c[30]; }a[3]; char e:8) - 1) & 7) + 1); struct{}f; }; extern int fails; void check1132va (int z, ...) { struct S1132 arg; long double ld; __bui

Re: [rfc] mainline slush

2005-05-21 Thread Eric Botcazou
rc64-sun-solaris2.9> gcc/xgcc -Bgcc -S t007_y.c -dr cc1: warning: unrecognized gcc debugging option: r [EMAIL PROTECTED]:~/build/gcc/sparc64-sun-solaris2.9> gcc/xgcc -Bgcc -S t007_y.c -fdump-rtl-expand cc1: error: unrecognized command line option "-fdump-rtl-expand" -- Eric Botcazou

Re: [rfc] mainline slush

2005-05-23 Thread Eric Christopher
a look and it seemed to work for me, I'll double check with a clean tree and all multilibs in a bit. -eric

Re: [rfc] mainline slush

2005-05-23 Thread Eric Christopher
> Eric (and anyone else who wasn't aware): there's been a lot of > discussion about this on gcc-patches since I posted that message: > > http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02029.html > > It's also PR21638: > > http://gcc.gnu.org/bugzi

Re: [rfc] mainline slush

2005-05-23 Thread Eric Christopher
han to iterate on each one separately. > > And int the mean time, things stay broken? Probably for the best I agree. If things are broken I can wander my sources back a few days and continue to get some work done. -eric

Re: Can't bootstrap current gcc cvs trunk on sparc-linux: SIGSEGV: build/genattrtab /usr/local/src/trunk/gcc/gcc/config/sparc/sparc.md > tmp-attrtab.c

2005-06-02 Thread Eric Botcazou
se_ins_ext_p What is yours? -- Eric Botcazou

Re: Can't bootstrap trunk on hppa

2005-06-02 Thread Eric Christopher
usable in modulo-sched.c. * modulo-sched.c (doloop_register_get): Use doloop_condition_get instead of duplicating it. This patch. I've emailed Steven. -eric

Re: Ada front-end depends on signed overflow

2005-06-03 Thread Eric Botcazou
> For Ada, I propose we make the following changes: >- by default, enable overflow checks using -ftrapv -ftrapv is not practically usable because (1) it generates awful code and (2) it badly interacts with the RTL optimizers. -- Eric Botcazou

Re: Ada front-end depends on signed overflow

2005-06-04 Thread Eric Botcazou
cause it is too low-level. Its general mechanism certainly can help (once it is fixed) but it must be driven by something more Ada-aware. -- Eric Botcazou

Re: Can't bootstrap current gcc cvs trunk on sparc-linux: SIGSEGV: build/genattrtab /usr/local/src/trunk/gcc/gcc/config/sparc/sparc.md > tmp-attrtab.c

2005-06-04 Thread Eric Botcazou
> This particular problem is gone now Right, works fine on Solaris too. -- Eric Botcazou

Re: Ada front-end depends on signed overflow

2005-06-05 Thread Eric Botcazou
at path. > I don't see that's so terrible, the jmp will be free in practice anyway > so I don't think you will find this slows things down. You missed the point; the overflow check has been optimized away by one of the RTL optimization passes. -- Eric Botcazou

<    1   2   3   4   5   6   7   8   9   10   >