public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin.
@ 2014-12-04 22:16 dominiq at lps dot ens.fr
  2014-12-04 22:23 ` [Bug bootstrap/64189] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-12-04 22:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64189
           Summary: [5.0 Regression] r218397 breaks bootstrap on darwin.
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: hjl at gcc dot gnu.org

Revision r218397 breaks bootstrap on x86_64-apple-darwin14:

g++ -c   -g  -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format
-Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I.
-I. -I../../work/gcc -I../../work/gcc/. -I../../work/gcc/../include -I./../intl
-I../../work/gcc/../libcpp/include -I/opt/mp-new/include 
-I../../work/gcc/../libdecnumber -I../../work/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../work/gcc/../libbacktrace -I/opt/mp-new/include  -o
i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo
../../work/gcc/config/i386/i386.c
../../work/gcc/config/i386/i386.c: In function 'bool
legitimate_pic_address_disp_p(rtx)':
../../work/gcc/config/i386/i386.c:13117:14: error: 'HAVE_LD_PIE_COPYRELOC' was
not declared in this scope
          || (HAVE_LD_PIE_COPYRELOC
              ^
Makefile:2069: recipe for target 'i386.o' failed
make[3]: *** [i386.o] Error 1
make[3]: Leaving directory '/opt/gcc/build_w/gcc'
Makefile:4328: recipe for target 'all-stage1-gcc' failed
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory '/opt/gcc/build_w'
Makefile:21189: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/opt/gcc/build_w'
Makefile:906: recipe for target 'all' failed
make: *** [all] Error 2


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

* [Bug bootstrap/64189] [5.0 Regression] r218397 breaks bootstrap on darwin.
  2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
@ 2014-12-04 22:23 ` hjl.tools at gmail dot com
  2014-12-04 22:24 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-12-04 22:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 34194
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34194&action=edit
A patch

Please try this.


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

* [Bug bootstrap/64189] [5.0 Regression] r218397 breaks bootstrap on darwin.
  2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
  2014-12-04 22:23 ` [Bug bootstrap/64189] " hjl.tools at gmail dot com
@ 2014-12-04 22:24 ` hjl.tools at gmail dot com
  2014-12-04 23:29 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-12-04 22:24 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |hjl.tools at gmail dot com
   Target Milestone|---                         |5.0


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

* [Bug bootstrap/64189] [5.0 Regression] r218397 breaks bootstrap on darwin.
  2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
  2014-12-04 22:23 ` [Bug bootstrap/64189] " hjl.tools at gmail dot com
  2014-12-04 22:24 ` hjl.tools at gmail dot com
@ 2014-12-04 23:29 ` dominiq at lps dot ens.fr
  2014-12-04 23:54 ` hjl at gcc dot gnu.org
  2014-12-04 23:56 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-12-04 23:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I am now at stage2 with the patch. So it seems to work. Thanks.


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

* [Bug bootstrap/64189] [5.0 Regression] r218397 breaks bootstrap on darwin.
  2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2014-12-04 23:29 ` dominiq at lps dot ens.fr
@ 2014-12-04 23:54 ` hjl at gcc dot gnu.org
  2014-12-04 23:56 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu.org @ 2014-12-04 23:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Thu Dec  4 23:53:24 2014
New Revision: 218408

URL: https://gcc.gnu.org/viewcvs?rev=218408&root=gcc&view=rev
Log:
Always define HAVE_LD_PIE_COPYRELOC

    PR bootstrap/64189
    * configure.ac (HAVE_LD_PIE_COPYRELOC): Always define.
    * configure: Regenerated.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac


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

* [Bug bootstrap/64189] [5.0 Regression] r218397 breaks bootstrap on darwin.
  2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2014-12-04 23:54 ` hjl at gcc dot gnu.org
@ 2014-12-04 23:56 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-12-04 23:56 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed.


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

end of thread, other threads:[~2014-12-04 23:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-04 22:16 [Bug bootstrap/64189] New: [5.0 Regression] r218397 breaks bootstrap on darwin dominiq at lps dot ens.fr
2014-12-04 22:23 ` [Bug bootstrap/64189] " hjl.tools at gmail dot com
2014-12-04 22:24 ` hjl.tools at gmail dot com
2014-12-04 23:29 ` dominiq at lps dot ens.fr
2014-12-04 23:54 ` hjl at gcc dot gnu.org
2014-12-04 23:56 ` hjl.tools at gmail dot com

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).