public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19735] New: Spelling "error" in error message.
@ 2005-02-01  0:40 wwieser at gmx dot de
  2005-02-01  0:42 ` [Bug c++/19735] Grammar " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wwieser at gmx dot de @ 2005-02-01  0:40 UTC (permalink / raw)
  To: gcc-bugs

When fed with the following code:  
 
    unsigned char val = -1; 
 
gcc-4.0.0 20050130 (experimental) reports:  
 
warning: converting of negative value '-0x000000001' to 'unsigned char' 
 
As for my feeling, it should correctly say "conversion of..." or "converting"  
but not "converting of...".

-- 
           Summary: Spelling "error" in error message.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wwieser at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
@ 2005-02-01  0:42 ` pinskia at gcc dot gnu dot org
  2005-02-01  0:45 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-01  0:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
            Summary|Spelling "error" in error   |Grammar "error" in error
                   |message.                    |message.


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
  2005-02-01  0:42 ` [Bug c++/19735] Grammar " pinskia at gcc dot gnu dot org
@ 2005-02-01  0:45 ` pinskia at gcc dot gnu dot org
  2005-02-01 13:58 ` bangerth at dealii dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-01 00:45 -------
No the grammar in this example is correct even though it looks werid for a non native speaker of 
English.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
  2005-02-01  0:42 ` [Bug c++/19735] Grammar " pinskia at gcc dot gnu dot org
  2005-02-01  0:45 ` pinskia at gcc dot gnu dot org
@ 2005-02-01 13:58 ` bangerth at dealii dot org
  2005-02-01 15:29 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2005-02-01 13:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2005-02-01 13:57 -------
I'm not a native speaker, but to me, too, this error message sounds very 
awkward. Even if the sentence should be grammatically correct, there is 
no reason we shouldn't choose a less awkward wording. I'd like to see a  
native speaker comment or close this PR, please. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
                   ` (2 preceding siblings ...)
  2005-02-01 13:58 ` bangerth at dealii dot org
@ 2005-02-01 15:29 ` steven at gcc dot gnu dot org
  2005-02-01 16:02 ` gdr at integrable-solutions dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-02-01 15:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-02-01 15:28 -------
Andrew is a native speaker.  Really, he is. ;-)

Anyway, even if the grammar of the message is correct (and I really
don't think it is, but I am definitely not a native speaker), I think
it is a really confusing message.  It is OK to improve syntactically
correct diagnostics if it makes the diagnostic easier to understand.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at dealii dot org


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
                   ` (3 preceding siblings ...)
  2005-02-01 15:29 ` steven at gcc dot gnu dot org
@ 2005-02-01 16:02 ` gdr at integrable-solutions dot net
  2005-02-01 17:33 ` bangerth at dealii dot org
  2005-02-17 20:26 ` lerdsuwa at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-02-01 16:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2005-02-01 16:02 -------
Subject: Re:  Grammar "error" in error message.

"steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| Andrew is a native speaker.  Really, he is. ;-)
| 
| Anyway, even if the grammar of the message is correct (and I really
| don't think it is, but I am definitely not a native speaker), I think
| it is a really confusing message.  It is OK to improve syntactically
| correct diagnostics if it makes the diagnostic easier to understand.

Patch pre-approved.

-- Gaby


-- 


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
                   ` (4 preceding siblings ...)
  2005-02-01 16:02 ` gdr at integrable-solutions dot net
@ 2005-02-01 17:33 ` bangerth at dealii dot org
  2005-02-17 20:26 ` lerdsuwa at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2005-02-01 17:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2005-02-01 17:33 -------
> Andrew is a native speaker.  Really, he is. ;-) 
 
Ah, c'mon. He has improved recently. Me sure he have really. 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-01 17:33:01
               date|                            |


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


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

* [Bug c++/19735] Grammar "error" in error message.
  2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
                   ` (5 preceding siblings ...)
  2005-02-01 17:33 ` bangerth at dealii dot org
@ 2005-02-17 20:26 ` lerdsuwa at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-02-17 20:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-02-17 16:12 -------
Fixed in the mainline by:
  http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02230.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-17 16:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-01  0:40 [Bug c++/19735] New: Spelling "error" in error message wwieser at gmx dot de
2005-02-01  0:42 ` [Bug c++/19735] Grammar " pinskia at gcc dot gnu dot org
2005-02-01  0:45 ` pinskia at gcc dot gnu dot org
2005-02-01 13:58 ` bangerth at dealii dot org
2005-02-01 15:29 ` steven at gcc dot gnu dot org
2005-02-01 16:02 ` gdr at integrable-solutions dot net
2005-02-01 17:33 ` bangerth at dealii dot org
2005-02-17 20:26 ` lerdsuwa 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).