[Bug tree-optimization/39248] FAIL: gcc.dg/vect/vect-complex-1.c

2009-03-07 Thread irar at il dot ibm dot com
--- Comment #10 from irar at il dot ibm dot com 2009-03-08 07:25 --- Fixed. -- irar at il dot ibm dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/39398] verify_flow_info failed

2009-03-07 Thread terminatorul at gmail dot com
--- Comment #2 from terminatorul at gmail dot com 2009-03-08 03:58 --- Created an attachment (id=17418) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17418&action=view) File referenced in the error output This is the other file referenced in the error output -- http://gcc.gnu

[Bug bootstrap/39398] verify_flow_info failed

2009-03-07 Thread terminatorul at gmail dot com
--- Comment #1 from terminatorul at gmail dot com 2009-03-08 03:56 --- Created an attachment (id=17417) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17417&action=view) Source file to compile This is the file used on the command line -- http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug bootstrap/39398] New: verify_flow_info failed

2009-03-07 Thread terminatorul at gmail dot com
Here is the command line and the output: adr...@darkstar:~/packages/gcc-4.3.3-obj/gcc$ /home/adrian/packages/gcc-4.3.3-obj/./prev-gcc/xgcc -B/home/adrian/packages/gcc-4.3.3-obj/./prev-gcc/ -B/usr/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer -fprofile-generate -gnatpg -gnata -g -O1 -f

[Bug c++/38522] -Wconversion does not handle complex bitwise expressions

2009-03-07 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2009-03-08 03:54 --- (In reply to comment #5) > BTW, my comment was about the C++ frontend. IE: > .../gcc44/bin/g++ -c -Wall -W -Wconversion test.cpp The code of Wconversion is shared between C and C++ front-ends, so they should produc

[Bug c/39170] cannot silence -Wconversion warnings for bit-fields

2009-03-07 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2009-03-08 03:30 --- > The old behavior was just fine! You absolutely did not understand what the old -Wconversion did. http://gcc.gnu.org/wiki/NewWconversion But if you still want the old behaviour, just use -Wtraditional-conversion.

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

2009-03-07 Thread sezeroz at gmail dot com
--- Comment #1 from sezeroz at gmail dot com 2009-03-08 01:51 --- Created an attachment (id=17416) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17416&action=view) libiberty pid_t patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39397

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

2009-03-07 Thread sezeroz at gmail dot com
pex-* stuff of libiberty is inconsistent in storing pid values: at some places it uses 'pid_t' but at some places it uses 'long'. using long is wrong for win64: pex-win32.c deals with HANDLE values and they must be stored as pid_t, which mingw-w64 headers properly define as int64. the attached pat

[Bug libstdc++/38923] symbol versioning disabled due to non-portable sed script

2009-03-07 Thread fang at csl dot cornell dot edu
--- Comment #9 from fang at csl dot cornell dot edu 2009-03-07 20:25 --- I usually set the environment variable POSIXLY_CORRECT when I want to catch portability issues. The GNU versions of the utils are usually good about disabling extensions and griping about violations. -- fang

[Bug debug/39086] [4.4 Regression] ICE in decl_ultimate_origin, at dwarf2out.c:5770 when compiling with -fno-tree-sra

2009-03-07 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2009-03-07 20:16 --- So here's what happens: 1) The front end chooses 'x' as the NRV for f4 and rewrites the assignments. 2) inlining creates a temporary variable for the return value of f1. So we have : D.1204 = ax; = D.1204; g

[Bug c++/38557] dynamic_cast should give a warning/error for non related classes

2009-03-07 Thread fang at csl dot cornell dot edu
--- Comment #3 from fang at csl dot cornell dot edu 2009-03-07 20:02 --- If class C inherits from A and B, would we conservatively consider possible cross-casts from A* to B* through C*, when trying to statically analyze the dynamic_cast? (And would it matter if class C wasn't even vis

[Bug c++/39060] [4.4 regression] ICE with lots of invalid member functions

2009-03-07 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-03-07 19:44 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00432.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/38522] g++ -Wconversion warnings

