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/14675] -O3 optimize crash the build


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-22 01:54 -------
Actually it is not crashing at all, it is just stoping as you (or by defualt) has -Werror on the command 
line and there are warnings:
In file included from /home/evbarm/usr/src/gnu/dist/texinfo/util/install-info.c:
356:
/home/evbarm/usr/src/gnu/dist/texinfo/util/install-info.c: In function `parse_di
r_file':
/home/evbarm/usr/src/gnu/dist/texinfo/util/install-info.c:329: warning: passing
arg of `menu_item_equal' discards qualifiers from pointer target type
In file included from /home/evbarm/usr/src/gnu/dist/texinfo/util/install-info.c:
356:
/home/evbarm/usr/src/gnu/dist/texinfo/util/install-info.c:329: warning: passing
arg of `menu_item_equal' discards qualifiers from pointer target type

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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