MELT-1.0-rc1 plugin release candidate for GCC 4.7, 4.8 or newer

2013-10-03 Thread Basile Starynkevitch
Dear All It is my pleasure to announce the MELT 1.0 plugin for GCC 4.7 and 4.8 first release candidate. Please download the bzip-ed tarball source from http://gcc-melt.org/melt-1.0-rc1-plugin-for-gcc-4.7-or-4.8.tar.bz2 it is a bzip2-ed tar ball of md5sum 6f0620f07302105587ddb15902125948 an

Re: [MIPS] Optimizing stack frames for codesize

2013-10-03 Thread Richard Sandiford
Matthew Fortune writes: > I have been looking at using the FRAME_GROWS_DOWNWARD macro to change > the layout of a frame such that spill slots end up closer to the stack > pointer. This is useful as it leads to more spill/reload instructions > being encodable with 16bit instructions for mips16 and

Fix line number data for PIC register setup code

2013-10-03 Thread Tom de Vries
Richard, ( see also related discussion http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01570.html ) Consider break.c (minimized from gdb/testsuite/gdb.base/break.c): ... void *v; void a (void *x) { } void b (void) { } int main (int argc) { if (argc == 12345) { a (v); return 1;

Re: Invocation mismatch - some data files may have been removed

2013-10-03 Thread Jonathan Wakely
This mailing list is about development of GCC itself, not for help using GCC. The gcc-bugs list is not the right list either. Your question would be more appropriate on the gcc-help list. On 3 October 2013 09:54, wrote: > Hi, > > While executing shell script (*.sh) I am seeing some warnings.

Re: Getting the ARC port reviewed and accepted

2013-10-03 Thread Richard Earnshaw
On 02/10/13 14:59, Richard Biener wrote: > The main reason for technical review of a port is to avoid that it uses > deprecated mechanisms and thus blocks removal of them. Like > accepting a port that uses target macros when a corresponding > target hook exists, or accepting a port that uses reloa

Invocation mismatch - some data files may have been removed

2013-10-03 Thread prakharhp4
Hi, While executing shell script (*.sh) I am seeing some warnings. It is not letting my program run. Is this because of file mismatch or due to cup/copy of files. They are below: (gdb) profiling:/home/guest/obj/image.a/image.gcda:Invocation mismatch - some data files may have been removedCle

Re: Getting the ARC port reviewed and accepted

2013-10-03 Thread Jeremy Bennett
On 30/09/13 17:09, Jeremy Bennett wrote: Hi all, You've probably seen that Joern Rennecke (amylaar) has been pinging repeatedly for help reviewing the ARC port: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02072.html Joern is approved as a maintainer, and the tests have been reviewed and ap