public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/49661] New: et-forest.h uses extern "C"
@ 2011-07-06 15:35 jsm28 at gcc dot gnu.org
  2011-07-07  9:26 ` [Bug other/49661] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2011-07-06 15:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661

           Summary: et-forest.h uses extern "C"
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jsm28@gcc.gnu.org


et-forest.h uses

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

contrary to the normal principle in GCC that when building as C++ the internal
interfaces are C++ ones.  A fix would be almost obvious, but would need testing
with a --enable-build-with-cxx build.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/49661] et-forest.h uses extern "C"
  2011-07-06 15:35 [Bug other/49661] New: et-forest.h uses extern "C" jsm28 at gcc dot gnu.org
@ 2011-07-07  9:26 ` rguenth at gcc dot gnu.org
  2013-11-10  6:05 ` pinskia at gcc dot gnu.org
  2013-11-11 16:17 ` joseph at codesourcery dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-07-07  9:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.07.07 09:25:50
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-07 09:25:50 UTC ---
Confirmed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/49661] et-forest.h uses extern "C"
  2011-07-06 15:35 [Bug other/49661] New: et-forest.h uses extern "C" jsm28 at gcc dot gnu.org
  2011-07-07  9:26 ` [Bug other/49661] " rguenth at gcc dot gnu.org
@ 2013-11-10  6:05 ` pinskia at gcc dot gnu.org
  2013-11-11 16:17 ` joseph at codesourcery dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-10  6:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2011-07-07 09:25:50         |2013-11-09

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It has been there since the file was added with:
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg00590.html

It looks like it was going to be part of libiberty but then it was decided it
should be in gcc with a possibility of moving to libiberty: see
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg00896.html .

libiberty is still considered a C library correct?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/49661] et-forest.h uses extern "C"
  2011-07-06 15:35 [Bug other/49661] New: et-forest.h uses extern "C" jsm28 at gcc dot gnu.org
  2011-07-07  9:26 ` [Bug other/49661] " rguenth at gcc dot gnu.org
  2013-11-10  6:05 ` pinskia at gcc dot gnu.org
@ 2013-11-11 16:17 ` joseph at codesourcery dot com
  2 siblings, 0 replies; 4+ messages in thread
From: joseph at codesourcery dot com @ 2013-11-11 16:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49661

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
libiberty is a C library.  I don't consider that relevant to any code not 
actually part of libiberty.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-11 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-06 15:35 [Bug other/49661] New: et-forest.h uses extern "C" jsm28 at gcc dot gnu.org
2011-07-07  9:26 ` [Bug other/49661] " rguenth at gcc dot gnu.org
2013-11-10  6:05 ` pinskia at gcc dot gnu.org
2013-11-11 16:17 ` joseph at codesourcery dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).