[Bug target/39758] New: FAIL: gcc.dg/initpri1.c, g++.dg/special/initpri1.C on arm target

2009-04-13 Thread jingyu at google dot com
The toolchain is built with newlib C. *** EXIT code 4242 FAIL: gcc.dg/initpri1.c execution test The constructors are performed in the correct order, from lowest to highest. However the destructors are performed in a wrong order. ... void d1() __attribute__((destructor (500))); void d2() __attribu

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-04-14 04:42 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug c++/39480] generated memcpy causes trouble in assignment

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #30 from jason at gcc dot gnu dot org 2009-04-14 03:31 --- Fixed for 4.3, 4.4 and 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39480] generated memcpy causes trouble in assignment

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #29 from jason at gcc dot gnu dot org 2009-04-14 03:30 --- Subject: Bug 39480 Author: jason Date: Tue Apr 14 03:30:12 2009 New Revision: 146020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146020 Log: PR c++/39480 * call.c (build_over_call): Don't c

[Bug middle-end/39757] inconsistency in array bounds checking with -O3

2009-04-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-14 03:00 --- -O3 has extra inlining. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Co

[Bug c/39757] New: inconsistency in array bounds checking with -O3

2009-04-13 Thread ptrktn at gmail dot com
gcc version: Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/u

[Bug bootstrap/19255] cross-chain build failure [MinGW]

2009-04-13 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2009-04-14 02:49 --- This issue is about 3.4.x. It's reasonable to close as wontfix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19255

