[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2016-01-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-05 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #11 from howarth at bromo dot med.uc.edu --- I see no problems here on darwin13.4.0 (with mpc-1.0.2, gmp-6.0.0a, mpfr-3.1.2, isl-0.12.2 and cloog-0.18.2 present in the gcc-4_9-branch svn tree as mpc, gmp, mpfr, isl and cloog) using...

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #10 from Uroš Bizjak --- Assembler support for interunit movq (e.g. "movq %rax, %xmm0") is detected with configure, and HAVE_AS_IX86_INTERUNIT_MOVQ flag is set accordingly. It looks that configure checks different assembler than the

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread research at matthewniemerg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #9 from Matthew Niemerg --- @Max. See the attached files. @Howarth. I am compiling gcc-4.9.2 with gmp, mpfr, and mpc source directories in the gcc-4.9.2 source tree. There is nothing disconcerting about not passing --with-* to the

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread research at matthewniemerg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #8 from Matthew Niemerg --- Created attachment 34961 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34961&action=edit extenddftf2.s

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread research at matthewniemerg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #7 from Matthew Niemerg --- Created attachment 34960 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34960&action=edit extenddftf2.i

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot med

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #5 from Maxim Kuvyrkov --- No need to rebuild the whole GCC with -save-temps. Just go to directory where compilation of extenddftf2_s.o takes place and copy-paste the compilation command for that one file with addition of -save-temps

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread research at matthewniemerg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #4 from Matthew Niemerg --- Don't worry about it. The assembler I am using is Apple Inc version cctools-862, GNU assembler version 1.38 (from as -v) So, if I want to get the *.i and *.s files I should add "-save-temps" to say, CPP

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 Maxim Kuvyrkov changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|MOVED

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread research at matthewniemerg dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 --- Comment #2 from Matthew Niemerg --- I understand I am using clang as the compiler. I am trying to build gcc-4.9.2 with clang as my compiler. I have successfully used clang for compiling gcc-4.3.3, gcc-4.4.3, gcc-4.7.3, and gcc-4.8.4 from so

[Bug libgcc/65306] make error with clang on OSX 10.9.5 -- movq

2015-03-04 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65306 Maxim Kuvyrkov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|