]> gcc.gnu.org Git - gcc.git/commit - ChangeLog
re PR middle-end/24252 (Missing "warning: control reaches end of non-void function...
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 4 Jan 2006 12:21:27 +0000 (12:21 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 4 Jan 2006 12:21:27 +0000 (12:21 +0000)
commit2d309510df0ab85c0e86e721aa93c3193b8f9d39
tree30f6935e6b485478719f19cb5db78114923c7244
parentf7ace77f1f4a713c2e96b4daf6181216b5df29d9
re PR middle-end/24252 (Missing "warning: control reaches end of non-void function" in static function)

2006-01-04  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/24252

* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
* Makefile.tpl (OBJDUMP): New.
(EXTRA_HOST_FLAGS): Add it.
(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.

        * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
        to use symbolic links between directories.  Avoid race conditions
        or make them harmless.
        * configure.in: Do not try to use symbolic links between directories.

* Makefile.def (LEAN): Pass.
* Makefile.tpl (LEAN): Define.
(stage[+id+]-start): Accept that the previous directory does not
exist, if the bootstrap is lean.
(stage[+id+]-bubble): Invoke lean bootstrap commands after
stage[+id+]-start.  Use a makefile variable and an `if' instead of a
configure substitution.
([+compare-target+]): Likewise.
([+bootstrap-target+]-lean): New.
* configure.in: Remove lean bootstrap support from here.

        * Makefile.in: Regenerate.
        * configure: Regenerate.

From-SVN: r109325
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.in
This page took 0.062471 seconds and 5 git commands to generate.