This is the mail archive of the gcc-patches@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]

Re: gimple vs volatiles vs enumerations


        * gimplify.c (create_tmp_from_val): Use TYPE_MAIN_VARIANT.

The gimplify.c part of the original patch causes a new testsuite
regression gcc.c-torture/execute/20000519-1.c 

http://gcc.gnu.org/ml/gcc-regression/2005-09/msg00040.html

Specifically,

FAIL: gcc.c-torture/execute/20000519-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20000519-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/20000519-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20000519-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20000519-1.c execution,  -Os 

David


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