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++/25156] [3.4/4.0/4.1/4.2 Regression] wrong error message (int instead of bool)



------- Comment #8 from amylaar at gcc dot gnu dot org  2006-02-14 18:30 -------
(In reply to comment #6)
> Working on a patch.
> Fixing this issue has a deep "type" implications on the way we currently
> hand inputs with erronous types whereas trying to progress as much as possible.
> 
Are you still working on this?  If this is too hard to handle exactly, could
we instead do something similar to 3.3, i.e. instead of 'int' we say non-void
type or integer type?


-- 


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


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