2009-03-07 Thread fang at csl dot cornell dot edu
--- Comment #6 from fang at csl dot cornell dot edu 2009-03-07 19:36 --- Manuel has resolved/fixed several -Wconversion issues since 4.3, perhaps he can comment? -- fang at csl dot cornell dot edu changed: What|Removed |Added -

[Bug c++/39396] ICE when compiling omniORB-4.1.3

2009-03-07 Thread wolfgang dot glas at ev-i dot at
--- Comment #3 from wolfgang dot glas at ev-i dot at 2009-03-07 17:48 --- Jakub, I will try this again with the next snapshot of mingw-w64 and will come back to this report in a few days. Most likely, this is really a duplicate of PR39367 and we may then close this issue. -- http:/

[Bug c++/39396] ICE when compiling omniORB-4.1.3

2009-03-07 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-03-07 17:07 --- Likely dup of PR39367. Please retry with latest SVN. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39396

[Bug c++/39396] ICE when compiling omniORB-4.1.3

2009-03-07 Thread wolfgang dot glas at ev-i dot at
--- Comment #1 from wolfgang dot glas at ev-i dot at 2009-03-07 16:54 --- Created an attachment (id=17415) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17415&action=view) gzipped. preprocessed source code of the acffected C++ source file. Output of x86_64-pc-mingw32-g++ -E -O2

[Bug debug/39355] [4.4 Regression] ICE at dwarf2out.c:10353 in loc_descriptor_from_tree_1

2009-03-07 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #10 from dave at hiauly1 dot hia dot nrc dot ca 2009-03-07 16:52 --- Subject: Re: [4.4 Regression] ICE at dwarf2out.c:10353 in loc_descriptor_from_tree_1 > Can you reproduce it with stage1 cc1plus (or non-bootstrapped cc1plus) built > by > some older gcc, or only with sta

[Bug c++/39396] New: ICE when compiling omniORB-4.1.3

2009-03-07 Thread wolfgang dot glas at ev-i dot at
I encountered the following ICE when compining omniORB 4.1.3 with mingw-w64 20090305 snapshot: /home/wglas/download/omniorb/omniORB-4.1.3/src/lib/omniORB/orbcore > make export x86_64-pc-mingw32-g++ -c -O2 -D_WINSTATIC -mthreads -I.. -I./.. -I../../../../include/omniORB4/internal -DUSE_omniORB_lo

[Bug debug/39086] [4.4 Regression] ICE in decl_ultimate_origin, at dwarf2out.c:5770 when compiling with -fno-tree-sra

2009-03-07 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 c/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-03-07 Thread hjl at gcc dot gnu dot org
--- Comment #3 from hjl at gcc dot gnu dot org 2009-03-07 16:32 --- Subject: Bug 39323 Author: hjl Date: Sat Mar 7 16:32:34 2009 New Revision: 144701 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144701 Log: gcc/ 2009-03-07 H.J. Lu PR c/39323 * c-common.c

[Bug c++/39367] [4.4 Regression] ICE at tree-inline.c:1042 with -O

2009-03-07 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2009-03-07 16:22 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/39367] [4.4 Regression] ICE at tree-inline.c:1042 with -O

2009-03-07 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2009-03-07 16:21 --- Subject: Bug 39367 Author: jason Date: Sat Mar 7 16:21:05 2009 New Revision: 144697 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144697 Log: PR c++/39367 * init.c (build_new_1): Don't use a

[Bug middle-end/38028] [4.4 Regression] eh failures on spu-elf

2009-03-07 Thread uweigand at gcc dot gnu dot org
--- Comment #1 from uweigand at gcc dot gnu dot org 2009-03-07 16:02 --- Subject: Bug 38028 Author: uweigand Date: Sat Mar 7 16:02:30 2009 New Revision: 144696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144696 Log: PR middle-end/38028 * function.c (assign_p

[Bug fortran/39295] [4.3 Regression] Too strict interface conformance check

