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/15549] [3.3 Regression] true !< 'a'


------- Additional Comments From zlomek at gcc dot gnu dot org  2004-06-01 15:52 -------
The following patch fixes the problem on mainline and 3.4 branch:

2003-08-19  Mark Mitchell  <mark@codesourcery.com>
        
        PR c++/11946
        * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of             
        NOP_EXPR) when necessary.

http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00055.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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