public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/25179] precedence of -fpie over -fpic
       [not found] <bug-25179-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-11 15:05 ` rguenth at gcc dot gnu.org
  2013-11-09 22:48 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-11
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 15:04:49 UTC ---
Hmm, I think they "combine" now:

  if (!opts->x_flag_opts_finished)
    {
      if (opts->x_flag_pie)
        opts->x_flag_pic = opts->x_flag_pie;
      if (opts->x_flag_pic && !opts->x_flag_pie)
        opts->x_flag_shlib = 1;
      opts->x_flag_opts_finished = true;
    }

So, is your issue fixed?


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

* [Bug driver/25179] precedence of -fpie over -fpic
       [not found] <bug-25179-4@http.gcc.gnu.org/bugzilla/>
  2012-01-11 15:05 ` [Bug driver/25179] precedence of -fpie over -fpic rguenth at gcc dot gnu.org
@ 2013-11-09 22:48 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-09 22:48 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.8.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This has been fixed by:
2012-11-13  Ian Lance Taylor  <iant@google.com>

        * common.opt (fPIC, fPIE, fpic, fpie): Create a Negative loop such
        that any of these options disables the others.


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

end of thread, other threads:[~2013-11-09 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-25179-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 15:05 ` [Bug driver/25179] precedence of -fpie over -fpic rguenth at gcc dot gnu.org
2013-11-09 22:48 ` pinskia 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).