http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54211
Bug #: 54211
Summary: [4.8 Regression] ICE: verify_gimple failed building
freetype with -Os
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Created attachment 27966
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27966
preprocessed src
After rev190220, freetype fails to build with -Os. Seen on mips, ppc x86 and
x86_64.
Reduced testcase:
/home/ryan/ice.i: In function ‘tt_face_load_sbit_image’:
/home/ryan/ice.i:365:1: error: type mismatch in pointer plus expression
tt_face_load_sbit_image (TT_Face face, FT_ULong strike_index,
^
sizetype
unsigned long
sizetype
D.2244_30 = D.2241_17 + slsr.98_48;
/home/ryan/ice.i:365:1: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.