This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/69581] [6 Regression] r232586 broke arm-cross-compiler bootstrap


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69581

--- Comment #7 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
Thanks.  Now about reversing the comments at the bottom of math.h ?

Index: libstdc++-v3/include/c_compatibility/math.h
===================================================================
--- libstdc++-v3/include/c_compatibility/math.h (revision 233023)
+++ libstdc++-v3/include/c_compatibility/math.h (working copy)
@@ -177,7 +177,6 @@ using std::sph_neumannl;
 using std::sph_neumann;
 #endif // __STDCPP_WANT_MATH_SPEC_FUNCS__

-#endif // __cplusplus
-
 #endif // _GLIBCXX_MATH_H

+#endif // __cplusplus

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