[Bug libfortran/23154] Currupt string and segfault in formatted read.

2005-07-31 Thread jvdelisle at gcc dot gnu dot org
-- What|Removed |Added Summary|Bad floating point in |Currupt string and segfault |formatted read |in formatted read. http://gcc.gnu

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

2005-07-31 Thread veksler at il dot ibm dot com
--- 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? By marking it "resolved" will it not hide this PR when number of open issues is counted for gcc-3.4 and gcc-4.0 branches? -- ht

[Bug libfortran/21787] flush I/O before calling abort()

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 07:30 --- Subject: Bug 21787 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-31 07:30:34 Modified files: libgfortran: ChangeLog libgfortran/intrin

[Bug libfortran/21787] flush I/O before calling abort()

2005-07-31 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-31 07:45 --- This one is fixed (at least, the part concerning flushing units before calling abort). For the other parts, we will file a new bug if we can produce a reduced testcase. -- What|Removed

[Bug target/20621] ICE: in change_address_1, at emit-rtl.c:1886

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 08:30 --- Subject: Bug 20621 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-31 08:30:16 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug target/20621] ICE: in change_address_1, at emit-rtl.c:1886

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 08:31 --- Subject: Bug 20621 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-31 08:31:38 Modified files: gcc/testsuite : Change

[Bug target/20621] ICE: in change_address_1, at emit-rtl.c:1886

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 08:35 --- Subject: Bug 20621 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-07-31 08:35:16 Modified files: gcc: Change

[Bug c/23157] New: incorrect sharing of tree nodes regression

2005-07-31 Thread marcus at jet dot franken dot de
this regression has been introduced in the last few days (the same code compiled fine some days ago). extracted from WINE. LANG=C /home/marcus/projects/gcc/BIN/bin/gcc -c -O2 -o api.o api.i api.i: In function 'f': api.i:2: error: incorrect sharing of tree nodes D.1338_6 = (const unsigned ch

[Bug c/23157] incorrect sharing of tree nodes regression

2005-07-31 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-07-31 08:46 --- Created an attachment (id=9390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9390&action=view) api.i gcc -O2 -c api.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23157

[Bug target/20621] ICE: in change_address_1, at emit-rtl.c:1886

2005-07-31 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-07-31 08:46 --- Patch applied to 3.4 branch. Testcase also applied to 4.0 and mainline. -- What|Removed |Added

Re: [Bug c++/23156] New: Fails valid? (valid according to Comeau anyway)

2005-07-31 Thread Gabriel Dos Reis
"igodard at pacbell dot net" <[EMAIL PROTECTED]> writes: | typedef int A; | struct foo{ | A A; | }; | | compiles in 3.4.0 and on Comeau, but on 3.4.2 you get: The code is ill-formed; no diagnostic required. GCC-3.x, x < 4 used to issue a diagnostic as a QoI. A regression was introduced in 3.4.

[Bug c++/23156] Fails valid? (valid according to Comeau anyway)

2005-07-31 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-07-31 08:52 --- Subject: Re: New: Fails valid? (valid according to Comeau anyway) "igodard at pacbell dot net" <[EMAIL PROTECTED]> writes: | typedef int A; | struct foo{ | A A; | }; | | compiles in 3.4.0 and on Com

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

2005-07-31 Thread markus at unixforces dot net
Hi, I'm trying to bulid libstdc++.so.5 (which comes with gcc-3.3.6) using gcc-4.0.1 and a gcc-4.1.0 snapshot from 20050730, but it fails. This is Gentoo/PPC64. Version output from gcc-4.0.1: # gcc -v Using built-in specs. Target: powerpc64-unknown-linux-gnu Configured with: /var/tmp/portage/gcc-4

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

2005-07-31 Thread fw at deneb dot enyo dot de
--- Additional Comments From fw at deneb dot enyo dot de 2005-07-31 09:25 --- What about permitting this as a GNU extension? It seems quite useful for template code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23147

[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:

[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++/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 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] 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: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: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
-- 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
-- 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++/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/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++/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 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++/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 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++/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++/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 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 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 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 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 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 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 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 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 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 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 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] [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 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 OtherBugsDependingO||23161 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23165

[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 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 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 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

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 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

[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 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 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: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 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 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 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: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 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 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|

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

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

[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

[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 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 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 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 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 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] 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 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 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 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 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 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 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 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 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 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:15 --- Use make bootstrap instead. -- What|Removed |Added Status|UNCONFIRMED

[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 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 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 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 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++/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 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 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 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 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 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 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++/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 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] [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 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/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 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++/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

  1   2   >