Re: [lto] function to DECL associations for WPA repackaging

2008-06-13 Thread Richard Guenther
On Fri, Jun 13, 2008 at 12:49 AM, Daniel Berlin <[EMAIL PROTECTED]> wrote: > On Thu, Jun 12, 2008 at 4:39 PM, Diego Novillo <[EMAIL PROTECTED]> wrote: >> On 2008-06-12, Kenneth Zadeck <[EMAIL PROTECTED]> wrote: >> >>> I have no idea how to make sure, in whopr, that function x sees foobar if >>> yo

Question about how to implement abi specific va_list (and builtins)

2008-06-13 Thread Kai Tietz
Hi, The issue is, that for x86_64 the call for a w64 abi function should be supported. The problem is, that va_list has always the type of the target and there is no abi specific switching supported. My first idea was to make the define for va_list_type_node in tree.h overridable for targets,

Re: [lto] function to DECL associations for WPA repackaging

2008-06-13 Thread Diego Novillo
On 6/12/08 6:49 PM, Daniel Berlin wrote: On Thu, Jun 12, 2008 at 4:39 PM, Diego Novillo <[EMAIL PROTECTED]> wrote: int N; int foobar; int *bar = &foobar; int **foo = &bar; x () { int **x = foo; return **x; } All of 'foobar', 'bar' and 'foo' will be in the list of symbols referenced by x().

Re: [lto] function to DECL associations for WPA repackaging

2008-06-13 Thread Diego Novillo
On 6/13/08 3:27 AM, Richard Guenther wrote: But probably pulling them in on-demand is a more practical approach (after all this huge number of vars is also the cause of the slowness of alias computation and partitioning in this testcase). I agree, and the end result would be the same. By the

Re: [lto] function to DECL associations for WPA repackaging

2008-06-13 Thread Richard Guenther
On Fri, Jun 13, 2008 at 12:29 PM, Diego Novillo <[EMAIL PROTECTED]> wrote: > On 6/13/08 3:27 AM, Richard Guenther wrote: > >> But probably pulling them in on-demand is >> a more practical approach (after all this huge number of vars is >> also the cause of the slowness of alias computation and part

Update on CIL branch

2008-06-13 Thread Andrea Carlo ORNSTEIN
Hi, I wanted to give a small update on what has been done on the CLI branch (gcc svn repository branches/st) before the summit. I will not be able to be there, have fun :) What we have done lately - added binutils for cil as simple wrappers on DotGnu binutils simplifies build of a toolchain

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-13 Thread Ralf Baechle
On Thu, Jun 12, 2008 at 01:10:10PM -0700, David Daney wrote: >>> Among the versions of GCC that can build the current kernel, will any >>> fail on this code because the "i" constraint cannot be matched when >>> expanded to RTL? >> >> Someone will point this out if I don't, so for avoidance of doub

[EMAIL PROTECTED]: Results for 4.4.0 20080613 (experimental) [trunk revision 136737] (GCC) testsuite on iq2000-unknown-elf]

2008-06-13 Thread DJ Delorie
Showed up for v850, iq2000, and m32c... Manual compilation results in zero warnings. --- Start of forwarded message --- Date: Fri, 13 Jun 2008 11:21:27 -0400 From: DJ Delorie <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Results for 4.4.0 20080613 (experimental) [trunk re

Re: [tuples] API documentation

2008-06-13 Thread Mark Mitchell
Ian Lance Taylor wrote: I think that when it is reasonably stable it should move into a .texi file in the source code. That is there the gcc internals manual lives. I would not be averse to moving the entire internals manual to the web in some form. But having it in two places does not seem l

Re: C++ warnings vs. errors

2008-06-13 Thread Mark Mitchell
Jonathan Wakely wrote: Hi Volker, thanks for picking these issues up. I told Manuel I'd review the rest of the remaining pedwarns, but haven't had time to do it either. Just to chime in here: Volker, I agree with your comments. Jonathan, Manuel, if you would please make the time to finish this

Re: C++ warnings vs. errors

2008-06-13 Thread Manuel López-Ibáñez
2008/6/13 Mark Mitchell <[EMAIL PROTECTED]>: > Jonathan Wakely wrote: >> >> Hi Volker, thanks for picking these issues up. I told Manuel I'd >> review the rest of the remaining pedwarns, but haven't had time to do >> it either. > > Just to chime in here: Volker, I agree with your comments. > > Jona

GCC 4.3.2 Status Report (2008-06-13)

2008-06-13 Thread Mark Mitchell
Status == Congratulations and Kudos to Jakub for the GCC 4.3.1 release! The GCC 4.3 open for commits under normal release branch rules. Unfortunately, after getting to zero P1s, some more wrong-code and ice-on-valid errors have reappeared. So, the bug counts are up a bit. Quality Data =

gcc-4.4-20080613 is now available

2008-06-13 Thread gccadmin
Snapshot gcc-4.4-20080613 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20080613/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.4 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: [EMAIL PROTECTED]: Results for 4.4.0 20080612 (experimental) [trunk revision 136692] (GCC) testsuite on m32c-unknown-elf]

2008-06-13 Thread DJ Delorie
> I should start posting these to the testing list. Lots of m16c > improvements, but some m32c regressions. I haven't tried to diagnose > these yet, but if nobody claims it's their fault I will ;-) > > Anyone know why the regressions happened? > > PASS-FAIL: gcc.c-torture/execute/builtins/vspr