gcc-4.7-20120929 is now available

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

Re: Question about insn predicates and constraints

2012-09-29 Thread Ian Lance Taylor
On Sat, Sep 29, 2012 at 3:15 AM, Andreas Schwab wrote: > m68k.md contains the following insn: > > (define_insn "" > [(set (match_operand:SI 0 "nonimmediate_operand" "=&d") > (zero_extract:SI (match_operand:SI 1 "register_operand" "do") > (match_operand:SI 2 "cons

Build-system question: Making known to gcc/fortran's CPP call: TARGET_SYSTEM_ROOT / @TARGET_SYSTEM_ROOT_DEFINE@

2012-09-29 Thread Tobias Burnus
Dear all, I have a question to the GCC build-system experts to make TARGET_SYSTEM_ROOT available to gfortran (see PR54725); it's required to have the proper "/usr/include" directory when using CPP. That's partially cured by the patch below, however, it is not sufficient as "TARGET_SYSTEM_ROO

Question about insn predicates and constraints

2012-09-29 Thread Andreas Schwab
m68k.md contains the following insn: (define_insn "" [(set (match_operand:SI 0 "nonimmediate_operand" "=&d") (zero_extract:SI (match_operand:SI 1 "register_operand" "do") (match_operand:SI 2 "const_int_operand" "n") (match_operand:SI 3 "c