public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6857: Missing space after pointer/reference types in warning.
@ 2002-09-14 23:46 Gabriel Dos Reis
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel Dos Reis @ 2002-09-14 23:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6857; it has been noted by GNATS.

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: nathan@gcc.gnu.org
Cc: carlo@alinoe.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: c++/6857: Missing space after pointer/reference types in warning.
Date: 15 Sep 2002 08:34:37 +0200

 nathan@gcc.gnu.org writes:
 
 | Synopsis: Missing space after pointer/reference types in warning.
 | 
 | State-Changed-From-To: open->analyzed
 | State-Changed-By: nathan
 | State-Changed-When: Sat Sep 14 15:22:38 2002
 | State-Changed-Why:
 |     confirmed.
 
 This broke because somehow, someone managed to skew things in
 cp/error.c. I'm looking at it.
 
 -- Gaby


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

* Re: c++/6857: Missing space after pointer/reference types in warning.
@ 2002-09-14 15:22 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2002-09-14 15:22 UTC (permalink / raw)
  To: carlo, gcc-bugs, gcc-prs, nobody

Synopsis: Missing space after pointer/reference types in warning.

State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Sat Sep 14 15:22:38 2002
State-Changed-Why:
    confirmed. Well if you want my opinion they
    should be 'int &foo' and 'int *foo', and we
    should write cv quals after they type, like
    'int const *const baz'. buit that's just me :)

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


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

* c++/6857: Missing space after pointer/reference types in warning.
@ 2002-05-29  7:26 carlo
  0 siblings, 0 replies; 3+ messages in thread
From: carlo @ 2002-05-29  7:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6857
>Category:       c++
>Synopsis:       Missing space after pointer/reference types in warning.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 29 06:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     carlo@alinoe.com
>Release:        3.0.x and 3.1
>Organization:
>Environment:

>Description:
Missing spaces in warning:

troep.cc:2: conflicting types for `int&foo'
troep.cc:1: previous declaration as `int*foo'
troep.cc:2: `foo' declared as reference but not initialized

Should be `int& foo' and `int* foo'.
>How-To-Repeat:
Compile:

int* foo;
int& foo;

>Fix:

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


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

end of thread, other threads:[~2002-09-15  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-14 23:46 c++/6857: Missing space after pointer/reference types in warning Gabriel Dos Reis
  -- strict thread matches above, loose matches on Subject: below --
2002-09-14 15:22 nathan
2002-05-29  7:26 carlo

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