Temporary header file '/tmp/5vpInS1trj/dump1.h' with the following content will be compiled to create GCC translation unit dump:

  // add defines
  #define __STDC_VERSION__ 201710L
#define _GXX_NULLPTR_T
#define CLUTTER_ENABLE_COMPOSITOR_API 1
#define _REGEX_NELTS(n)
#define _Atomic
#define PACKED
#define getaddrinfo_a(a,b,c,d)

  // add includes
  #include "/usr/include/fast5/Bit_Packer.hpp"
  #include "/usr/include/fast5/Huffman_Packer.hpp"
  #include "/usr/include/fast5/fast5_version.hpp"
  #include "/usr/include/fast5/hdf5_tools.hpp"
  #include "/usr/include/fast5/logger.hpp"
  #include "/usr/include/fast5.hpp"

  // add namespaces
  namespace fast5{typedef int tmp_add_type_1;}
  fast5::tmp_add_type_1 tmp_add_func_1(){return 0;};
  namespace logger{typedef int tmp_add_type_2;}
  logger::tmp_add_type_2 tmp_add_func_2(){return 0;};
  namespace fast5{namespace __anonaa67f54e6211{typedef int tmp_add_type_3;}}
  fast5::__anonaa67f54e6211::tmp_add_type_3 tmp_add_func_3(){return 0;};
  namespace hdf5_tools{typedef int tmp_add_type_4;}
  hdf5_tools::tmp_add_type_4 tmp_add_func_4(){return 0;};
  namespace hdf5_tools{namespace detail{typedef int tmp_add_type_5;}}
  hdf5_tools::detail::tmp_add_type_5 tmp_add_func_5(){return 0;};

  // add classes
  H5AC_cache_config_t* tmp_add_class_0;
  H5AC_cache_image_config_t* tmp_add_class_1;
  H5E_error1_t* tmp_add_class_2;
  H5E_error2_t* tmp_add_class_3;
  H5FD_class_t* tmp_add_class_4;
  H5FD_free_t* tmp_add_class_5;
  H5FD_hdfs_fapl_t* tmp_add_class_6;
  H5FD_ros3_fapl_t* tmp_add_class_7;
  H5FD_splitter_vfd_config_t* tmp_add_class_8;
  H5FD_t* tmp_add_class_9;
  H5F_info1_t* tmp_add_class_10;
  H5F_info2_t* tmp_add_class_11;
  H5F_retry_info_t* tmp_add_class_12;
  H5F_sect_info_t* tmp_add_class_13;
  H5G_info_t* tmp_add_class_14;
  H5G_stat_t* tmp_add_class_15;
  H5O_hdr_info_t* tmp_add_class_16;
  H5O_info_t* tmp_add_class_17;
  H5O_stat_t* tmp_add_class_18;
  H5T_cdata_t* tmp_add_class_19;
  H5Z_cb_t* tmp_add_class_20;
  H5Z_class1_t* tmp_add_class_21;
  H5Z_class2_t* tmp_add_class_22;
  H5_alloc_stats_t* tmp_add_class_23;
  H5_ih_info_t* tmp_add_class_24;
  _G_fpos64_t* tmp_add_class_25;
  _G_fpos_t* tmp_add_class_26;
  _IO_cookie_io_functions_t* tmp_add_class_27;

The GCC parameters:
  gcc -fdump-lang-raw -fkeep-inline-functions -c -x c++ -fpermissive -w "/tmp/5vpInS1trj/dump1.h"  -I/usr/include/hdf5/serial

In file included from /tmp/5vpInS1trj/dump1.h:13:
/usr/include/fast5/Huffman_Packer.hpp: In member function ‘std::pair<std::vector<unsigned char>, std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > > fast5::Huffman_Packer::encode(const std::vector<Int_Type>&, bool) const’:
/usr/include/fast5/Huffman_Packer.hpp:144:35: error: ‘setprecision’ is not a member of ‘std’
  144 |         oss << std::fixed << std::setprecision(2) << (double)(res.size() * 8) / v.size();
      |                                   ^~~~~~~~~~~~
/usr/include/fast5/Huffman_Packer.hpp: In static member function ‘static void fast5::Huffman_Packer::static_init()’:
/usr/include/fast5/Huffman_Packer.hpp:322:14: error: ‘deque’ is not a member of ‘std’
  322 |         std::deque< std::deque< std::string > > dd;
      |              ^~~~~
/usr/include/fast5/Huffman_Packer.hpp:22:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
   21 | #include "logger.hpp"
  +++ |+#include <deque>
   22 | 
/usr/include/fast5/Huffman_Packer.hpp:322:26: error: ‘deque’ is not a member of ‘std’
  322 |         std::deque< std::deque< std::string > > dd;
      |                          ^~~~~
/usr/include/fast5/Huffman_Packer.hpp:322:26: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
/usr/include/fast5/Huffman_Packer.hpp:322:45: error: expected primary-expression before ‘>’ token
  322 |         std::deque< std::deque< std::string > > dd;
      |                                             ^
/usr/include/fast5/Huffman_Packer.hpp:322:47: error: expected primary-expression before ‘>’ token
  322 |         std::deque< std::deque< std::string > > dd;
      |                                               ^
/usr/include/fast5/Huffman_Packer.hpp:322:49: error: ‘dd’ was not declared in this scope; did you mean ‘id’?
  322 |         std::deque< std::deque< std::string > > dd;
      |                                                 ^~
      |                                                 id

