Re: kernel BUG at fs/ext4/mballoc.c:2993!

2010-08-07 Thread Justin P. Mattock
On 08/06/2010 11:45 PM, Ted Ts'o wrote: On Fri, Aug 06, 2010 at 10:48:40PM -0700, Justin Mattock wrote: hello, I just built a fresh clfs system using the tutorial.. right now Im able to boot and am able to login, the system seems to be running as it should except for when I try to install gmp an

Re: some integer undefined behaviors in gcc

2010-08-07 Thread Florian Weimer
* John Regehr: > I ran gcc 162830 on x86 under a tool that checks for integer undefined > behaviors. The attached error messages show up when running "make > check" and when recompiling gcc. > > Each line in the attachment is an error message giving the problematic > operator, its srcloc, the typ

Can a front end pass information to the Value Range Propagation Pass ?

2010-08-07 Thread Toon Moene
Recently, Thomas Koenig introduced an optimization in the Fortran Front End that enables it do determine that in: subroutine foo(a,n,i,j) implicit none integer, intent(in) :: i,j,n real, dimension(20) :: a a(1:10) = a(i:j) ... end subroutine foo the assignment of a(i:j) to a(1:10) doe

�yJ-REIT.NET�z�s���Y�������ጟ���p�̖����f�[�^�x�[�X�̂��ē�

2010-08-07 Thread J-REIT
J-REIT.NET ━━━━━━━━━━━━━━━━━━━━━━━━━━●  ≪≪ 不動産売買事例検索用の無料データベースのご案内 ≫≫ ●━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ J-REIT.

gcc-4.6-20100807 is now available

2010-08-07 Thread gccadmin
Snapshot gcc-4.6-20100807 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20100807/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

ykuomkoll.

2010-08-07 Thread weidongzu8742
ÄúºÃ : ±¾Ë¾ÏÖÓÐ: ÆÕͨ `ÔËÊä ` ¹ã¸æ ` ÉÌÆ· `ÆÕͨÔöÖµ¡® ½¨Öþ°²×°. µÈ{¹ú/µØ¶}óŠàÑÓŻݴú¿ª. ÁªÏµÈË: Áº Éú ÊÖ»ú: 139 2654 1830 ¿ÉÏÈÌṩ¶/ƱÓú󸶿î. »¶Ó­À´µçǢ̸¡£ __

Template information with GCC 4.5

2010-08-07 Thread Kien Nguyen Trung
Hi all I want to write a plugin for GCC 4.5. Now i have a problem. When visit a var_decl node. We can get name of node and tree node reperesent for that type of node by marco TREE_TYPE(node) But it not work with template decl. For example: class C { // define class in here }; C a; When I use