This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.0 RC1 Available


Kaveh R. Ghazi wrote:

Nathanael removed the surrounding for-stmt but left
the break inside the if-stmt.
http://gcc.gnu.org/ml/gcc-patches/2003-11/msg02109.html


I think it is enough to remove it. bash does not complain if it finds a stray break, it seems.

Ok to commit to mainline (and src)? Mark, if you decide to fix it in 4.0, I think it is better that you do it yourself also because of the time zone difference (I'll be out of home this evening, which is morning/afternoon for you).

Paolo

2005-04-12 Paolo Bonzini <bonzini@gnu.org>

* configure: Regenerate.

config:
2005-04-12  Paolo Bonzini  <bonzini@gnu.org>

* acx.m4 (ACX_PROG_GNAT): Remove stray break.


Index: acx.m4 =================================================================== RCS file: /cvs/gcc/gcc/config/acx.m4,v retrieving revision 1.11 diff -p -u -r1.11 acx.m4 --- acx.m4 28 Feb 2005 13:25:55 -0000 1.11 +++ acx.m4 12 Apr 2005 07:04:16 -0000 @@ -212,7 +212,6 @@ acx_cv_cc_gcc_supports_ada=no errors=`(${CC} -c conftest.adb) 2>&1 || echo failure` if test x"$errors" = x && test -f conftest.$ac_objext; then acx_cv_cc_gcc_supports_ada=yes - break fi rm -f conftest.*])



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]