Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Maik Beckmann
Am Donnerstag 26 Juni 2008 10:13:13 schrieb Maik Beckmann: > Hi, > > Can someone confirm that this > http://codepad.org/I313t7BN > compiled with > g++ -O3 test.cpp -o test > gives a segfault when trying to run it via > ./test > ?? > > I mailed to the gcc-help list regarding this issue: > ht

Re: [arch-general] Problems with mounting linux partition with gid

2008-06-26 Thread Ralph Alvy
Dennis Herbrich wrote: > On Thu, June 26, 2008 17:00, Ralph Alvy wrote: > >> How do I create a Linux data partition that's fully accessible to me, as >> user, after boot? > > $ sudo chgrp -R > > Is that a trick question? > > *wondering* > Dennis No trick question. After reading your reply

[arch-general] Miro broken after xulrunner update

2008-06-26 Thread alec . hussey
Hey everyone, A few of us have been having issues with Miro being broken after a recent update. We came to the conclusion that it must of been the xulrunner update (at time of post) 3 days ago. I thought I read earlier this week about xulrunner issues on the mailing list as well. For me the proble

Re: [arch-general] Problems with mounting linux partition with gid

2008-06-26 Thread Jared Casper
On Thu, Jun 26, 2008 at 8:00 AM, Ralph Alvy <[EMAIL PROTECTED]> wrote: > I have no problems mounting via fstab my vfat partitions with an option > like 'gid=100'. However, I can't seem to get that to work with a Linux data > partition. That partition is formatted ext3. I also tried 'grpid=100', to

Re: [arch-general] Problems with mounting linux partition with gid

2008-06-26 Thread Dennis Herbrich
On Thu, June 26, 2008 17:00, Ralph Alvy wrote: > How do I create a Linux data partition that's fully accessible to me, as > user, after boot? $ sudo chgrp -R Is that a trick question? *wondering* Dennis

[arch-general] Problems with mounting linux partition with gid

2008-06-26 Thread Ralph Alvy
I have no problems mounting via fstab my vfat partitions with an option like 'gid=100'. However, I can't seem to get that to work with a Linux data partition. That partition is formatted ext3. I also tried 'grpid=100', to no avail. Dmsg gives me an 'Unrecognized mount option' error with these. How

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread A. Klitzing
> Yepp, but both have to work. Of course... but it should help to find the bug in -O3. ;-) André signature.asc Description: PGP signature

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread RedShift
Maik Beckmann wrote: Hi, Can someone confirm that this http://codepad.org/I313t7BN compiled with g++ -O3 test.cpp -o test gives a segfault when trying to run it via ./test ?? I mailed to the gcc-help list regarding this issue: http://thread.gmane.org/gmane.comp.gcc.help/24804 Thanks,

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Maik Beckmann
Am Donnerstag 26 Juni 2008 11:59:12 schrieb A. Klitzing: > I have the same segfault here (amd64, gcc 4.3.1) > > If you swap their positions, it will work with -O3, too. > > struct Foo { > Vector array_of_vectors[4]; > int dummy; > }; > > > André Yepp, but both have to work.

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread A. Klitzing
I have the same segfault here (amd64, gcc 4.3.1) If you swap their positions, it will work with -O3, too. struct Foo { Vector array_of_vectors[4]; int dummy; }; André Am Thu, 26 Jun 2008 10:13:13 +0200 schrieb Maik Beckmann <[EMAIL PROTECTED]>: > Hi, > > Can someone confirm that this >

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Dincer Celik
Worked seamlessly on Arch32. # gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --enable-__cxa_atexit --disable-multilib --lib

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Johannes Held
> Can someone confirm that this > http://codepad.org/I313t7BN > compiled with > g++ -O3 test.cpp -o test > gives a segfault when trying to run it via > ./test same here: 11:14:33 [~/idownload] cat test.cpp struct Vector { Vector() : x(0), y(0), z(0) { } float x,y,z; }; struct Foo {

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Hannes Rist
Maik Beckmann <[EMAIL PROTECTED]> writes: > Hi, > > Can someone confirm that this > http://codepad.org/I313t7BN > compiled with > g++ -O3 test.cpp -o test > gives a segfault when trying to run it via > ./test > ?? > > I mailed to the gcc-help list regarding this issue: > http://thread.gman

Re: [arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Angus Gibson
On 26/06/2008, at 6:13 PM, Maik Beckmann wrote: Hi, Can someone confirm that this http://codepad.org/I313t7BN compiled with g++ -O3 test.cpp -o test gives a segfault when trying to run it via ./test Using gcc 4.3.1 on arch32, I don't get a segfault.

[arch-general] [gcc-4.3] segfault when runnung -O3 compiled c++ code

2008-06-26 Thread Maik Beckmann
Hi, Can someone confirm that this http://codepad.org/I313t7BN compiled with g++ -O3 test.cpp -o test gives a segfault when trying to run it via ./test ?? I mailed to the gcc-help list regarding this issue: http://thread.gmane.org/gmane.comp.gcc.help/24804 Thanks, -- Maik PS: I'm on arc