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/51883] Build warning unknown conversion type in gimplify.c


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

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |manu at gcc dot gnu.org
         Resolution|                            |INVALID

--- Comment #1 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-01-17 16:12:55 UTC ---
GCC is built in stages. The first stage uses the system compiler, which may
have bugs or not handle special conversion type characters handled by the GCC
version being built (this particular warning). Therefore, warnings produced by
the system compiler are often wrong. Please, do not report them. 

http://gcc.gnu.org/wiki/FAQ#stage1warnings

It would be nice to NOT produce any warning during stage 1, but I guess people
are happy enough just ignoring them to not bother sending a patch to fix the
build scripts. The build system of GCC is a huge complex mess, so one needs a
very good reason to play games with it.


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