[Bug fortran/21931] problem with fugly-logint flag and evaluating if statements

2005-06-28 Thread mark_l_hansen at yahoo dot com
--- Additional Comments From mark_l_hansen at yahoo dot com 2005-06-29 02:08 --- I did some more research on the bug and found the following: 1) in fortran .TRUE. is 0x1 in hex 2) if(item) statements evaluate to true when the item value is non zero 3) .NOT., .AND., etc either perform bi

[Bug tree-optimization/22228] [4.1 regression] ICE with -ftree-vectorize in verify_ssa

2005-06-28 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-29 03:41 --- Created an attachment (id=9169) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9169&action=view) New testcase New testcase, much smaller: 100 lines + #include -- What|Removed

[Bug tree-optimization/22228] [4.1 regression] ICE with -ftree-vectorize in verify_ssa

2005-06-28 Thread bangerth at dealii dot org
-- What|Removed |Added CC||irar at il dot ibm dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8

[Bug middle-end/21957] IA-64 register stack is not preserved after getcontext call

2005-06-28 Thread akr at m17n dot org
--- Additional Comments From akr at m17n dot org 2005-06-29 03:50 --- I think getcontext should return twice because getcontext is similar to setjmp. First, getcontext returns from usual function call. Second, getcontext returns from setcontext. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug tree-optimization/22212] [4.1 Regression] SEGV in is_gimple_variable during loop-ivopts while building Ada RTS

2005-06-28 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-06-29 06:13 --- Disabling wrapv also enables a successfull Ada bootstrap. Index: misc.c === RCS file: /cvs/gcc/gcc/gcc/ada/misc.c,v retrieving revision 1.104 diff

<    1   2