public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
@ 2003-08-29 21:10 ` jason at gcc dot gnu dot org
  2003-08-29 21:13 ` pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2003-08-29 21:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jason at gcc dot gnu dot org|jason at redhat dot com


------- Additional Comments From jason at gcc dot gnu dot org  2003-08-29 21:10 -------
The problem seems to be that Solaris and Darwin need a

  #define NO_IMPLICIT_EXTERN_C

in their config headers.  It's probably past time to flip the default for that
setting.


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

* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
  2003-08-29 21:10 ` [Bug c++/7327] -isystem and template linkage jason at gcc dot gnu dot org
@ 2003-08-29 21:13 ` pinskia at physics dot uc dot edu
  2003-08-29 21:29 ` jason at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-29 21:13 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-29 21:13 -------
Subject: Re:  -isystem and template linkage

> The problem seems to be that Solaris and Darwin need a
> 
>   #define NO_IMPLICIT_EXTERN_C
> 
> in their config headers.  It's probably past time to flip the default for that
> setting.

The problem with this on Darwin is that the mach headers are not C++ safe.
I do not know why solaris is not done that way though.

Thanks,
Andrew Pinski


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

* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
  2003-08-29 21:10 ` [Bug c++/7327] -isystem and template linkage jason at gcc dot gnu dot org
  2003-08-29 21:13 ` pinskia at physics dot uc dot edu
@ 2003-08-29 21:29 ` jason at redhat dot com
  2003-08-29 22:35 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at redhat dot com @ 2003-08-29 21:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jason at redhat dot com  2003-08-29 21:29 -------
Subject: Re:  -isystem and template linkage

On 29 Aug 2003 21:13:39 -0000, "pinskia at physics dot uc dot edu" <gcc-bugzilla@gcc.gnu.org> wrote:

> The problem with this on Darwin is that the mach headers are not C++ safe.

Well, then Darwin users are out of luck.

Jason


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

* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
                   ` (2 preceding siblings ...)
  2003-08-29 21:29 ` jason at redhat dot com
@ 2003-08-29 22:35 ` jason at gcc dot gnu dot org
  2003-09-02 21:45 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2003-08-29 22:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |numien at deathwyrm dot net


------- Additional Comments From jason at gcc dot gnu dot org  2003-08-29 22:35 -------
*** Bug 11285 has been marked as a duplicate of this bug. ***


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

* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
                   ` (3 preceding siblings ...)
  2003-08-29 22:35 ` jason at gcc dot gnu dot org
@ 2003-09-02 21:45 ` cvs-commit at gcc dot gnu dot org
  2003-10-17  2:39 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-02 21:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-02 21:45 -------
Subject: Bug 7327

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason@gcc.gnu.org	2003-09-02 21:45:20

Modified files:
	gcc            : ChangeLog 
	gcc/config/sparc: sol2.h 

Log message:
	PR c++/7327
	* config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.945&r2=2.946
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sol2.h.diff?cvsroot=gcc&r1=1.53&r2=1.54


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

* [Bug c++/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
                   ` (4 preceding siblings ...)
  2003-09-02 21:45 ` cvs-commit at gcc dot gnu dot org
@ 2003-10-17  2:39 ` jason at gcc dot gnu dot org
  2004-03-06  5:05 ` [Bug target/7327] " pinskia at gcc dot gnu dot org
  2004-06-05 16:55 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2003-10-17  2:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |austern at apple dot com
         AssignedTo|jason at redhat dot com     |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


------- Additional Comments From jason at gcc dot gnu dot org  2003-10-17 02:39 -------
The remaining bug here is (reportedly) in the Darwin headers, which we can't
fix.  I've added Matt Austern to the CC list in the hopes that someone at Apple
will fix that problem so that we can define NO_IMPLICIT_EXTERN_C for Darwin as well.


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

* [Bug target/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
                   ` (5 preceding siblings ...)
  2003-10-17  2:39 ` jason at gcc dot gnu dot org
@ 2004-03-06  5:05 ` pinskia at gcc dot gnu dot org
  2004-06-05 16:55 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-06  5:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-06 05:05 -------
I hear this is trying to get fixed for the next release of Mac OS X (aka darwin).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target
   Last reconfirmed|2003-12-06 09:37:21         |2004-03-06 05:05:47
               date|                            |


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


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

* [Bug target/7327] -isystem and template linkage
       [not found] <20020716064602.7327.hoel@germanlloyd.org>
                   ` (6 preceding siblings ...)
  2004-03-06  5:05 ` [Bug target/7327] " pinskia at gcc dot gnu dot org
@ 2004-06-05 16:55 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-05 16:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-05 16:55 -------
This is a dup of bug 15834.

*** This bug has been marked as a duplicate of 15834 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-06-05 16:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020716064602.7327.hoel@germanlloyd.org>
2003-08-29 21:10 ` [Bug c++/7327] -isystem and template linkage jason at gcc dot gnu dot org
2003-08-29 21:13 ` pinskia at physics dot uc dot edu
2003-08-29 21:29 ` jason at redhat dot com
2003-08-29 22:35 ` jason at gcc dot gnu dot org
2003-09-02 21:45 ` cvs-commit at gcc dot gnu dot org
2003-10-17  2:39 ` jason at gcc dot gnu dot org
2004-03-06  5:05 ` [Bug target/7327] " pinskia at gcc dot gnu dot org
2004-06-05 16:55 ` pinskia at gcc dot gnu dot org

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).