This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17851] [3.4/4.0 regression] Misleading diagnostic for invalid function declarations with undeclared types


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]