[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 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 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] New: make error with clang on OSX 10.9.5 -- movq

2015-03-03 Thread research at matthewniemerg dot com
: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: research at matthewniemerg dot com I am trying to compile gcc 4.9.2, downloaded from an ftp mirror, using my Mac's native clang compiler. My OS is OSX 10.9.5. The following is the output from gcc -v and g++ -v. gc