Require target lra in gcc.c-torture/compile/asmgoto-6.c
[official-gcc.git] / gcc / cp / mapper-resolver.cc
blob3c047c8fdd85a39569d9fbf6d00f8d5ff5d6e88e
1 /* C++ modules. Experimental! -*- c++ -*-
2 Copyright (C) 2020-2023 Free Software Foundation, Inc.
3 Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
12 GCC is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
21 /* Forward to the resolver in c++tools. */
23 #include "config.h"
24 #define INCLUDE_STRING
25 #define INCLUDE_VECTOR
26 #define INCLUDE_ALGORITHM
27 #define INCLUDE_MAP
28 #define INCLUDE_MEMORY
29 #include "system.h"
31 // We don't want or need to be aware of networking
32 #define CODY_NETWORKING 0
33 #include "../../c++tools/resolver.cc"