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
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
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
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
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
: 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