2009-03-07 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2009-03-07 16:00 --- Fixed on trunk and 4.3. Thanks for the report. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/39292] [4.3 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884

2009-03-07 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2009-03-07 15:59 --- Fixed on trunk and 4.3. Thanks for the report. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/39295] [4.3 Regression] Too strict interface conformance check

2009-03-07 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2009-03-07 15:59 --- Subject: Bug 39295 Author: pault Date: Sat Mar 7 15:58:49 2009 New Revision: 144695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144695 Log: 2009-03-07 Paul Thomas PR fortran/39295 * int

[Bug fortran/39292] [4.3 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884

2009-03-07 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2009-03-07 15:56 --- Subject: Bug 39292 Author: pault Date: Sat Mar 7 15:56:37 2009 New Revision: 144694 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144694 Log: 2009-03-07 Paul Thomas PR fortran/39292 * tr

[Bug bootstrap/39395] cloog link failure with non-gcc bootstrap compiler

2009-03-07 Thread spop at gcc dot gnu dot org
--- Comment #1 from spop at gcc dot gnu dot org 2009-03-07 15:29 --- Subject: Re: New: cloog link failure with non-gcc bootstrap compiler On Sat, Mar 7, 2009 at 02:28, dcb314 at hotmail dot com wrote: > Using -L/lib for -lcloog looks deeply suspicious to me. > Even more so, -

[Bug target/37121] g++ create global symbol for inline function, which make link failed with multiple defination

2009-03-07 Thread drangon dot mail at gmail dot com
--- Comment #11 from drangon dot mail at gmail dot com 2009-03-07 15:10 --- Created an attachment (id=17414) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17414&action=view) the output object of thread.o -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37121

[Bug target/37121] g++ create global symbol for inline function, which make link failed with multiple defination

2009-03-07 Thread drangon dot mail at gmail dot com
--- Comment #10 from drangon dot mail at gmail dot com 2009-03-07 15:02 --- Created an attachment (id=17413) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17413&action=view) gcc -E output ( gcc 4.4.0 svn 20090307 ) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37121

[Bug target/37121] g++ create global symbol for inline function, which make link failed with multiple defination

2009-03-07 Thread drangon dot mail at gmail dot com
--- Comment #9 from drangon dot mail at gmail dot com 2009-03-07 14:52 --- (In reply to comment #8) > I can't test your precompiled code, because c++ has changed in an incompatible > way. Could you attach a current precompiled version using gcc4.4 of it? > Is the problem still present o

[Bug middle-end/39333] gcc 4.3.3 miscompiles when -finline-small-functions is used

2009-03-07 Thread galtgendo at o2 dot pl
--- Comment #18 from galtgendo at o2 dot pl 2009-03-07 14:06 --- Well, I've got bad news for you anyway: it seems that the problem affects gcc-4.3.2 too: it seems it's reproducible in another app, however one potentially much harder to debug. Please read http://bugs.winehq.org/show_bug.c

[Bug target/39361] [4.4 Regression] Many new neon test failures

2009-03-07 Thread rearnsha at gcc dot gnu dot org
-- rearnsha at gcc dot gnu dot org changed: What|Removed |Added CC||rearnsha at gcc dot gnu dot |

[Bug driver/39356] assembler isn't called

2009-03-07 Thread ktietz at gcc dot gnu dot org
--- Comment #4 from ktietz at gcc dot gnu dot org 2009-03-07 10:46 --- (In reply to comment #3) > Well, the issues in driver seems to be related to pexecute in protoize.c. On a > first glance, I noticed that here for pid's an 'int' type is used (btw in > libiberty a 'long' is used for ke

[Bug bootstrap/39395] New: cloog link failure with non-gcc bootstrap compiler

2009-03-07 Thread dcb314 at hotmail dot com
I usually bootstrap the weekly snapshot of gcc 4.4 with the Intel C compiler. This usually works, but this week snapshot 20090306 didn't. There seem to be some fun & games with linking together to make cc1-dummy. icc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prot ot