5 msgUnderstanding Macro Pre-processor

Compiling fortran
\ NightStrike (20 Sep 2007)
. \ NightStrike (22 Sep 2007)

5 msgHow can I get -std=c99 without definine __STRIC...
2 msgMath Performance(exp)
1 msgamq not found
3 msga question about macro __GNUC__
9 msgIs strongly-typed programming conceivable for C...
5 msgGCC, How do I show what the default include pat...
4 msgconfigure error on gmp and mpfr
2 msgRe: Two quick C++ performace inquiries
4 msgSpecifying cross-compile flags for newlib
2 msgRe: Coding conventions -- command line option v...
3 msgHow to make asm constraints for member variables?
3 msgdifferentiating between tree node and phi node
2 msgBehaviour of -msse -march=athlon
2 msgQuestion On Endianness And Solaris Sparc Versus...
2 msghelp with including modified libc functions
1 msgHelp in Installing GCC4.2.1 on Solaris server
1 msg4.2.1 installation on x86_64_unkown-linux-gnu: ...
1 msgProblem installing gcc-4.2.1 on Solaris 8
Subject:Compiling fortran
Group:Gcc-help
From:NightStrike
Date:20 Sep 2007


When compiling gfortran, I see the following warnings when doing a make all-gcc:


../../gcc/gcc/fortran/interface.c: In function 'compare_actual_formal':
../../gcc/gcc/fortran/interface.c:1718: warning: unknown conversion
type character 'l' in format
../../gcc/gcc/fortran/interface.c:1718: warning: unknown conversion
type character 'l' in format
../../gcc/gcc/fortran/interface.c:1718: warning: format '%L' expects
type 'struct <anonymous> *', but argument 3 has type 'long unsigned
int'
../../gcc/gcc/fortran/interface.c:1718: warning: too many arguments for format
../../gcc/gcc/fortran/interface.c:1723: warning: unknown conversion
type character 'l' in format
../../gcc/gcc/fortran/interface.c:1723: warning: unknown conversion
type character 'l' in format
../../gcc/gcc/fortran/interface.c:1723: warning: format '%L' expects
type 'struct <anonymous> *', but argument 3 has type 'long unsigned
int'
../../gcc/gcc/fortran/interface.c:1723: warning: too many arguments for format


Any idea how I can get rid of them?


© 2004-2008 readlist.com