public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/62248] New: Configure error with --with-fpu=fp-armv8
@ 2014-08-24 15:50 amanieu at gmail dot com
  2014-08-27  7:58 ` [Bug other/62248] " yvan.roux at linaro dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: amanieu at gmail dot com @ 2014-08-24 15:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 62248
           Summary: Configure error with --with-fpu=fp-armv8
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: amanieu at gmail dot com

There seems to be a typo in gcc/config.gcc:3531:
        | fpv4-sp-d16 | neon-vfpv4 | fp-arm-v8 | neon-fp-armv8 \

"fp-arm-v8" should be "fp-armv8", matching the -mfpu option name.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/62248] Configure error with --with-fpu=fp-armv8
  2014-08-24 15:50 [Bug other/62248] New: Configure error with --with-fpu=fp-armv8 amanieu at gmail dot com
@ 2014-08-27  7:58 ` yvan.roux at linaro dot org
  2014-08-27 12:36 ` yroux at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: yvan.roux at linaro dot org @ 2014-08-27  7:58 UTC (permalink / raw)
  To: gcc-bugs

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

Yvan Roux <yvan.roux at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yvan.roux at linaro dot org

--- Comment #1 from Yvan Roux <yvan.roux at linaro dot org> ---
Indeed --with-fpu provides the default value for -mfpu option, thus it should
match its possible values.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/62248] Configure error with --with-fpu=fp-armv8
  2014-08-24 15:50 [Bug other/62248] New: Configure error with --with-fpu=fp-armv8 amanieu at gmail dot com
  2014-08-27  7:58 ` [Bug other/62248] " yvan.roux at linaro dot org
@ 2014-08-27 12:36 ` yroux at gcc dot gnu.org
  2014-08-29 15:42 ` yroux at gcc dot gnu.org
  2014-08-29 15:46 ` yroux at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: yroux at gcc dot gnu.org @ 2014-08-27 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from yroux at gcc dot gnu.org ---
Author: yroux
Date: Wed Aug 27 12:35:28 2014
New Revision: 214573

URL: https://gcc.gnu.org/viewcvs?rev=214573&root=gcc&view=rev
Log:
2014-08-27  Yvan Roux  <yvan.roux@linaro.org>

        PR other/62248
        * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/62248] Configure error with --with-fpu=fp-armv8
  2014-08-24 15:50 [Bug other/62248] New: Configure error with --with-fpu=fp-armv8 amanieu at gmail dot com
  2014-08-27  7:58 ` [Bug other/62248] " yvan.roux at linaro dot org
  2014-08-27 12:36 ` yroux at gcc dot gnu.org
@ 2014-08-29 15:42 ` yroux at gcc dot gnu.org
  2014-08-29 15:46 ` yroux at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: yroux at gcc dot gnu.org @ 2014-08-29 15:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Yvan Roux <yroux at gcc dot gnu.org> ---
Author: yroux
Date: Fri Aug 29 15:41:52 2014
New Revision: 214731

URL: https://gcc.gnu.org/viewcvs?rev=214731&root=gcc&view=rev
Log:
2014-08-29  Yvan Roux  <yvan.roux@linaro.org>

        Backport from mainline
        2014-08-27  Yvan Roux  <yvan.roux@linaro.org>

        PR other/62248
        * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.


Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config.gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug other/62248] Configure error with --with-fpu=fp-armv8
  2014-08-24 15:50 [Bug other/62248] New: Configure error with --with-fpu=fp-armv8 amanieu at gmail dot com
                   ` (2 preceding siblings ...)
  2014-08-29 15:42 ` yroux at gcc dot gnu.org
@ 2014-08-29 15:46 ` yroux at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: yroux at gcc dot gnu.org @ 2014-08-29 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

Yvan Roux <yroux at gcc dot gnu.org> changed:

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

--- Comment #4 from Yvan Roux <yroux at gcc dot gnu.org> ---
Done.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-29 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-24 15:50 [Bug other/62248] New: Configure error with --with-fpu=fp-armv8 amanieu at gmail dot com
2014-08-27  7:58 ` [Bug other/62248] " yvan.roux at linaro dot org
2014-08-27 12:36 ` yroux at gcc dot gnu.org
2014-08-29 15:42 ` yroux at gcc dot gnu.org
2014-08-29 15:46 ` yroux at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).