2018-07-12 Richard Biener <rguenther@suse.de>
PR target/84829
* config/gnu-user.h (GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC):
Remove -mieee-fp handling.
* gcc.target/i386/pr84829.c: New testcase.
From-SVN: r262598
+2018-07-12 Richard Biener <rguenther@suse.de>
+
+ PR target/84829
+ * config/gnu-user.h (GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC):
+ Remove -mieee-fp handling.
+
2018-07-01 David Edelsohn <dje.gcc@gmail.com>
Backported from mainline.
#define GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC \
"%{shared:-lc} \
- %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
+ %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
#define GNU_USER_TARGET_LIB_SPEC \
"%{pthread:-lpthread} " \
+2018-07-12 Richard Biener <rguenther@suse.de>
+
+ PR target/84829
+ * gcc.target/i386/pr84829.c: New testcase.
+
2018-07-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/82969
--- /dev/null
+/* { dg-do link } */
+/* { dg-options "-mieee-fp" } */
+
+int main()
+{
+ return 0;
+}