The latest trunk code does not build (on s390x): git commit id: 2ad7e37ad4be8621eade1f90dd2bc8124034712e git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217039 138bc75d-0d04-0410-961f-82ee72b054a4 Error messages:
-- snip -- g++ -c -g3 -O3 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo ../../gcc/ifcvt.c In file included from ./tm.h:19:0, from ../../gcc/ifcvt.c:23: ./options.h:263:36: error: token "." is not valid in preprocessor expressions #define target_flags global_options.x_target_flags ^ ./options.h:4276:29: note: in expansion of macro ‘target_flags’ #define TARGET_HARD_FLOAT ((target_flags & MASK_SOFT_FLOAT) == 0) ^ ./insn-flags.h:439:26: note: in expansion of macro ‘TARGET_HARD_FLOAT’ #define HAVE_cbranchcc4 (TARGET_HARD_FLOAT) ^ ../../gcc/ifcvt.c:1467:5: note: in expansion of macro ‘HAVE_cbranchcc4’ #if HAVE_cbranchcc4 ^ ./options.h:263:36: error: token "." is not valid in preprocessor expressions #define target_flags global_options.x_target_flags ^ ./options.h:4276:29: note: in expansion of macro ‘target_flags’ #define TARGET_HARD_FLOAT ((target_flags & MASK_SOFT_FLOAT) == 0) ^ ./insn-flags.h:439:26: note: in expansion of macro ‘TARGET_HARD_FLOAT’ #define HAVE_cbranchcc4 (TARGET_HARD_FLOAT) ^ ../../gcc/ifcvt.c:1799:5: note: in expansion of macro ‘HAVE_cbranchcc4’ #if HAVE_cbranchcc4 ^ ./options.h:263:36: error: token "." is not valid in preprocessor expressions #define target_flags global_options.x_target_flags ^ ./options.h:4276:29: note: in expansion of macro ‘target_flags’ #define TARGET_HARD_FLOAT ((target_flags & MASK_SOFT_FLOAT) == 0) ^ ./insn-flags.h:439:26: note: in expansion of macro ‘TARGET_HARD_FLOAT’ #define HAVE_cbranchcc4 (TARGET_HARD_FLOAT) ^ ../../gcc/ifcvt.c:2381:5: note: in expansion of macro ‘HAVE_cbranchcc4’ #if HAVE_cbranchcc4 ^ -- snip -- Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany