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

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