public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/10687: [3.3] Typo in mips/linux.h
@ 2003-05-08 16:56 drow
  0 siblings, 0 replies; 2+ messages in thread
From: drow @ 2003-05-08 16:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10687
>Category:       target
>Synopsis:       [3.3] Typo in mips/linux.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 08 16:56:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     drow@false.org
>Release:        3.3 CVS branch
>Organization:
>Environment:

>Description:
There's a one-character typo in config/mips/linux.h; the fix
was queued up with the merge from the mips-rewrite branch
so it was never submitted for 3.3.  It causes the C compiler
to set c_language=clk_cplusplus, which is surprisingly
harmless, and to define -D_GNU_SOURCE by default, which
isn't.

        /* The GNU C++ standard library requires this.  */      \
-       if (c_language = clk_cplusplus)                         \
+       if (c_language == clk_cplusplus)                        \
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: target/10687: [3.3] Typo in mips/linux.h
@ 2003-05-08 17:31 drow
  0 siblings, 0 replies; 2+ messages in thread
From: drow @ 2003-05-08 17:31 UTC (permalink / raw)
  To: drow, drow, gcc-bugs, gcc-prs, nobody

Synopsis: [3.3] Typo in mips/linux.h

Responsible-Changed-From-To: unassigned->drow
Responsible-Changed-By: drow
Responsible-Changed-When: Thu May  8 17:31:38 2003
Responsible-Changed-Why:
    Got it.
State-Changed-From-To: open->closed
State-Changed-By: drow
State-Changed-When: Thu May  8 17:31:38 2003
State-Changed-Why:
    Approved for 3.3.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10687


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

end of thread, other threads:[~2003-05-08 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-08 16:56 target/10687: [3.3] Typo in mips/linux.h drow
2003-05-08 17:31 drow

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