[Bug ada/19369] New: fatal error: file gnatbind.ali is incorrectly formatted

2005-01-11 Thread pluto at pld-linux dot org
the final stage of profiledboostrap fails. # gcc -v Reading specs from /usr/lib/gcc/i686-pld-linux/4.0.0/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --infodir=/usr/share/info--mandir=/usr/share/man --enable-shared --enable-threads=posix

[Bug other/19370] New: .size directive not emitted for mips-linux

2005-01-11 Thread angela at releasedominatrix dot com
In config/mips/linux.h, the macro ASM_DECLARE_FUNCTION_SIZE() doesn't actually emit the .size directive. Testcase follows. % cat tst.c int func1(void) { return(1); } % mips-linux-gcc -c tst.c % mips-linux-readelf -s tst.o Symbol table '.symtab' contains 11

[Bug other/19370] .size directive not emitted for mips-linux

2005-01-11 Thread angela at releasedominatrix dot com
--- Additional Comments From angela at releasedominatrix dot com 2005-01-11 09:29 --- Created an attachment (id=7927) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7927action=view) patch to emit .size directive for mips-linux --

[Bug other/19370] .size directive not emitted for mips-linux

2005-01-11 Thread angela at releasedominatrix dot com
--- Additional Comments From angela at releasedominatrix dot com 2005-01-11 09:32 --- Forgot to note. I found it in 3.3.4 but it looks like it's still a problem in mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19370

[Bug target/18916] [4.0 Regression] mis-aligned vector code with copy memory (-maltivec)

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 09:51 --- Subject: Bug 18916 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 09:51:24 Modified files: gcc: ChangeLog builtins.c calls.c expr.h

[Bug target/18916] [4.0 Regression] mis-aligned vector code with copy memory (-maltivec)

2005-01-11 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2005-01-11 10:03 --- Should now be fixed -- What|Removed |Added Status|ASSIGNED

[Bug c/19371] New: Missing uninitialized warning

2005-01-11 Thread axel at zankasoftware dot com
Consider the following code snippet: $ cat testcase.c int bar(int n) { return n + 1; } int main(void) { int a = bar(a); int b, c, d; b = bar(b); (void) bar(c); return bar(d); } Both a, b, c and d are used before they are initialized. However, we only get a warning from

[Bug bootstrap/19364] [4.0 Regression] embedded sparc does not bootstrap

2005-01-11 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-11 10:35 --- sparc/sol2.h seems to be used just for sparc*-*-solaris* (correct) and sparc*-*-{elf,rtems}* (incorrectly). sparc*-*-linux* and sparc*-*-{free,net,open}bsd* don't use sol2.h at all. --

[Bug bootstrap/18058] [4.0 Regression] Sun CC cannot bootstrap GCC (static inline)

2005-01-11 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-11 10:41 --- Rainer's patch doesn't work anymore: cc -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ build/genflags.o build/rtl.o

[Bug tree-optimization/19360] [4.0 Regression] ICE with -O1 -funit-at-a-time

2005-01-11 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-01-11 11:14 --- tree-ssa-dom.c in this case uses a released SSA_NAME. The dom pass recorded a SSA_NAME X into another SSA_NAME (Y)'s SSA_NAME_VALUE, then tree_duplicate_bb called indirectly from thread_through_all_blocks

[Bug target/19370] .size directive not emitted for mips-linux

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |target Keywords||wrong-code

[Bug c/19371] [3.4 Regression] Missing uninitialized warning

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 12:49 --- Confirmed as a regression but was fixed already on the mainline. On the mainline get a warning about all four including a so that part is not a regression. I don't know if we can do anything about it as

[Bug middle-end/19371] [3.3/3.4 Regression] Missing uninitialized warning

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 12:55 --- If you used the result of the function call, you would get a warning about all four on 3.4 including a which does not exist on before 3.4.0. -- What|Removed |Added

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:02 --- Does it hang, or just really slow to start up. For me it takes 14seconds to run this pogram (yes that slow, the problem is related to the dynamic loader on Mac OS X 10.3, it is fixed I hear on 10.4) on a

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:03 --- (In reply to comment #1) One more note this was a 5 day old compiler but that should not matter. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368

[Bug java/18190] [4.0 regression] primitive array optimization is gone

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |minor Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18190

[Bug middle-end/19084] [4.0 Regression] ICE: internal consistency failure

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:54 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00591.html. -- What|Removed |Added

[Bug rtl-optimization/19348] [4.0 Regression] internal consistency error while compiling linux kernel

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:54 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00591.html. -- What|Removed |Added

[Bug bootstrap/19372] New: [4.0 regression] ICE in c-cppbuiltin.c

2005-01-11 Thread joel at gcc dot gnu dot org
gcc-4.0-20050109 binutils 2.15 newlib 1.13 configured as: ../gcc-4.0.20050109/configure --prefix=/opt/rtems-4.7 --mandir=/opt/rtems-4.7/man --infodir=/opt/rtems-4.7/info --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-rtems4.7 --with-gnu-as --with-gnu-ld --with-newlib

[Bug bootstrap/19372] [4.0 regression] ICE in c-cppbuiltin.c

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 14:06 --- Hmm, the two things I can think of is that the version in version.c is bad (which is what the assert is about) or we getting a miscompiled c-cppbuiltin.c from the host/build's compiler. I am testing it

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
/gcc-cvs/gcc/configure --prefix=/Volumes/src/gcc/gcc-cvs/testbin --enable-languages=c,c++,java --enable-java-awt=gtk --enable-gtk-cairo --enable-libgcj-multifile --disable-checking Thread model: posix gcc version 4.0.0 20050111 (experimental) in reply to comment #1, yes it does run with tiger much

[Bug tree-optimization/19333] [4.0 Regression] Compilation SEGFAULTs with -O1 -finline-functions on the x86_64 architecture.

2005-01-11 Thread drab at kepler dot fjfi dot cvut dot cz
--- Additional Comments From drab at kepler dot fjfi dot cvut dot cz 2005-01-11 14:15 --- (In reply to comment #5) http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00512.html Quite thouroughly tested, the patch works fine. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19333

[Bug c++/19373] New: Including STL headers in a namespace doesn't compile

2005-01-11 Thread JurgenvonOerthel at hotmail dot com
The following code doesn't compile: namespace foo { #include vector } int main (void) { return 0; } Many errors follow, the first one looks like: In file included from /sys/cadappl_linuxi386_borealis/gcc/3.3.3/include/c++/3.3.3/cstring:49, from

[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 14:20 --- Yes this is invalid, sorry, you cannot do this. -- What|Removed |Added

[Bug bootstrap/19372] [4.0 regression] ICE in c-cppbuiltin.c

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 14:22 --- Just a question, what compiler version are you building the cross with? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19372

[Bug rtl-optimization/19374] New: ICE in make_decl_rtl, at varasm.c:867

2005-01-11 Thread micis at gmx dot de
When I compile our sources at -O3 with the actual snapshot I get an ICE: g++ -O3 -c -o ErrValTest.o ErrValTest.ii ErrValTest.ii: In member function 'ErrVal ErrValTest::recursiveTest(int, int)': ErrValTest.ii:16115: internal compiler error: in make_decl_rtl, at varasm.c:867 Please submit a full

[Bug rtl-optimization/19374] ICE in make_decl_rtl, at varasm.c:867

2005-01-11 Thread micis at gmx dot de
--- Additional Comments From micis at gmx dot de 2005-01-11 14:33 --- Created an attachment (id=7928) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7928action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19374

[Bug bootstrap/19372] [4.0 regression] ICE in c-cppbuiltin.c

2005-01-11 Thread joel at gcc dot gnu dot org
--- Additional Comments From joel at gcc dot gnu dot org 2005-01-11 14:46 --- I think I did mess up the version string. I am trying to use the RTEMS RPMs scripts to build a snapshot set of RPMs to do full testing with. With a name like gcc-4.0-DATE, it messes up some of the patterns.

[Bug c++/19375] New: [3.4,4.0 regression] Access violation diagnostic given twice

2005-01-11 Thread redi at gcc dot gnu dot org
I'm surprised I can't find this reported already, apologies if it has been. Given: class A { int i; }; class B : public A { int f() { return i; } }; GCC 3.4 and up prints the same diagnostic twice: access2.cc: In member function `int B::f()': access2.cc:1: error: `int A::i' is private

[Bug c++/19375] [3.4/4.0 Regression] Access violation diagnostic given twice

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 15:13 --- Confirmed. I am suprised too. -- What|Removed |Added Status|UNCONFIRMED

[Bug tree-optimization/19374] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 15:24 --- I think this is a dup of bug 19241 but I have no prove yet. -- What|Removed |Added

[Bug tree-optimization/19374] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 15:28 --- Ok, I have some more information. We do: [pr19374.1.cc : 15716] D.41402 = retval; [pr19374.1.cc : 15716] __comp_ctor (D.41402, e%d[0], level); [pr19374.1.cc : 15716] return retval;

[Bug tree-optimization/19241] [4.0 Regression] ICE in make_decl_rtl with inliner

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 15:29 --- *** Bug 19374 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/19376] New: -Wno-variadic-macros - new flag?

2005-01-11 Thread gccbugs at sohailsomani dot com
gcc -c -g -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wno-e ror -DHAVE_CONFIG_H-I. -I. -I/extra/src/gcc/gcc/gcc -I/extra/src/gcc/gcc/gcc/. -I/extra/src/gcc/gcc/gcc/../include

[Bug c++/19377] New: Using declaration in private part causes protected diagnostic

2005-01-11 Thread redi at gcc dot gnu dot org
Given this code: class A { protected: int i; }; class B : public A { private: using A::i; }; class C : public B { public: void f() { A::i = 0; } }; g++ 3.4 and 4.0 say: protinherit.cc: In member function 'void C::f()': protinherit.cc:5: error: 'int A::i' is protected

[Bug target/16185] ICE: in spill_failure, at reload1.c:1892, global registers and long long

2005-01-11 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-01-11 16:18 --- Caused by this patch: Fri May 15 21:40:06 1998 John Wehle ([EMAIL PROTECTED]) * i386.md (movdi-1, movdi): Rewrite based on SI move patterns. -- What|Removed

[Bug bootstrap/19378] New: ICE during bootstrap compiling __fixdfdi

2005-01-11 Thread joel at gcc dot gnu dot org
gcc-4.0 20050109 binutils 2.15 newlib 1.13.0 [NOTE: I included avr-elf since this failure should be early enough in the build process to duplicate with that.] avr-rtems4.7 fails to bootstrap. Fails with this: ./gcc-4.0.20050109/gcc/../newlib/libc/sys/rtems/include -DIN_GCC -DCROSS_COMPILE

[Bug bootstrap/19379] New: ICE during build of newlib's e_atan2.c when soft-float

2005-01-11 Thread joel at gcc dot gnu dot org
gcc-4.0 20050109 binutils 2.15 newlib 1.13.0 This is a regression from at least gcc 3.3.5. Bootstrap fails with: /home/rtems/src/packages/BUILD/rtems-4.7-i386-rtems4.7-gcc-newlib-gcc4.0.20050109newlib1.13.0/build/gcc/xgcc

[Bug bootstrap/19376] -Wno-variadic-macros - new flag?

2005-01-11 Thread gccbugs at sohailsomani dot com
--- Additional Comments From gccbugs at sohailsomani dot com 2005-01-11 16:35 --- Should be using cvs to compile. -- What|Removed |Added Status|UNCONFIRMED

[Bug fortran/18870] [g77 regression] Equivalencing two common blocks is not caught

2005-01-11 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-11 16:42 --- I have applied http://gcc.gnu.org/ml/fortran/2005-01/msg00089.html to the 20050109 snapshot, and now the test case produces a segfault: $ cat common-2.f program main common /foo/ a

[Bug target/19379] [4.0 Regression] ICE during build of newlib's e_atan2.c when soft-float

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 17:01 --- This shows up in another bug too, see PR 19307 which uses -msse2 -mno-80387 but I assume that this is the same bug. -- What|Removed |Added

[Bug c++/19377] Using declaration in private part causes protected diagnostic

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 17:08 --- No this is valid code. We don't implement full using semantics. This might be related to PR 6936. -- What|Removed |Added

[Bug middle-end/19378] [4.0 Regression] ICE during bootstrap compiling __fixdfdi

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 17:15 --- Note there was another bug opened which will also fix the avr bootstrap failure but does not fix the ICE, only works around the problem (PR 18887). -- What|Removed

[Bug middle-end/19378] [4.0 Regression] ICE during bootstrap compiling __fixdfdi

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 17:17 --- As mentioned in PR 18887 in comment #9, the ICE was caused by: +2004-12-06 DJ Delorie [EMAIL PROTECTED] + + * reload.c (find_valid_class): Fix logic to test inner mode as well. +

[Bug libgcj/18840] java.io.BufferedInputStream.read(byte[],..) methods don't attempt to read as much as possible

2005-01-11 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-11 17:39 --- I'm testing a patch. We can't just directly use the Classpath code here since our InputStreamReader interacts with this class, and that class can't easily be merged because it touches on charset conversion.

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-11 17:44 --- Andrew, What compiler option flag do I need to set for forward Declartions then? _M was taking care of those errors however it is not producing the .o? Is there a Crossrefrence of compiler options between MC

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-01-11 18:02 --- Indeed, it just takes forever: About 40+ seconds on my 1Gz G4 PowerBook. Linking with -Wl,-bind_at_load doesn't make much difference. I thought it worked before (I don't consider 40 seconds start-up time

[Bug c/17662] testsuite for IMA testcases

2005-01-11 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-01-11 18:22 --- Look at dg-additional-files and dg-additional-sources, defined in gcc-testsuite/lib/gcc-defs.exp and used in several tests. I'll take a closer look at them soon, but feel free to beat me to it and try them

[Bug ada/19369] fatal error: file gnatbind.ali is incorrectly formatted

2005-01-11 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-01-11 18:50 --- (In reply to comment #0) the final stage of profiledboostrap fails. # fragment of gcc4-20050109 buildlog: (...) gcc -c -O2 -march=i686 -mtune=pentium4 -ggdb -fomit-frame-pointer -pipe

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 18:55 --- I have no idea what option you are talking about? Look at the info/man pages of ld and gcc. -- What|Removed |Added

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 19:00 --- (In reply to comment #4) Indeed, it just takes forever: About 40+ seconds on my 1Gz G4 PowerBook. Linking with -Wl,-bind_at_load doesn't make much difference. You have to link libgcj with -single_module

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:15 --- Created an attachment (id=7929) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7929action=view) link libgcj with -single_module -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:17 --- I simply meant I did not test the previous ones. My cable connection dropped. I attached my hackerish ltcf** diff. You may try and see if it gives you a speed up. --

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-11 19:24 --- Andrew, let me try again. BTW I have looked at the man pages for both gcc and ld, I must say they are clear as mud, but then most are. If I take the defaults, in CDT, I receive the errors attached below. If I

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 19:31 --- This is your bug and not gcc bug, figure out why you are getting the following error: ../AuthTest.h:7:10: #error include 'stdafx.h' before including this file for PCH The reason why it works just fine for

[Bug target/18987] [3.3/3.4 regression] [ia64] Extra '.restore sp' in tail call

2005-01-11 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-01-11 19:46 --- Subject: Re: [3.3/3.4/4.0 regression] [ia64] Extra '.restore sp' in tail call wilson at specifixinc dot com [EMAIL PROTECTED] writes: | Subject: Re: [3.3/3.4/4.0 regression] [ia64] Extra |

[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-01-11 19:48 --- Subject: Re: New: Including STL headers in a namespace doesn't compile JurgenvonOerthel at hotmail dot com [EMAIL PROTECTED] writes: | The following code doesn't compile: Then, don't do it. --

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-11 20:03 --- Andrew, If I take the exact same code, and compile it with VC++ it does not complain! However, gcc the ONLY thing that has changed, will not compile code that works! Why? Old wise one, must one rewrite entrie

[Bug libgcj/18840] java.io.BufferedInputStream.read(byte[],..) methods don't attempt to read as much as possible

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:04 --- Subject: Bug 18840 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:04:33 Modified files: libjava: ChangeLog libjava/java/io:

[Bug libgcj/18840] java.io.BufferedInputStream.read(byte[],..) methods don't attempt to read as much as possible

2005-01-11 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-11 20:05 --- Fix checked in -- What|Removed |Added Status|ASSIGNED

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:07 --- ../AuthTest.h:7:10: #error include 'stdafx.h' before including this file for PCH See that error, in VC++ (which is not usually a compand line driven) you have a PCH which use, do - include stdafx.h on the

[Bug target/18761] C++ ABI bug on OS X with embed types

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:15 --- Subject: Bug 18761 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:15:14 Modified files: gcc: ChangeLog

[Bug target/18761] C++ ABI bug on OS X with embed types

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:19 --- Subject: Bug 18761 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:19:36 Modified files: gcc/testsuite : ChangeLog Added files:

[Bug target/18761] C++ ABI bug on OS X with embed types

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:20 --- Fixed on the mainline. Also committed a testcase so we don't fail again and find other targets which are wrong. -- What|Removed |Added

[Bug libgcj/14012] HttpURLConnection.setRequestProperty() is not case insensitive

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:20 --- Subject: Bug 14012 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:19:57 Modified files: libjava: ChangeLog Makefile.am Makefile.in

[Bug libgcj/15509] URL.connect does not include port into the Host: header field of HTTP request

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:20 --- Subject: Bug 15509 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:19:57 Modified files: libjava: ChangeLog Makefile.am Makefile.in

[Bug libgcj/14013] HttpURLConnection.receiveReply() does not deal with code only responses

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:20 --- Subject: Bug 14013 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:19:57 Modified files: libjava: ChangeLog Makefile.am Makefile.in

[Bug libgcj/15157] Lack of chuncked encoding handling causes junk in http downloads

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:20 --- Subject: Bug 15157 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:19:57 Modified files: libjava: ChangeLog Makefile.am Makefile.in

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-11 20:23 --- Andrew, You are sure hard to convince... Where did the error go? Full rebuild of configuration Release for project Auth make -k clean all rm -rf authtest.o authtestdlg.o stdafx.o

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:26 --- Considering -M does not actually compile your code, no I am not hard to convince. Read the manual for gcc and you will see -M does not compile the code at all, only gets the dependices for include files.

[Bug libgcj/14012] HttpURLConnection.setRequestProperty() is not case insensitive

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:27 --- Fixed. on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- Bug 16229 depends on bug 14012, which changed state. Bug 14012 Summary: HttpURLConnection.setRequestProperty() is not case insensitive http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14012 What|Old Value |New Value

[Bug libgcj/15509] URL.connect does not include port into the Host: header field of HTTP request

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:27 --- Fixed. on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- Bug 16229 depends on bug 15509, which changed state. Bug 15509 Summary: URL.connect does not include port into the Host: header field of HTTP request http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15509 What|Old Value |New Value

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- Bug 16229 depends on bug 14013, which changed state. Bug 14013 Summary: HttpURLConnection.receiveReply() does not deal with code only responses http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14013 What|Old Value |New Value

[Bug libgcj/14013] HttpURLConnection.receiveReply() does not deal with code only responses

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:27 --- Fixed. on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- Bug 16229 depends on bug 15157, which changed state. Bug 15157 Summary: Lack of chuncked encoding handling causes junk in http downloads http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15157 What|Old Value |New Value

[Bug libgcj/15157] Lack of chuncked encoding handling causes junk in http downloads

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:28 --- Fixed. on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-11 20:29 --- Jeff, The problem does not have to be the source code or the compiler, it can be the way that you are invoking the compiler. I do not understand why you are invoking the compiler with -M -fpreprocessed -- you

[Bug libgcj/13972] gcj's URL() does not handle ContextURL + /redir?http://domain2.com/index.html correctly.

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 20:40 --- Subject: Bug 13972 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 20:40:11 Modified files: libjava: ChangeLog libjava/java/net:

[Bug libgcj/13972] gcj's URL() does not handle ContextURL + /redir?http://domain2.com/index.html correctly.

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 20:43 --- Fixed on the mainline for 4.0.0. -- What|Removed |Added Status|NEW

[Bug libgcj/16229] [meta-bug] http, URL, and URLConnection issues

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- Bug 16229 depends on bug 13972, which changed state. Bug 13972 Summary: gcj's URL() does not handle ContextURL + /redir?http://domain2.com/index.html; correctly. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13972 What|Old Value |New Value

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread jeff at connectrf dot com
--- Additional Comments From jeff at connectrf dot com 2005-01-11 21:03 --- Well that makes sense.. Does anyone have an example of the compiler options to port from VC++ to GCC? A nice Crossreference table would be just dandy. -- What|Removed

[Bug target/18987] [3.3/3.4 regression] [ia64] Extra '.restore sp' in tail call

2005-01-11 Thread wilson at tuliptree dot org
--- Additional Comments From wilson at tuliptree dot org 2005-01-11 21:05 --- Subject: Re: [3.3/3.4 regression] [ia64] Extra '.restore sp' in tail call On Mon, 2005-01-10 at 23:07, steven at gcc dot gnu dot org wrote: --- Additional Comments From steven at gcc dot gnu dot

[Bug ada/19380] New: ACATS c3a0004 SEGV at runtime on s390-linux, probably access to subprogram problem

2005-01-11 Thread laurent at guerby dot net
,.,. C3A0004 ACATS 2.5 05-01-11 12:12:07 C3A0004 Check that access to subprogram may be stored within data structures, and that the access to subprogram can subsequently be called.

[Bug ada/19381] New: ACATS c954a03 raises storage error at runtime on s390-linux

2005-01-11 Thread laurent at guerby dot net
,.,. C954A03 ACATS 2.5 05-01-11 13:00:05 C954A03 Requeue from an Accept with parameters to a Protected Entry without parameters. raised STORAGE_ERROR -- Summary: ACATS c954a03 raises storage error at runtime on s390- linux Product:

[Bug ada/19382] New: ACATS cxb5002 simple To_Fortran test fails at runtime on s390-linux

2005-01-11 Thread laurent at guerby dot net
,.,. CXB5002 ACATS 2.5 05-01-11 13:45:01 CXB5002 Check that functions To_Fortran and To_Ada produce correct results. * CXB5002 Incorrect result from procedure To_Fortran - 1. * CXB5002 Incorrect value returned from function To_Ada - 1. CXB5002 FAILED

[Bug driver/19281] file format not recognized; treating as linker script

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 21:14 --- Well open a new bug for that and/or figure out what the options do, all of the gcc options are documented and if they are not, then that is a bug. -- What|Removed

[Bug rtl-optimization/13366] ICE using MMX/SSE builtins with -O

2005-01-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-11 21:33 --- Subject: Bug 13366 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-11 21:33:15 Modified files: gcc: ChangeLog gcc/config/i386:

[Bug ada/19383] New: ACATS c954020 (1,2,3,4,6) do not terminate on ppc-linux, s390-linux

2005-01-11 Thread laurent at guerby dot net
,.,. C954020 ACATS 2.5 05-01-11 17:03:35 C954020 Requeue, with abort, from protected entry to task entry. * C954020 Unexpected exception in Message_Task. * C954020 Unexpected exception in Message_Task. ,.,. C954021 ACATS 2.5 05-01-11 17:08:40 C954021 Requeue from one entry body to

[Bug ada/19384] New: ACATS c940005 fail (no ZCX) or timeout (ZCX) at runtime on ppc-darwin/linux

2005-01-11 Thread laurent at guerby dot net
On ppc-darwin (no ZCX) or ppc-linux (no ZCX) ,.,. C940005 ACATS 2.5 04-12-09 05:34:07 C940005 Check internal calls of protected functions and procedures. * C940005 Unexpected exception in Vehicle Task. * C940005 Unexpected paths taken. C940005 FAILED .

[Bug ada/19385] New: ACATS c974012 fails at runtime on ppc-linux/darwin

2005-01-11 Thread laurent at guerby dot net
On ppc-darwin and linux without ZCX: ,.,. C974012 ACATS 2.5 05-01-10 11:03:41 C974012 Asynchronous Select: Trigger is queued on a protected entry and completes before the abortable part. * C974012 Unexpected test path taken. C974012 FAILED

[Bug ada/19380] ACATS c3a0004 SEGV at runtime on s390-linux, probably access to subprogram problem

2005-01-11 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-01-11 21:50 --- This also fail on ppc-linux with ZCX. -- What|Removed |Added GCC host triplet|s390-linux

[Bug ada/19381] ACATS c954a03 raises storage error at runtime on s390-linux

2005-01-11 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-01-11 21:51 --- Also fails on ppc-linux with ZCX. -- What|Removed |Added GCC host triplet|s390-linux

[Bug rtl-optimization/13366] ICE using MMX/SSE builtins with -O

2005-01-11 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-11 21:53 --- Fixed. No chance of a backport to 3.4. As a workaround, use _mm_set_pi16 instead of the explicit constructor. -- What|Removed |Added

[Bug target/19356] [4.0 regression] ICE with SSE intrinsics

2005-01-11 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-11 22:12 --- Fixed with the patch for PR13366. Of course, __builtin_ia32_setzero128 doesn't exist anymore, but presumably this was after reducing the real testcase that used emmintrin.h. -- What|Removed

[Bug target/19252] sub optimal use of fpu comparisons in SSE code

2005-01-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||missed-optimization, ssemmx http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19252

[Bug target/19370] .size directive not emitted for mips-linux

2005-01-11 Thread echristo at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at redhat dot com |dot org | Status|UNCONFIRMED

[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 22:49 --- Gaby, your comment is funny! Made me laugh, since I just got out of my cast. Just for reference, this is invalid because it would invalidate 17.4.1.1 - Library contents requires std or std:: namespaces

[Bug libstdc++/19265] problem with _S_destroy_thread_key when using dynamic libraries

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 23:00 --- Created an attachment (id=7930) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7930action=view) current mt_allocator include -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19265

  1   2   >