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 bootstrap/48009] Bootstrap failure: c++locale.cc: invalid conversion from 'const char*' to 'char*'


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

howarth at bromo dot med.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth at bromo dot med.uc.edu

--- Comment #14 from howarth at bromo dot med.uc.edu ---
(In reply to David Edelsohn from comment #13)
> Fixed.

At r220743 on x86_64-apple-darwin14 with autogen 5.18.4 installed, make check
now produces...

stdlib.h
/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150216/fixincludes/tests/base/stdlib.h
differ: char 240, line 12
*** stdlib.h    2015-02-16 22:36:55.000000000 -0500
---
/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150216/fixincludes/tests/base/stdlib.h
   2014-10-29 19:59:47.000000000 -0400
***************
*** 9,19 ****



- #if defined( AIX_STRTOF_CONST_CHECK )
- extern float    strtof(const char *, char **);
- #endif  /* AIX_STRTOF_CONST_CHECK */
- 
- 
  #if defined( HPUX11_ABS_CHECK )
  #if !defined(_MATH_INCLUDED) || defined(__GNUG__)
  #endif  /* HPUX11_ABS_CHECK */
--- 9,14 ----

There were fixinclude test FAILURES


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