This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/59688] Build error on MAC OS X Lion


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688

JÃrgen Reuter <juergen.reuter at desy dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |MAC OS X
           Severity|normal                      |blocker

--- Comment #2 from JÃrgen Reuter <juergen.reuter at desy dot de> ---
System is MAC OS X, x86_64, Darwin Kernel v11.4.2., der svn von gcc is
r206346.

On compilation, I get the following error:
/usr/local/packages/gcc-4.9.0_trunk/build/./prev-gcc/xg++
-B/usr/local/packages/gcc-4.9.0_trunk/build/./prev-gcc/
-B/usr/local/x86_64-apple-darwin11.4.2/bin/ -nostdinc++
-B/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/src/.libs
-B/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/libsupc++/.libs
-I/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/include/x86_64-apple-darwin11.4.2
-I/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/include
-I/usr/local/packages/gcc-4.9.0_trunk/libstdc++-v3/libsupc++
-L/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/src/.libs
-L/usr/local/packages/gcc-4.9.0_trunk/build/prev-x86_64-apple-darwin11.4.2/libstdc++-v3/libsupc++/.libs
-c   -g -O2  -gtoggle -DIN_GCC    -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I./../intl -I../../gcc/../libcpp/include -I/usr/local//include
-I/usr/local//include -I/usr/local//include  -I../../gcc/../libdecnumber
-I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace  
 -o darwin.o -MT darwin.o -MMD -MP -MF ./.deps/darwin.TPo
../../gcc/config/darwin.c
../../gcc/config/darwin.c: In function âsection* darwin_function_section(tree,
node_frequency, bool, bool)â:
../../gcc/config/darwin.c:3665:1: error: control reaches end of non-void
function [-Werror=return-type]
 }
 ^
cc1plus: all warnings being treated as errors
make[3]: *** [darwin.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]