[Bug libmudflap/23170] New: libmudflap should not use functions marked obsolescent by POSIX/SUS

2005-07-31 Thread debian-gcc at lists dot debian dot org
forwarded from http://bugs.debian.org/320398 /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libmudflapth.so: warning: the use of `pthread_attr_setstackaddr' is deprecated, use `pthread_attr_setstack' /usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libmudflapth.so: warning: the use of `pthread

[Bug fortran/23169] New: INTENT information not used in the middle-end for optimizations

2005-07-31 Thread steven at gcc dot gnu dot org
In the function bar, the INTENT(IN) markers mean that p and q may not be modified by bar. This means that the constants 3 and 12 can be progagated in the function foo. My guess is that there should be some way for alias analysis to be taught about this, so I've added the experts to the CC: li

[Bug pch/10591] Members of anonymous namespaces should be 'static'

2005-07-31 Thread geoffk at geoffk dot org
--- Additional Comments From geoffk at geoffk dot org 2005-08-01 04:31 --- Subject: Re: Members of anonymous namespaces should be 'static' On 31/07/2005, at 7:24 PM, cpence at gmail dot com wrote: > Three months later, any movement on this bug? How is the PCH code > in the 4.0 > b

[Bug pch/10591] Members of anonymous namespaces should be 'static'

2005-07-31 Thread cpence at gmail dot com
--- Additional Comments From cpence at gmail dot com 2005-08-01 02:24 --- Three months later, any movement on this bug? How is the PCH code in the 4.0 branch? PCH support would be a godsend to people supporting large C++ projects on GCC. -- What|Removed

