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 bootstrap/14589] New: [tree-ssa] Bootstrap failure on Tru64 UNIX


Bootstrapping the current tree-ssa branch on Tru64 UNIX (both V4.0F and
V5.1B) fails:

/vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/config/alpha/crtfastmath.c:46: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [crtfastmath.o] Error 1

This happens even when running

$ cc1 crtfastmath.i
Program received signal SIGSEGV, Segmentation fault.
0x00000001204ef634 in expand_call (exp=0x1f310, target=0x0, ignore=1) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/calls.c:2106
(gdb) where
#0  0x00000001204ef634 in expand_call (exp=0x1f310, target=0x0, ignore=1) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/calls.c:2106
#1  0x00000001202d5300 in expand_expr_real_1 (exp=0x1f310, target=0x0, tmode=VOIDmode, modifier=EXPAND_NORMAL, alt_rtl=0x0) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/expr.c:7700
#2  0x00000001202c80a4 in expand_expr_real (exp=0x1f310, target=0x1a400, tmode=VOIDmode, modifier=EXPAND_NORMAL, alt_rtl=0x0) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/expr.c:6423
#3  0x000000012011cd34 in c_objc_common_finish_file () at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/c-objc-common.c:253
#4  0x0000000120070310 in finish_file () at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/c-lang.c:196
#5  0x000000012010b858 in c_common_parse_file (set_yydebug=0) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/c-opts.c:1244
#6  0x0000000120145ac8 in compile_file () at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/toplev.c:1622
#7  0x0000000120148638 in do_compile () at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/toplev.c:2618
#8  0x0000000120148724 in toplev_main (argc=2, argv=0x11fffc018) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/toplev.c:2650
#9  0x00000001201436e8 in main (argc=2, argv=0x11fffc018) at /vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/main.c:35

Here's crtfastmath.i:

# 1 "/vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/config/alpha/crtfastmath.c"
# 1 "/vol/gcc/obj/gcc-3.5-tree-ssa-20040312/5.1b-gcc/gcc//"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "/vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/config/alpha/crtfastmath.c"
# 37 "/vol/gnu/src/gcc/gcc-tree-ssa-dist/gcc/config/alpha/crtfastmath.c"
extern void __ieee_set_fp_control (unsigned long int);




static void __attribute__((constructor))
set_fast_math (void)
{
  __ieee_set_fp_control ((1UL<<12) | (1UL<<13));
}

Environment:
System: OSF1 rimsky V4.0 1229 alpha
Machine: alpha
	
host: alpha-dec-osf4.0f
build: alpha-dec-osf4.0f
target: alpha-dec-osf4.0f
configured with: /vol/gnu/src/gcc/gcc-tree-ssa-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --enable-languages=c++,java,objc --host alpha-dec-osf4.0f --build alpha-dec-osf4.0f --target alpha-dec-osf4.0f

How-To-Repeat:
Bootstrap tree-ssa branch as above.

-- 
           Summary: [tree-ssa] Bootstrap failure on Tru64 UNIX
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alpha-dec-osf4.0f
  GCC host triplet: alpha-dec-osf4.0f
GCC target triplet: alpha-dec-osf4.0f


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


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