public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14589] New: [tree-ssa] Bootstrap failure on Tru64 UNIX
@ 2004-03-15 21:16 gcc-bugzilla at gcc dot gnu dot org
  2004-03-15 21:52 ` [Bug middle-end/14589] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-03-15 21:16 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2004-05-10 14:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-15 21:16 [Bug bootstrap/14589] New: [tree-ssa] Bootstrap failure on Tru64 UNIX gcc-bugzilla at gcc dot gnu dot org
2004-03-15 21:52 ` [Bug middle-end/14589] " pinskia at gcc dot gnu dot org
2004-03-15 22:16 ` [Bug c/14589] " pinskia at gcc dot gnu dot org
2004-03-15 22:28 ` pinskia at gcc dot gnu dot org
2004-04-08 20:48 ` pinskia at gcc dot gnu dot org
2004-04-08 20:50 ` pinskia at gcc dot gnu dot org
2004-04-08 21:09 ` pinskia at gcc dot gnu dot org
2004-04-09 13:42 ` pinskia at gcc dot gnu dot org
2004-04-17  5:27 ` ro at techfak dot uni-bielefeld dot de
2004-04-17  5:44 ` pinskia at gcc dot gnu dot org
2004-04-30  1:30 ` pinskia at gcc dot gnu dot org
2004-05-06  1:52 ` pinskia at gcc dot gnu dot org
2004-05-06  1:56 ` zack at gcc dot gnu dot org
2004-05-06 18:06 ` zack at gcc dot gnu dot org
2004-05-10 13:59 ` ro at techfak dot uni-bielefeld dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).