[Bug c/23165] [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-01 02:21 --- http://gcc.gnu.org/ml/gcc-patches/2005-08/msg5.html -- What|Removed |Added Key

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 02:11 --- #0 xmalloc_failed (size=1859158144) at /Users/pinskia/src/local3/gcc/libiberty/xmalloc.c:123 #1 0x0042762c in xcalloc (nelem=232394768, elsize=8) at /Users/pinskia/src/local3/gcc/libiberty/ xmalloc.c:164

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:53 --- we are trying to allocate 1.5GB on ppc-darwin, this is just wrong This is on the mainline. I have not looked where we were allocating it yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:40 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:39 --- At least on ppc-darwin, the scheduler takes most of the time and most of the memory usage. -- What|Removed |Added ---

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-01 01:34 --- Subject: Bug 22311 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-01 01:34:14 Modified files: gcc: Change

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-01 01:29 --- Subject: Bug 22311 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-01 01:29:07 Modified files: gcc: ChangeLog c-typeck.c gcc/tes

[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-01 01:01 --- Confirmed, reduced testcase: struct dom { static int tostr(); void eval_old() volatile{tostr();} ~dom() throw(); }; -- What|Removed |Added -

[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pomac at vapor dot com
--- Additional Comments From pomac at vapor dot com 2005-08-01 00:54 --- .ii file available from here, 1.1 mb uncompressed... 19575 lines... get it here: http://pomac.netswarm.net/misc/GBA.ii.gz -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-01 00:51 --- It was only a sunny smile, and little it cost in the giving, but like morning light, it scattered the night, and made the day worth living! -- What|Removed |Added

[Bug target/23095] [4.1 Regression] ICE in regstack compensate_edge

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-01 00:49 --- Nothing is worth more than this day -- Goethe -- What|Removed |Added Status|ASSI

[Bug c/23113] [3.4/4.0/4.1 regression] The -Wunused (value computed is not used) option missed an important case

2005-07-31 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-08-01 00:44 --- Working on a fix. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jsm2

[Bug middle-end/22509] [4.1 regression] elemental.f90 testsuite failure (-fweb)

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-01 00:20 --- Slightly smaller yet: program test_elemental implicit none integer, parameter :: N = 6 integer(kind = 4), dimension (N) :: a integer(kind = 4), dimension (N) :: b a = 2 b = e_fn (

[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pomac at vapor dot com
--- Additional Comments From pomac at vapor dot com 2005-08-01 00:03 --- Sorry, totally forgot about the source file, must be to tired for this but here it is: http://pomac.netswarm.net/misc/vis.tar.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23168

[Bug c++/23168] [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 23:57 --- Attach the preprocessed source which can be found using -save-temps and it is called *.i or *.ii. -- What|Removed |Added

[Bug c++/23168] New: [OOM] GCC 4.0.1 OOM's while compiling VBA (works with 3.4.x)

2005-07-31 Thread pomac at vapor dot com
Hi, First of all this is my first bugreport when it comes to compilers and it's not that detailed so bear with me. If i compile a special version of VisualBoyAdvance on my box (fixed a 64 bit problem, not really tested) using gcc 4.0.1 as supplied by gentoo i will get a OOM on my machine, see mem

[Bug middle-end/22509] [4.1 regression] elemental.f90 testsuite failure (-fweb)

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-31 23:41 --- This fails for me on AMD64 even with -fno-web. $ cat elemental-reduced.f90 ! Program to test elemental functions. program test_elemental implicit none integer, parameter :: N = 8 integer(kind

[Bug c/22311] [4.0/4.1 Regression] internal compiler error: in c_common_type (-fshort-enums)

2005-07-31 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-07-31 22:57 --- Testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jsm28

[Bug c++/23167] internal compiler error: in create_tmp_var

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 22:53 --- Reducing. -- What|Removed |Added Keywords||ice-on-vali

[Bug libgcj/13212] AttachCurrentThread() not working

2005-07-31 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-07-31 22:21 --- Strangely, this bug is hard to reproduce - with the rssowl test case - with a system compiled for i386. However, the rssowl test case (just start rssowl and load some feeds) appears to be reproducable easily on

[Bug target/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-07-31 21:05 --- Neither reproducable natively with 4.0.2 20050726, appears to be fixed. -- What|Removed |Added

[Bug target/21984] [4.1 regression] ICE in reload while compiling __mulxc3

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 21:04 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/23167] internal compiler error: in create_tmp_var

2005-07-31 Thread mriben at globallocate dot com
--- Additional Comments From mriben at globallocate dot com 2005-07-31 21:59 --- Created an attachment (id=9401) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9401&action=view) the preprocessed file (*.i*) generated by adding -save-temps to the complete compilation command compre

[Bug c++/23167] New: internal compiler error: in create_tmp_var

2005-07-31 Thread mriben at globallocate dot com
Linux 2.4.20-6 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure Thread model: posix gcc version 4.0.0 g++ -DHAVE_CONFIG_H -I. -I.. -I. -g -O2 -MT dom.lo -MD -MP -MF .deps/dom.Tpo -c ../src/lib/globallocate/dom.cpp -fPIC -DPIC -o .libs/dom.o ../src/lib/globallocate/d

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-31 21:45 --- Subject: Bug 22003 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-31 21:45:44 Modified files: gcc: ChangeLog common.opt postreload-gcse.

[Bug target/23095] [4.1 Regression] ICE in regstack compensate_edge

2005-07-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-31 21:45 --- Subject: Bug 23095 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-31 21:45:44 Modified files: gcc: ChangeLog common.opt postreload-gcse.

[Bug middle-end/23163] internal error compiling cbtt80

2005-07-31 Thread amrit at transamrit dot net
--- Additional Comments From amrit at transamrit dot net 2005-07-31 21:28 --- I managed to free up another 80mb or so and tried again, and this time it worked fine (though I still almost ran out of ram during the process). Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2

[Bug tree-optimization/20386] Missing computed goto to normal goto optimization

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 19:49 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 19:15 --- Use make bootstrap instead. -- What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 19:11 --- sorry to bug you again, but I ran make like this and got exactly the same problem :-( make clean && make all-target-libstdc++-v3 LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.0-beta20050730/" BOOT_CFL

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 19:01 --- The whole idea of STAGE1_CFLAGS being -O0 -g is so you don't run into wrong code. Please report this to gentoo, maybe they can reduce the cc1 sources. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 19:00 --- This is where I say if gentoo does not stop using STAGE1_CFLAGS="-O", then gentoo is fucked. -- What|Removed |Added -

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-07-31 18:57 --- Subject: Re: building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1 > $ touch ../gcc-3.3.6/gcc/c-gperf.h (don't know why this done by the way..) > $ make all-target-libstdc++-v3 > LIBPATH="/usr/lib/gcc/

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 18:56 --- Created an attachment (id=9400) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9400&action=view) preprocessed sourced outside of emerge -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23158

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 18:55 --- I have now tried to bulid outside of portage. Or that is to say: a normal bulid. Here is what I did (this is basicly what emerge does): $ cd ~ $ mkdir libstc++-v3-temp2 $ cd libstc++-v3-temp2 $ tar xfj /usr/p

[Bug treelang/23061] treelang testsuite fails with -m64

2005-07-31 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-07-31 18:48 --- uhm... well, what needs to be added to what then in treelang/Make-lang.in? btw, the 4.0 branch's variant does not differ that much from trunk... there's a toplev.h difference... and a gcc version

[Bug treelang/23061] treelang testsuite fails with -m64

2005-07-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-31 18:42 --- I don't think treelang had it's own driver in 4.0. -- What|Removed |Added C

[Bug treelang/23061] treelang testsuite fails with -m64

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 18:29 --- gcc/treelang/Make-lang.in -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23061

[Bug tree-optimization/23166] SCCP causes type mismatch

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 18:29 --- Oh, here is the error: 950816-3.c: In function 'f': 950816-3.c:2: error: statement types mismatch in PHI xD.1272_13 = PHI <1(1)>; short intD.7 unsigned intD.3 950816-3.c:2: internal compiler error: verify_s

[Bug treelang/23061] treelang testsuite fails with -m64

2005-07-31 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-07-31 18:28 --- (In reply to comment #1) > $(DRIVER_DEFINES) needs to be added to when compiling spec.c. Would that be done in gcc/Makefile.in or does such a thing belong to gcc/treelang/Make-lang.in? --

[Bug tree-optimization/23166] New: SCCP causes type mismatch

2005-07-31 Thread pinskia at gcc dot gnu dot org
Take the following code (which comes from gcc.c-torture/compile/950816-3.c): f () { int i; short x, z; for (i = 0; i <= 1; i++) x = i; return x + z; } I think this is a scev bug but I have not looked into it yet. Use the first and 4th patch in PR 22368 to see the problem. The 4th pat

[Bug other/22368] [meta-bugs] mis-match types in GCC

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||23166 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22368

[Bug middle-end/23163] internal error compiling cbtt80

2005-07-31 Thread amrit at transamrit dot net
--- Additional Comments From amrit at transamrit dot net 2005-07-31 18:15 --- I have 512MB phys ram + 220 swap, with about 160MB free, total. I haven't seen any indication that lack of ram is the problem, are you sure this is the case? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug c/23161] Labels and empty statement warnings

2005-07-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-31 18:12 --- This is almost the same as PR23165, the same patch fixes this. -- What|Removed |Added

[Bug c/23165] [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-07-31 18:06 --- Created an attachment (id=9399) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9399&action=view) Read through statment lists. -- What|Removed |Added ---

[Bug middle-end/23163] internal error compiling cbtt80

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 18:03 --- it takes hardly any memory with 3.3.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23163

Re: math.h

2005-07-31 Thread Andrew Pinski
On Jul 31, 2005, at 1:35 PM, sofia takayama wrote: #include #include int main() { printf("cos(1)= %f \n", cos(1)); } After compile: undefined reference to "cos" Link with -lm. -- Pinski

math.h

2005-07-31 Thread sofia takayama
#include #include int main() { printf("cos(1)= %f \n", cos(1)); } After compile: undefined reference to "cos" _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm

[Bug target/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:55 --- This works on the mainline with a cross compiler. -- What|Removed |Added Known to work|

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 17:40 --- ok. thx for the info. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23158

[Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:35 --- We have an aggr_init_expr here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23162

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:34 --- Huh, stdin and stdout are being replaced with restrict. This is not a GCC bug. Try compile gcc 3.3.6 by hand and not using emage at all. I don't trust gentoo's build system right now. -- Wh

[Bug c++/23162] [3.4 only] internal compiler error: in c_expand_expr, at c-common.c:4138

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:32 --- Confirmed, this is really fixed on 4.0.0 and above. I don't know if this is going to be fixed on the 3.4 branch as it was fixed for 4.0 by the merge of the tree-ssa which is too big to merge into the 3.4

[Bug target/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
--- Additional Comments From treinen at debian dot org 2005-07-31 17:27 --- I forgot to say that this bug really seems to be m68k specific. On all other architectures supported by debian GNU/Linux this compiled without any problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:24 --- I cannot reproduce this building gcc-3.3.6. return vfprintf (__restrict, __fmt, __arg); This looks like a glibc bug, could you attach /usr/include/bits/stdio.h? -- http://gcc.gnu.org/bugzilla/show_b

[Bug middle-end/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:22 --- Use -save-temps and supply the preprocessed source, the .ii file. -- What|Removed |Added

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 17:13 --- I am starting to think you have a memory/hardware issue. -- What|Removed |Added V

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 17:11 --- I re-ran the compile with -j1 ( instead of -j9 ;-) ) to get the command which was executed before the error. Then I re-ran this command with the -E option, so that the preprocessed source gets written to the f

[Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number

2005-07-31 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-07-31 16:56 --- Subject: Re: [Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number > > > --- Additional Comments From veksler at il dot ibm dot com 2005-07

Re: [Bug gcov/profile/12786] -fvpt does not work with signed mod or signed divide with a constant negative number

2005-07-31 Thread Andrew Pinski
> > > --- Additional Comments From veksler at il dot ibm dot com 2005-07-31 > 07:24 --- > Does it mean that it won't be fixed neither on gcc-3.4 nor gcc-4.0 branches? Yes. > By marking it "resolved" will it not hide this PR when number of open > issues is counted for gcc-3.4 and gcc-4

[Bug target/23095] [4.1 Regression] ICE in regstack compensate_edge

2005-07-31 Thread steven at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org |org Status|NEW

[Bug tree-optimization/23164] [4.1 Regression] ICE in cleanup_tree_cfg with -O -fno-exceptions

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:47 --- It worked with 4.1.0 20050716. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23164

[Bug tree-optimization/23157] [4.1 Regression] incorrect sharing of tree nodes regression

2005-07-31 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-07-31 16:44 --- Adding def = unshare_expr (def); after if (force_expr_to_var_cost (def) >= target_spill_cost) continue; in tree-scalar-evolution.c might help. I cannot test it just now (I am on shared computer and c

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Status|UNCONFIRMED

[Bug c/23165] [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||23161 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23165

[Bug c/23161] Labels and empty statement warnings

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:42 --- Confirmed, for some reason on the mainline and 4.0 branch, we ICE with -W, which I am filing under 23165. -- What|Removed |Added ---

[Bug c/23165] [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Known to fail||4.0.0 4.1.0 Known to work||3.4.0 Target Milestone|---

[Bug target/23095] [4.1 Regression] ICE in regstack compensate_edge

2005-07-31 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-31 16:41 --- I believe I've found the problem, and it is not Roger's fault. See my message here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg02092.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23095

[Bug c/23165] New: [4.0/4.1 Regression] ICE with -W

2005-07-31 Thread pinskia at gcc dot gnu dot org
Take the following simple code: void foo (void) { if (0) a: ; } compile with -W and we ICE. -- Summary: [4.0/4.1 Regression] ICE with -W Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: no

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:33 --- Note you are building the full GCC 3.3.6 -- What|Removed |Added Summary|building

[Bug tree-optimization/23164] [4.1 Regression] ICE in cleanup_tree_cfg with -O -fno-exceptions

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:30 --- Confirmed. I think this was caused by: 2005-07-29 Diego Novillo <[EMAIL PROTECTED]> PR 22550 * tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ... (cleanup_tree_cfg): ... here

[Bug tree-optimization/23157] [4.1 Regression] incorrect sharing of tree nodes regression

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:27 --- Confirmed. SCCP is causing this ICE. -- What|Removed |Added CC|

[Bug middle-end/23163] internal error compiling cbtt80

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:25 --- How much memory do you have? -- What|Removed |Added Component|c++

[Bug c++/23162] internal compiler error: in c_expand_expr, at c-common.c:4138

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|hppa2.0w-hp-hpux11.11 | GCC host triplet|hppa2.0w-hp-hpux11.11 | Keywords||ice-on-valid

[Bug target/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug

[Bug bootstrap/23158] building libstdc++.so.5 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 16:16 --- Can you attach the preprocessed source? -- What|Removed |Added Component|c

[Bug tree-optimization/23164] New: ICE in cleanup_tree_cfg with -O -fno-exceptions

2005-07-31 Thread falk at debian dot org
gcc version 4.1.0 20050730 (experimental) [EMAIL PROTECTED]:/tmp% cat bug.cc bool f(); struct S { S(); ~S(); }; void g() { for (;;) { S s1, s2, s3, s4, s5, s6; if (f()) continue; if (f()) return; } } [EMAIL PROTECTED]:/tmp% g++ -c -

[Bug tree-optimization/23157] [4.1 Regression] incorrect sharing of tree nodes regression

2005-07-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |tree-optimization Keywords||ice-on-valid-code Summary|incorre

[Bug c++/23163] internal error compiling cbtt80

2005-07-31 Thread amrit at transamrit dot net
--- Additional Comments From amrit at transamrit dot net 2005-07-31 15:53 --- Created an attachment (id=9395) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9395&action=view) --save-temps file for tracker.cpp This is the intermediate file requested (*.i*). -- http://gcc.gnu.org

[Bug c++/23163] New: internal error compiling cbtt80

2005-07-31 Thread amrit at transamrit dot net
gcc version: 3.3.4 system type: Slackware Linux 10.0 / Athlon 1600+ configure options: Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-l

[Bug c++/23162] New: internal compiler error: in c_expand_expr, at c-common.c:4138

2005-07-31 Thread mki at maconomy dot dk
Compiling a 1.5 Mb ii gave an ICE. It has been reduced as much as I could, giving the following case: -bash-3.00$ cat d.cpp namespace std { template struct auto_ptr_ref { }; template class auto_ptr { public: auto_ptr(auto_ptr& __a) {} auto_ptr(auto_ptr_ref<_Tp> __

[Bug c++/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022

2005-07-31 Thread thierry at FreeBSD dot org
--- Additional Comments From thierry at FreeBSD dot org 2005-07-31 14:13 --- Thanks for your quick answer. Unfortunately, I cannot use 4.0.1: I'm using gcc-3.3 because the code is broken even with gcc-3.4. I shall see that with the author. Regards, -- Th. Thomas. -- http://gcc.gnu.

[Bug other/20128] ice with mudflap + profile generate

2005-07-31 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-07-31 13:31 --- # testcase: `int main() { return 0; } Program received signal SIGSEGV, Segmentation fault. 0x082924bf in categorize_ctor_elements_1 (ctor=0xb7d41030, p_nz_elts=0xbffbec7c, p_nc_elts=0xbffbec78, p_elt_cou

[Bug c++/23147] Missing declaration of static const members

2005-07-31 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-07-31 13:31 --- (In reply to comment #4) > What about permitting this as a GNU extension? It seems quite useful for > template code. With "this" you mean omitting the definition? Well, it saves one line of typing, but I'm not re

[Bug c/23161] New: Labels and empty statement warnings

2005-07-31 Thread neil at gcc dot gnu dot org
void foo (void) { if (0) a: ; } Compile with -W, there is no warning about the empty statement. Remove the label and there is. IMO the warning should be independent of whether the statement is labelled. -- Summary: Labels and empty statement warnings Product: gcc

[Bug c++/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022

2005-07-31 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-07-31 12:59 --- Can you please try with a newer compiler, preferably 4.0.1? The 3.3 branch is closed. If you can then still reproduce it, please attach the preprocessed source. -- What|Removed

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
-- What|Removed |Added Attachment #9391|c++ source on which compil |source file Ltl.C description|fails | http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
-- What|Removed |Added Attachment #9392|header file |header file Ltl.h description|| http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
--- Additional Comments From treinen at debian dot org 2005-07-31 11:37 --- Created an attachment (id=9394) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9394&action=view) preprocessed source Ltl.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
--- Additional Comments From treinen at debian dot org 2005-07-31 11:37 --- Created an attachment (id=9393) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9393&action=view) second header file LtLGraph.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
--- Additional Comments From treinen at debian dot org 2005-07-31 11:36 --- Created an attachment (id=9392) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9392&action=view) header file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160

[Bug c++/23160] ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
--- Additional Comments From treinen at debian dot org 2005-07-31 11:35 --- Created an attachment (id=9391) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9391&action=view) c++ source on which compil fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23160

[Bug c++/23160] New: ICE on m68k with -O3 but works with -O2

2005-07-31 Thread treinen at debian dot org
The file Ltl.C from the lbt program compiles with -O2 but compilation with -O3 throws an internal compiler error: % g++ -O2 -c Ltl.C -o Ltl.o 95.020u 7.080s 3:26.58 49.4%0+0k 0+0io 1208pf+0w % g++ -O3 -c Ltl.C -o Ltl.o Ltl.C: In member function 'virtual void LtlIff::expand(LtlGraphNode&, std:

[Bug target/21307] internal compiler error: in change_address_1, at emit-rtl.c:1768

2005-07-31 Thread thierry at FreeBSD dot org
--- Additional Comments From thierry at FreeBSD dot org 2005-07-31 09:52 --- Same bug on FreeBSD / sparc64: see Bug 23159. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21307

[Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022

2005-07-31 Thread thierry at FreeBSD dot org
gcc 3.3.6 fails on FreeBSD-5.4 / sparc64 with the following message: basiclinalg/calcinverse.cpp: In function `void ngbla::CalcInverse(ngbla::FlatMatrix, ngbla::FlatMatrix) [with T = ngbla::Mat<7, 7, ngbla::Complex>, T2 = ngbla::Mat<7, 7, ngbla::Complex>]': basiclinalg/calcinverse.cpp:166:

  1   2   >