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 tree-optimization/19360] [4.0 Regression] ICE with -O1 -funit-at-a-time


------- Additional Comments From kcwu at csie dot org  2005-01-10 14:50 -------
(In reply to comment #2)
the complete list:

ICE with:
-O2
-O1 -funit-at-a-time
-O3 -fno-unit-at-a-time
-O1 -finline-functions

works well with:
-O0
-O1
-O2 -fno-unit-at-a-time
-O0 -finline-functions
-O3 -fno-unit-at-a-time -fno-inline-functions

With -O1 -finline-functions, it segfault at the same place(c-objc-common.c:273)

-- 


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


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