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 bootstrap/53912] [4.7/4.8 Regression] bootstrap fails at stage 2 with error: cast from 'void*' to 'long int' loses precision in ggc-common.c


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

Rainer Emrich <rainer@emrich-ebersheim.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7 Regression] bootstrap  |[4.7/4.8 Regression]
                   |fails at stage 2 with       |bootstrap fails at stage 2
                   |error: cast from 'void*' to |with error: cast from
                   |'long int' loses precision  |'void*' to 'long int' loses
                   |in ggc-common.c             |precision in ggc-common.c
      Known to fail|                            |4.8.0

--- Comment #2 from Rainer Emrich <rainer@emrich-ebersheim.de> 2012-07-16 17:10:16 UTC ---
There are similar issues in other source files most of the form:
error: cast loses precision [-fpermissive]

And the same for gcc-4.8.0


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