Commit 0bcf70f8 by Oleg Endo

re PR target/61026 (sh-rtems4.11 build of 4.9.0 fails on FreeBSD 10 c++ (clang).)

	PR target/61026
	* config/sh/sh.c: Include stdlib headers before everything else.

From-SVN: r210028
parent 2ec1d0af
2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
PR target/61026
* config/sh/sh.c: Include stdlib headers before everything else.
2014-05-02 Jakub Jelinek <jakub@redhat.com> 2014-05-02 Jakub Jelinek <jakub@redhat.com>
* gimplify.c (gimplify_adjust_omp_clauses_1): Handle * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
......
...@@ -19,6 +19,10 @@ You should have received a copy of the GNU General Public License ...@@ -19,6 +19,10 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include <sstream>
#include <vector>
#include <algorithm>
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
...@@ -70,10 +74,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -70,10 +74,6 @@ along with GCC; see the file COPYING3. If not see
#include "pass_manager.h" #include "pass_manager.h"
#include "context.h" #include "context.h"
#include <sstream>
#include <vector>
#include <algorithm>
int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch; int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch;
/* These are some macros to abstract register modes. */ /* These are some macros to abstract register modes. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment