--- Comment #16 from dmarkman at mac dot com 2007-01-26 01:05 ---
it looks like that suggested code doesn't work for x86_64 platform. I changed
ADDR declaration to
INTEGER *8 and gfortran -m64 percentval.f returns the following errors:
CALL SUB1( %VAL( ADDR ),
--- Comment #17 from dmarkman at mac dot com 2007-01-26 01:45 ---
after looking at the gcc/fortran/trans_types.c I tried to use
-fdefault-integer-8 switch
and everything was fine
--
dmarkman at mac dot com changed:
What|Removed |Added
t gcc dot gnu dot org
ReportedBy: dmarkman at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35877
--- Comment #1 from dmarkman at mac dot com 2008-04-08 21:09 ---
I meant
Note: gfortran4.2.3 returns for both (optimized/non optimized) NaN, NaN
intel 10 fortran has exactly the same behaviour as gfortran 4.3.0:
optimized Inf,NaN
non optimized NaN,Nan
--
http://gcc.gnu.org/bugzilla
iority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dmarkman at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41180
--- Comment #1 from dmarkman at mac dot com 2009-08-28 03:17 ---
Created an attachment (id=18440)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18440&action=view)
config.log for failed build
this is config.log for the failed build
--
http://gcc.gnu.org/bugzilla/show_
--- Comment #5 from dmarkman at mac dot com 2009-08-28 14:36 ---
thanks for the answer. Here is what I did in the fresh new gcc-4.4.1 folder I
issued
./configure --prefix=/home/dmarkman/Development/GCC/macintel64/gcc-4.4.1/build
--enable-languages=c,c++
--with-gmp=/home/dmarkman
--- Comment #6 from dmarkman at mac dot com 2009-08-28 14:37 ---
thanks for the answer. Here is what I did in the fresh new gcc-4.4.1 folder I
issued
./configure --prefix=/home/dmarkman/Development/GCC/macintel64/gcc-4.4.1/build
--enable-languages=c,c++
--with-gmp=/home/dmarkman
--- Comment #11 from dmarkman at mac dot com 2009-08-28 17:28 ---
thank you very much for all your comments
first of all I fixed my typo and used --build instead of -build
but that wasn't a problem
after modifying Make-lang.in from gcc/cp folder (as Jack Howarth suggested)
I was ab
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919
Summary: problem with building gcc 4.6.1 on Mac OS X Lion
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919
--- Comment #8 from Dmitry Markman 2011-07-31
16:24:55 UTC ---
Hi
I followed instructions from
http://advogato.org/person/redi/diary/240.html
so gmp, mpfr and mic were built, when I issued make for gcc
here is what I did
mkdir /objdir
cd /objd
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919
--- Comment #10 from Dmitry Markman 2011-07-31
21:29:46 UTC ---
Hi
I followed Jack Howarth's advice and set CC to gcc-4.2 and CXX to g++-4.2
and everything was fine
so thank you very much everybody
and BTW, I was using Xcode 4.2 (preview 4) so
--- Comment #3 from dmarkman at mac dot com 2008-04-14 21:47 ---
Hi, first of all thanks for your comment
I don't use i0 in the program - it's inside of the quotes
so test is fine
I made all changes you made
and still in 4.3 (opt) I'm getting (+Inf, Nan)
it looks like
13 matches
Mail list logo