[Bug c/35761] GCC 4.3.0 tar 1.19 and glibc 2.7 bug with __cplusplus and -O2

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 23:38 --- Application bug, not compiler bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/35761] GCC 4.3.0 tar 1.19 and glibc 2.7 bug with __cplusplus and -O2

2008-05-11 Thread channelzero at web dot de
--- Comment #3 from channelzero at web dot de 2008-05-11 21:54 --- I can confirm a make error in tar, last step of build fails: gcc -std=gnu99 -g -O2 -o tar buffer.o compare.o create.o delete.o extract.o xheader.o incremen.o list.o misc.o names.o sparse.o system.o tar.o transform.o

[Bug c/35761] GCC 4.3.0 tar 1.19 and glibc 2.7 bug with __cplusplus and -O2

2008-03-29 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-03-29 23:17 --- It certainly is not setting __cplusplus if you are not using C++. Other than that this is not a useful bugreport. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35761

[Bug c/35761] GCC 4.3.0 tar 1.19 and glibc 2.7 bug with __cplusplus and -O2

2008-03-29 Thread devilsclaw at devilsclaws dot net
--- Comment #1 from devilsclaw at devilsclaws dot net 2008-03-29 23:01 --- I also tried -O0 , -O1 , -O3 and -O4. The only one that worked as you would guess was -O0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35761