gcc-4.3-20081218 is now available

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

Best Practice for using contrib/dg-cmp-results

2008-12-18 Thread Joel Sherrill
Hi, I have made a lot of progress running the GCC Test Suite on RTEMS targets on the CFARM and reporting results. Now I would like to begin to run the tests on a regular basis and use dg-cmp-results to point out variances from one run to the next. I think this is critical because there are ~12 R

20 �ves l�ny keresi sexre v�gy� p�rj�t!

2008-12-18 Thread Brigitta
20 éves mult szöke leányzó keresi komoly párját! Bármilyen Sexuális formát felveszek! Telefonszámom: 06-30-769-75-92 hívjatok benne vagyok mindenben

darwin g++ and libstdc++ regressions?

2008-12-18 Thread Jack Howarth
At revision r142799 on i686-apple-darwin9, I am seeing a few new regressions... FAIL: g++.dg/cpp0x/auto12.C scan-assembler _ZN1AIiE1gIiEEDTplsTT_sRjES2_ ...at -m32 and -m64 as well as... FAIL: abi/demangle/regression/cw-16.cc execution test at -m32 in the libstdc++-v3 testsuite. Should we op

Bug in optimize_bitfield_assignment_op()?

2008-12-18 Thread Bingfeng Mei
Hello, My GCC porting for our own VLIW processor tracks mainline weekly. Test 991118-1.c has failed since two weeks ago. Following is a simplified version of 99118-1.c. After some investigation, I found the following statement is expanded to RTL wrongly. ;; tmp2.field = () () ((long long int)

GCC RES: Restrictive Exception Specification: 0.1 - Pre-Alpha. (Ignore my previous 3 posts).

2008-12-18 Thread Simon Hill
Hopefully this will all go right this time. If mods can delete the other 3 posts I'd be much obliged. I just needed to put all these files in the same post, and gmail is being a nuisance. RES is my project to test (at compile time) whether C++ code can throw unhandled exceptions. I tidied up my s

GCC RES: Restrictive Exception Specification: 0.1 - Pre-Alpha. (Third time lucky? Sorry about this)

2008-12-18 Thread Simon Hill
Extract and rename as res.diff - It seems gmail wants to attach diff files as text instead of attachments. res.diff.tar.gz Description: GNU Zip compressed data

GCC RES: Restrictive Exception Specification: 0.1 - Pre-Alpha.

2008-12-18 Thread Simon Hill
Sorry I pressed enter accidentally on gmail and send with no title.

Re: about emit_move_insn in define_expand

2008-12-18 Thread Uday P. Khedker
Yes, that is what was my first guess. That is the reason we avoid using force_reg in reload pass (by using !no_new_pseudos). Uday Khedker. -- Dr. Uday Khedker Associate Professor Department of Computer Science & Engg. IIT Bombay,

Re: about emit_move_insn in define_expand

2008-12-18 Thread daniel tian
(define_expand "movsi" [(set (match_operand:SI 0 "nonimmediate_operand" "") (match_operand:SI 1 "general_operand" "") )] "" { if(GET_CODE(operands[0])==MEM && GET_CODE(operands[1])!=REG) { if(!no_new_pseudos) { operands[1]=force_reg(

Re: Are BOOT_CFLAGS, CFLAGS_FOR_TARGET, and CXXFLAGS_FOR_TARGET necessary and sufficient?

2008-12-18 Thread Gordon Magnusson
>> make "BOOT_CFLAGS=-O3" "CFLAGS_FOR_TARGET=-O3" "CXXFLAGS_FOR_TARGET=-O3" > Seems right to me. What happened when you tried it? I figured that "ask" instead of "try it and see what happens" was a better idea, especially because that wouldn't identify unnecessary variables. > Note that gcc@gcc.