public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17851] New: [3.4/4.0 regression] Misleading diagnostic for invalid function decalrations
@ 2004-10-05 20:05 reichelt at gcc dot gnu dot org
  2004-10-05 20:16 ` [Bug c++/17851] " pinskia at gcc dot gnu dot org
  2004-10-12 23:07 ` [Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function declarations with undeclared types reichelt at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-10-05 20:05 UTC (permalink / raw)
  To: gcc-bugs

Since gcc 3.4.0 I get an error message which is not very helpful for the
following invalid code snippet:

================================
struct A
{
    int operator[] (size_t);
};

struct B
{
    int foo(size_t);
};
================================

err.cc:3: error: declaration of `operator[]' as non-function
err.cc:3: error: expected `;' before '(' token
err.cc:8: error: expected `;' before '(' token

With gcc 3.3.5 and before I get:

err.cc:3: error: `size_t' was not declared in this scope
err.cc:3: error: invalid data member initialization
err.cc:3: error: (use `=' to initialize static data members)
err.cc:3: error: declaration of `operator[]' as non-function
err.cc:8: error: `size_t' was not declared in this scope
err.cc:8: error: invalid data member initialization

which says what's wrong: `size_t' was not declared in this scope.

-- 
           Summary: [3.4/4.0 regression] Misleading diagnostic for invalid
                    function decalrations
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function decalrations
  2004-10-05 20:05 [Bug c++/17851] New: [3.4/4.0 regression] Misleading diagnostic for invalid function decalrations reichelt at gcc dot gnu dot org
@ 2004-10-05 20:16 ` pinskia at gcc dot gnu dot org
  2004-10-12 23:07 ` [Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function declarations with undeclared types reichelt at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-05 20:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-05 20:16 -------
Confirmed, note I found another bug in that we now produce a werid quoting, see PR 17852.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-05 20:16:40
               date|                            |
   Target Milestone|---                         |3.4.3


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


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

* [Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function declarations with undeclared types
  2004-10-05 20:05 [Bug c++/17851] New: [3.4/4.0 regression] Misleading diagnostic for invalid function decalrations reichelt at gcc dot gnu dot org
  2004-10-05 20:16 ` [Bug c++/17851] " pinskia at gcc dot gnu dot org
@ 2004-10-12 23:07 ` reichelt at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-10-12 23:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-12 23:07 -------
Fixed with Mark's patch for PR 15786.

With mainline I now get:

err.cc:3: error: `size_t' has not been declared
err.cc:8: error: `size_t' has not been declared


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


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


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

end of thread, other threads:[~2004-10-12 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-05 20:05 [Bug c++/17851] New: [3.4/4.0 regression] Misleading diagnostic for invalid function decalrations reichelt at gcc dot gnu dot org
2004-10-05 20:16 ` [Bug c++/17851] " pinskia at gcc dot gnu dot org
2004-10-12 23:07 ` [Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function declarations with undeclared types reichelt 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).