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++/24560] "insufficient contextual information to determine type" is not a helpful error message



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-27 19:55 -------
2.95.3 to 3.2.3 gave:
t.cc: In function `void g()':
t.cc:3: request for member `a' in `{}.A::f', which is of non-aggregate type 
   `<unknown type>'
Which is close to what you were expecting so this is a regression.

Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic
      Known to fail|                            |4.0.0 4.1.0 3.4.0
      Known to work|                            |2.95.3 3.0.4 3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-27 19:55:52
               date|                            |
   Target Milestone|---                         |4.0.3


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


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