[Bug objc/39753] [4.3/4.4/4.5 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2009-04-13 Thread john dot engelhart at gmail dot com
--- Comment #4 from john dot engelhart at gmail dot com 2009-04-14 01:15 --- Another point to consider is whether or not C99's 'restrict' is a legitimate type qualifier for pointers to Objective-C objects. This is really more of an observation that pragmatically, very little can be sai

[Bug libgomp/39746] [4.5 Regression] Fail pr34513.c and pr34513.C at -O1 and above

2009-04-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2009-04-14 00:10 --- Subject: Re: [4.5 Regression] Fail pr34513.c and pr34513.C at -O1 and above > The "if (shrd != thrs)" is optimized away. Attached .s files with -O0 > and -O2. The last pass with the comparison at

[Bug libgomp/39746] [4.5 Regression] Fail pr34513.c and pr34513.C at -O1 and above

2009-04-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2009-04-13 23:10 --- Subject: Re: New: [4.5 Regression] Fail pr34513.c and pr34513.C at -O1 and above The "if (shrd != thrs)" is optimized away. Attached .s files with -O0 and -O2. Dave --- Comment #2 from dav

[Bug objc/39753] [4.3/4.4/4.5 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2009-04-13 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753

[Bug objc/39753] [4.3/4.4/4.5 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2009-04-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-04-13 22:00 --- (In reply to comment #2) > Is this really "broken" when the Apple compiler has the same behavior > (assuming > we all accept that the Apple Objective-C semantics are the de facto standard)? Apple's compiler does no

[Bug objc/39753] [4.3/4.4/4.5 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2009-04-13 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2009-04-13 21:59 --- Is this really "broken" when the Apple compiler has the same behavior (assuming we all accept that the Apple Objective-C semantics are the de facto standard)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753

[Bug c++/39754] [4.5 Regression] ICE: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9248

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-04-13 21:26 --- It is caused by revision 145440: http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00060.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/39480] generated memcpy causes trouble in assignment

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #28 from jason at gcc dot gnu dot org 2009-04-13 20:56 --- Subject: Bug 39480 Author: jason Date: Mon Apr 13 20:56:45 2009 New Revision: 146013 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146013 Log: PR c++/39480 * call.c (build_over_call): Don't c

[Bug c++/39480] generated memcpy causes trouble in assignment

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #27 from jason at gcc dot gnu dot org 2009-04-13 20:53 --- Subject: Bug 39480 Author: jason Date: Mon Apr 13 20:53:34 2009 New Revision: 146011 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146011 Log: PR c++/39480 * call.c (build_over_call): Don't c

[Bug ada/39756] New: FAIL: c9a011b

2009-04-13 Thread danglin at gcc dot gnu dot org
splitting /test/gnu/gcc/objdir/gcc/testsuite/ada/acats/tests/c9/c9a011b.ada into : c9a011b.adb BUILD c9a011b.adb gnatmake --GCC="/test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/" -gnat ws -O2 -I/test/gnu/gcc/objdir/gcc/testsuite/ada/acats/support c9a011b.adb -largs --GCC="/test/gnu/gcc

[Bug c++/39480] generated memcpy causes trouble in assignment

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #26 from jason at gcc dot gnu dot org 2009-04-13 20:08 --- I think this actually only comes up at -O0; without optimization we don't try to expand a call to __builtin_memcpy as a block move because we need TER to tell us what the real alignment of the operands is. With optim

[Bug c/39755] New: inline memcpy() incorrectly optimized on MIPS target

2009-04-13 Thread msieweke at broadcom dot com
In one case the C compiler can optimize away an inline memcpy() on a MIPS target. The problem was duplicated with GCC 3.2.1 and 3.3.3. The problem does not affect x86 targets or GCC 4.x (tested on 4.2.4). The MIPS cross-compiler runs under RHEL. Tested MIPS cross-compilers under Cygwin and Mingw

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread hjl at gcc dot gnu dot org
--- Comment #9 from hjl at gcc dot gnu dot org 2009-04-13 19:42 --- Subject: Bug 39733 Author: hjl Date: Mon Apr 13 19:42:26 2009 New Revision: 146009 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146009 Log: 2009-04-13 H.J. Lu PR testsuite/39733 * gcc.misc-

[Bug c++/39750] ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-04-13 19:27 --- Subject: Bug 39750 Author: jason Date: Mon Apr 13 19:27:20 2009 New Revision: 146008 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146008 Log: PR c++/39750 * pt.c (uses_template_parms): Handle

[Bug c++/39754] New: ICE: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9248

2009-04-13 Thread gcc at abeckmann dot de
-accessed-elt-2-of-tree_vec.ii Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4_4-branch/configure --prefix=/opt/software/gcc-x86_64/gcc-4.4.x --program-suffix=-4.4.x --enable-languages=c,c++ --enable-checking Thread model: posix gcc version 4.4.0 20090413 (prere

[Bug target/39738] GCC cannot build itself for win64 platform

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #11 from ktietz at gcc dot gnu dot org 2009-04-13 19:25 --- (In reply to comment #10) > I try to build gcc with latest CRT from svn (revision 764) - build is OK. It > seems, snapshot from sourceforge download page(November 15, 2008) not > compatible with gcc 4.4. > Well, th

[Bug c++/39750] ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-04-13 19:27 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/39750] ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-04-13 18:54 --- Subject: Bug 39750 Author: jason Date: Mon Apr 13 18:54:40 2009 New Revision: 146006 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146006 Log: PR c++/39750 * pt.c (uses_template_parms): Handle

[Bug target/39738] GCC cannot build itself for win64 platform

2009-04-13 Thread css20 at mail dot ru
--- Comment #10 from css20 at mail dot ru 2009-04-13 18:06 --- I try to build gcc with latest CRT from svn (revision 764) - build is OK. It seems, snapshot from sourceforge download page(November 15, 2008) not compatible with gcc 4.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3

[Bug objc/39753] [4.3/4.4/4.5 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2009-04-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-13 17:51 --- Confirmed, the aliasing rules were also in ISO C90 (aka ANSI C89). This has been broken since 3.0 when strict aliasing was enabled by default. -- pinskia at gcc dot gnu dot org changed: What|Remo

[Bug objc/39753] New: Objective-C(++) and C99 strict-aliasing interaction bug

2009-04-13 Thread john dot engelhart at gmail dot com
Please keep in mind that I'm not a GCC internals expert, and this really requires some analysis from an ObjC maintainer (and expert) along with someone who is familiar with the details of how -fstrict-aliasing works. See also: http://gcc.gnu.org/ml/gcc/2009-04/msg00290.html The short version is t

[Bug testsuite/39752] test-demangle.c failed to compile

2009-04-13 Thread peter dot kovar at gmail dot com
--- Comment #1 from peter dot kovar at gmail dot com 2009-04-13 17:40 --- Created an attachment (id=17625) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17625&action=view) Rename getline () to get_line () in test-demangle.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39752

[Bug testsuite/39752] New: test-demangle.c failed to compile

2009-04-13 Thread peter dot kovar at gmail dot com
libiberty/testsuite/test-demangle.c After configuration with the following ../../configure --program-suffix=-4.5.0 --enable-languages=c,c++,objc,obj-c++ I've started make check which failed on Fedora 10+ x86 as well as x86-64 ../../../../libiberty/testsuite/test-demangle.c:49: error: conflict

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread dominiq at lps dot ens dot fr
--- Comment #8 from dominiq at lps dot ens dot fr 2009-04-13 17:21 --- The patch in http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00852.html fixes PR39749. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39733

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2009-04-13 17:19 --- I finally used make -k check-gcc RUNTESTFLAGS="help.exp=* --target_board=unix/-m64" and got with the patch in http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00852.html === gcc Summary === # of expect

[Bug libfortran/39665] [4.5 Regression] Fortran IO using unaligned accesses to read/write doubles.

2009-04-13 Thread jb at gcc dot gnu dot org
--- Comment #12 from jb at gcc dot gnu dot org 2009-04-13 16:55 --- Fixed as of r145875 -- jb at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread dominiq at lps dot ens dot fr
--- Comment #6 from dominiq at lps dot ens dot fr 2009-04-13 16:02 --- > I will bet they are the same bug. One easy way to verify it is to > apply my patch for PR 39733 to see if those failures disappear. What magic incantation should I use to test it. I tried make -k check-gcc RUNTEST

[Bug target/39738] GCC cannot build itself for win64 platform

2009-04-13 Thread css20 at mail dot ru
--- Comment #9 from css20 at mail dot ru 2009-04-13 15:48 --- > Do you use for native toolchain an fresh initialized directory? > Which version of toolchain you are using (especially header-set)? > Do you use --prefix and --with-sysroot options? I use directory with mingw-64 runtime ins

[Bug c++/39750] ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-04-13 15:12 --- *** Bug 39749 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39733

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2009-04-13 15:12 --- Since this happens "on i686-apple-darwin9 with -m64", it seems like multilib configuration. It is very likely a dup for PR 39733. Please reopen it if my fix for PR 39733 doesn't fix it. *** This bug has been marked

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-04-13 15:12 --- HJ, you are wrong, make sure to pass --enable-checking explicitly in 4_4-branch. -- paolo dot carlini at oracle dot com changed: What|Removed |Added -

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-04-13 15:10 --- Indeed, I just checked and 4.4.0 also ICEs when checking is enabled, thus behaves exactly like 4.5.0. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/39750] ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-04-13 15:06 --- This is caused by revision 137361: http://gcc.gnu.org/ml/gcc-cvs/2008-07/msg00065.html -- hjl dot tools at gmail dot com changed: What|Removed |Added -

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread pinskia at gmail dot com
--- Comment #3 from pinskia at gmail dot com 2009-04-13 15:06 --- Subject: Re: New: ICE in cp_lexer_new_from_tokens, at cp/parser.c:342 Sent from my iPhone On Apr 13, 2009, at 7:43 AM, "gcc at abeckmann dot de" wrote: > This is a 4.5.0 regression on invalid code: > > == 8

Re: [Bug c++/39751] New: ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread Andrew Thomas Pinski
Sent from my iPhone On Apr 13, 2009, at 7:43 AM, "gcc at abeckmann dot de" > wrote: This is a 4.5.0 regression on invalid code: == 8< == template < typename > struct A { A < struct { f () : == >8 == -- 4.5.0 -- $ x86_64-linux-gnu-g++-trunk -v

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-04-13 15:04 --- (In reply to comment #1) > Are you *sure* this is a regression? Did you compare to 4.5.0 a 4.4.0 built > with checking *enabled*? > FWIW, gcc 4.4.0 doesn't ICE when checking isn't disabled. But this testcase has be

[Bug c++/39751] ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-04-13 14:47 --- Are you *sure* this is a regression? Did you compare to 4.5.0 a 4.4.0 built with checking *enabled*? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39751

[Bug c++/39751] New: ICE in cp_lexer_new_from_tokens, at cp/parser.c:342

2009-04-13 Thread gcc at abeckmann dot de
This is a 4.5.0 regression on invalid code: == 8< == template < typename > struct A { A < struct { f () : == >8 == -- 4.5.0 -- $ x86_64-linux-gnu-g++-trunk -v -c ice-cp_parser_c-342.ii Using built-in specs. Target: x86_64-unknown-linux-gnu Configur

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-04-13 14:22 --- (In reply to comment #3) > Reopening this bug, it is not a duplicate of 39733: > > bug #39733 is about an extra -v added to the argument list of subprocesses, > and is due to gcc.misc-tests/options.exp and lib/optio

[Bug middle-end/39651] New cleanup test failures

2009-04-13 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2009-04-13 14:07 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread rwild at gcc dot gnu dot org
--- Comment #3 from rwild at gcc dot gnu dot org 2009-04-13 13:54 --- Reopening this bug, it is not a duplicate of 39733: bug #39733 is about an extra -v added to the argument list of subprocesses, and is due to gcc.misc-tests/options.exp and lib/options.exp defining the same functions,

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-04-13 13:30 --- (In reply to comment #5) > HJ, can you please show verbose log output from the failed tests that proves > that this bug and the other one are indeed duplicates? I don't see why on > GNU/Linux, as should fail when pa

[Bug middle-end/39701] [4.5 Regression] Revision 145846 caused many test failures

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #15 from hjl dot tools at gmail dot com 2009-04-13 13:18 --- Fixed -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|ASSIGNED

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread rwild at gcc dot gnu dot org
--- Comment #5 from rwild at gcc dot gnu dot org 2009-04-13 13:17 --- HJ, can you please show verbose log output from the failed tests that proves that this bug and the other one are indeed duplicates? I don't see why on GNU/Linux, as should fail when passed --help -- http://gcc.gn

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-04-13 13:11 --- *** This bug has been marked as a duplicate of 39733 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added --

[Bug testsuite/39733] gcc.misc-tests/help.exp doesn't work with multilib

2009-04-13 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2009-04-13 13:11 --- *** Bug 39749 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug target/39063] libgcc2.c:mprotect() for mingw, incompatible pointer type warning

2009-04-13 Thread sezeroz at gmail dot com
--- Comment #6 from sezeroz at gmail dot com 2009-04-13 11:55 --- (In reply to comment #4) > The fix may have broken cross compiling: > > http://gcc.gnu.org/ml/gcc/2009-03/msg00525.html > PR39503 has already been closed for some fime, so this one should be closed, too. -- sezeroz

[Bug target/39397] libiberty/pex-*, inconsistent/incorrect pid_t usage

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #5 from ktietz at gcc dot gnu dot org 2009-04-13 10:51 --- Applied to gcc's 4.5 (trunk at revision 146001) and binutils/gdb's head. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/39397] libiberty/pex-*, inconsistent/incorrect pid_t usage

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #4 from ktietz at gcc dot gnu dot org 2009-04-13 10:46 --- Subject: Bug 39397 Author: ktietz Date: Mon Apr 13 10:45:58 2009 New Revision: 146001 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146001 Log: 2009-04-13 Ozkan Sezer PR target/39397 * pe

[Bug other/39062] libssp/ssp.c needs malloc.h for mingw

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #4 from ktietz at gcc dot gnu dot org 2009-04-13 10:38 --- Applied to 4.5 at revision 146000. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/39062] libssp/ssp.c needs malloc.h for mingw

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #3 from ktietz at gcc dot gnu dot org 2009-04-13 10:37 --- Subject: Bug 39062 Author: ktietz Date: Mon Apr 13 10:37:17 2009 New Revision: 146000 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146000 Log: 2009-04-13 Ozkan Sezer PR target/39062 * ss

[Bug target/39066] DO_GLOBAL_CTORS_BODY needs uintptr_t

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #3 from ktietz at gcc dot gnu dot org 2009-04-13 10:12 --- Committed to 4.5 as revision 145999. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/39750] New: ICE in uses_template_parms, at cp/pt.c:6332

2009-04-13 Thread gcc at abeckmann dot de
This looks like a ice-on-invalid-code regression in g++ 4.4/4.5: == template < unsigned > struct A ; template < typename > struct B ; template < typename T , A < B < T > { } == -- 4.4.0 -- $ x86_64-linux-gnu-gcc-4.4.x -v -std=c++0x -c ice-uses_template_parms-cp_pt.

[Bug testsuite/39749] FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread rwild at gcc dot gnu dot org
--- Comment #1 from rwild at gcc dot gnu dot org 2009-04-13 09:44 --- This looks like a genuine bug in the GCC driver or as to me: gcc shouldn't pass on flags to subprocesses if they don't understand them. The testsuite addition just exposed them. How can this as be made to output help

[Bug testsuite/39749] New: FAIL: compiler driver -v --help option(s) (assembler options)

2009-04-13 Thread dominiq at lps dot ens dot fr
On i686-apple-darwin9 with -m64 I have the following failures: FAIL: compiler driver --help option(s) (linker options) FAIL: compiler driver -v --help option(s) (assembler options) FAIL: compiler driver -v --help option(s) (linker options) FAIL: compiler driver -v --help option(s) (assembler optio

[Bug c/39748] possible bogus offset warning

2009-04-13 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2009-04-13 09:23 --- Created an attachment (id=17624) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17624&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39748

[Bug c/39748] New: possible bogus offset warning

2009-04-13 Thread dcb314 at hotmail dot com
I just tried to compile the popular bzip2 package with the GNU gcc version 4.5 snapshot 20090409. The compiler said bzlib.c: In function 'bzopen_or_bzdopen': bzlib.c:1443: warning: offset '2' outside bounds of constant string bzlib.c:1443: warning: offset '3' outside bounds of constant string Th

[Bug fortran/35385] gfortran does not support the COCO preprocessor

2009-04-13 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-04-13 09:22 --- Closing as WONTFIX, see the thread starting at http://gcc.gnu.org/ml/fortran/2009-03/msg00205.html -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/39738] GCC cannot build itself for win64 platform

2009-04-13 Thread ktietz at gcc dot gnu dot org
--- Comment #8 from ktietz at gcc dot gnu dot org 2009-04-13 08:34 --- (In reply to comment #7) > > Please make sure, that you have in your gcc source root directory the > > symbolic > > link "winsup" pointing to your prefix directory. Secondly, make sure you > > have > > the symbolic

[Bug c/35634] [4.3/4.4/4.5 Regression] operand of pre-/postin-/decrement not promoted

2009-04-13 Thread rguenth at gcc dot gnu dot org
--- Comment #25 from rguenth at gcc dot gnu dot org 2009-04-13 08:19 --- *** Bug 39736 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/39736] signed overflow in loop induction variable: missing warning and wrong code

2009-04-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-04-13 08:19 --- *** This bug has been marked as a duplicate of 35634 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libgcj/39747] [4.5/4.5 Regression] libjavamath is linking against libgmp

2009-04-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-04-13 08:17 --- It is? Anyway, you should build static gmp with -fPIC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39747

[Bug target/39738] GCC cannot build itself for win64 platform

2009-04-13 Thread css20 at mail dot ru
--- Comment #7 from css20 at mail dot ru 2009-04-13 08:11 --- > Please make sure, that you have in your gcc source root directory the symbolic > link "winsup" pointing to your prefix directory. Secondly, make sure you have > the symbolic link "mingw" in your prefix directory, which has t

[Bug tree-optimization/39736] signed overflow in loop induction variable: missing warning and wrong code

2009-04-13 Thread schwab at linux-m68k dot org
--- Comment #6 from schwab at linux-m68k dot org 2009-04-13 07:53 --- (In reply to comment #4) > But your test program does cause signed overflow No, it doesn't. There is a conversion (from int to short) where the value is not representable by the target type, but that is _not_ undefin