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 target/46128] There is no mechanism for detecting VFP revisions in ARM GCC.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46128

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #7 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
I'm going to close this.  I don't think we will wish to add any new pre-defines
for VFP variants that aren't defined by ACLE.  Furthermore, trying to map the
multiple variants of VFP onto a simple numeric value (with an implied order)
simply cannot work given the evolution of the architecture.

If you notice any ACLE definitions that are missing from GCC, please raise an
enhancement request.

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