[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-19 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #9 from hjl at gcc dot gnu.org --- Author: hjl Date: Thu Mar 17 15:11:35 2016 New Revision: 234295 URL: https://gcc.gnu.org/viewcvs?rev=234295&root=gcc&view=rev Log: Properly set flag_pie and flag_pic We can't set flag_pie to the de

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-19 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #7 from psturm at computervoice dot com --- Built hjl/pr70192 both with and without --enable-default-pie. The test results were almost identical, the only difference being the number of test cases run. gcc didn't have any issues, but g

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #8 from H.J. Lu --- (In reply to psturm from comment #7) > Built hjl/pr70192 both with and without --enable-default-pie. The test > results were almost identical, the only difference being the number of test > cases run. gcc didn't ha

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-14 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #5 from psturm at computervoice dot com --- Created attachment 37962 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37962&action=edit gcc6 --enable-default-pie I built GCC6 snapshot 03132016 after applying the PIC patch. The te

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-12 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #4 from psturm at computervoice dot com --- The errors are in the test suite summary attachment above.

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #3 from H.J. Lu --- (In reply to psturm from comment #2) > I applied the patch for 70192 and rebuilt gcc and reran the test suite. gcc > had 46 errors and g++ had 26. Please upload your errors here.

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-12 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 --- Comment #2 from psturm at computervoice dot com --- I applied the patch for 70192 and rebuilt gcc and reran the test suite. gcc had 46 errors and g++ had 26.

[Bug driver/70192] -fno-pic doesn't work with --enable-default-pie

2016-03-12 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192 psturm at computervoice dot com changed: What|Removed |Added CC||psturm at computervoice