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]

Re: c/10083: alpha: ICE while building swi-prolog-packages


Hi,

a slightly smaller test case is:

static unsigned long getTimeEvent(unsigned long time)
{
    return time % ((1UL << 62) - 1);
}

% gcc -v
gcc version 3.4 20030310 (experimental)
% gcc -c -O2   event.i
event.i: In function `getTimeEvent':
event.i:4: internal compiler error: in simplify_unary_operation, at simplify-rtx.c:707
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

-- 
	Falk


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