[Bug middle-end/14192] Restrict pointers don't help

2005-09-27 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-28 05:21 --- We are not waiting for anything in this bug, as far as I can tell. -- What|Removed |Added

[Bug middle-end/6392] Problems with __restrict__ type qualifier (array)

2005-09-27 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-28 05:16 --- I think we should just close this PR. In comment #9 Andrew suggests that this should be a pessimizes-code, but there is no test case for that and no reason to think that we do pessimize the code. If there is some prob

[Bug preprocessor/7976] pasting xxx and xxx does not give a valid preprocessing token

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Summary|macro definition|pasting xxx and xxx does not |

[Bug preprocessor/7976] macro definition

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:05 --- *** Bug 12607 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug preprocessor/12607] preprocessor fails to diagnose an undefined ## result

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:05 --- Mark this as a dup of bug 7976. *** This bug has been marked as a duplicate of 7976 *** -- What|Removed |Added --

[Bug c/17638] gcc fails compilation with incorrect error

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:04 --- *** This bug has been marked as a duplicate of 7976 *** -- What|Removed |Added

[Bug preprocessor/12607] preprocessor fails to diagnose an undefined ## result

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:04 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug preprocessor/7976] macro definition

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:05 --- *** Bug 17638 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/17638] gcc fails compilation with incorrect error

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:04 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|REOP

[Bug preprocessor/7976] macro definition

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:02 --- *** Bug 24098 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug preprocessor/24098] macro - problem with ##

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:02 --- *** This bug has been marked as a duplicate of 7976 *** -- What|Removed |Added

[Bug preprocessor/24098] macro - problem with ##

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 04:01 --- The error is correct. Just remove ## -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24098

[Bug preprocessor/24098] New: macro - problem with ##

2005-09-27 Thread molnard at phys dot columbia dot edu
[I am not an expert bug reporter, my apologies if this is a known bug or incomplete] 1. Description of problem. Consider test file: #define INC_X11(aaa) #include INC_X11(Xlib.h) int main() { return 0; } When compiled with gcc -E tst.C, output (some 4300 lines) dumped to stdout looks fine

[Bug c/24097] [3.4 Regression] x86_64 -fPIC code gen bug (extern/static linkage confusion)

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 02:48 --- Confirmed, only a 3.4 regression. -- What|Removed |Added Status|UNCONFIRMED

[Bug c/24097] New: x86_64 -fPIC code gen bug (extern/static linkage confusion)

2005-09-27 Thread mcoiley at yahoo dot com
With this testcase: int foo (int (*cb)(void)) { return (*cb)(); } static int callback(void) { return 0; } int main (void) { int callback (void); return foo (callback); } On x86_64 with -fPIC, the address of callback as passed to foo is incorrect. If callback isn't static, it works (through th

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 02:34 --- Assigning to Daniel Berlin by his request. -- What|Removed |Added AssignedTo|mark at

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-09-28 02:31 --- Subject: Re: [4.1 Regression] C++ generates incorrect overlapping fields On Wed, 2005-09-28 at 02:06 +, mark at codesourcery dot com wrote: > --- Additional Comments From mark at codesource

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-28 02:11 --- Actuall, I think this is better: mov %edx, %ebx shld $9, %eax, %edx shld %9, %ebx, %eax Right? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17886

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-09-28 02:06 --- Subject: Re: [4.1 Regression] C++ generates incorrect overlapping fields dberlin at gcc dot gnu dot org wrote: > However, the questions still remains, what is the offset supposed to be > relative to? The

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-09-28 02:03 --- I meant the next field of *B* was a type_decl fields unsigned SI size unit size align 32 symtab 0 alias set -1> unsigned virtual SI file /home/dbe

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-28 01:53 --- I think the optimal sequence for f3 would look something like this, assuming that EAX contains the low-order word and EDX contains the high-order word after the prologue: movl %edx, %ebx shrl $23, %ebx sal

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-28 00:57 --- I don't understand how, on IA32, we can use rol; rcl to perform the rotation in f3. Would you please add the complete code sequence you have in mind? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=178

[Bug libstdc++/23871] [4.0 Regression] iostream operator<<(int) uses || on integral operands

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 00:28 --- Fixed for 4.0.2 as requested by Janis. -- What|Removed |Added Status|NEW

[Bug libstdc++/23871] [4.0 Regression] iostream operator<<(int) uses || on integral operands

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 00:28 --- Fixed for 4.0.2 as requested by Janis. -- What|Removed |Added Target Milestone|4.0.3

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-28 00:18 --- With the change suggested in Comment #4, we do indeed get roll for f2 and rorl for f4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17886

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-28 00:15 --- Shouldn't f2 use (32 - y) instead of (64 - y), since unsigned is a 32-bit type? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17886

[Bug fortran/24096] huge() returns infinity for long doubles

2005-09-27 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au Status|UNCONFIRME

[Bug fortran/24096] New: huge() returns infinity for long doubles

2005-09-27 Thread amodra at bigpond dot net dot au
powerpc64-linux, powerpc-darwin, and other targets that use the IBM extended double format for long double currently fail gfortran.dg/large_real_kind_1.f90, due to huge() returning infinity. Patch at http://gcc.gnu.org/ml/fortran/2005-09/msg00533.html -- Summary: huge() returns infini

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 00:06 --- PR 21805 was filed after PR 21639 was worked around. But the weird part is that nobdoy applied the testcase for PR 21639. One more thing, it seems like the vector_lower pass should be dependent on tree-

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 00:04 --- Note the older bug for this was PR 21639. I wonder why the testcase was not applied. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24049

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2005-09-27 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-09-27 23:57 --- Subject: Re: [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate' On Sep 27, 2005, at 7:52 PM, janis187 at us dot ibm dot com wrote: > > --- Additional Comments From j

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2005-09-27 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-09-27 23:52 --- The reghunt for 24095 (now a duplicate of this one) identified this patch: http://gcc.gnu.org/ml/gcc-cvs/2005-09/msg00635.html which is the one prior to the one that Andrew suspected. -- http://gcc.g

[Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 23:45 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-27 23:37 --- We have consensus to change this to a pedwarn by default; I'll take care of that. -- What|Removed |Added ---

[Bug c++/22147] [4.1 regression] ICE in get_bindings

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-27 23:33 --- Fixed in 4.1.0. -- What|Removed |Added Status|ASSIGNED|RESO

[Bug c++/22147] [4.1 regression] ICE in get_bindings

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 23:33 --- Subject: Bug 22147 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 23:32:16 Modified files: gcc/cp : name-lookup.c pt.c ChangeLog

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 23:29 --- *** Bug 24095 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/24095] use of garbage-collected memory with -ftree-vectorize

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 23:29 --- There is an even shorter testcase in PR 24049, there was another bug about this somewhere too which was fixed and a bug which was opened for being able to call ggc_collect in the loop optimizers but I ca

[Bug bootstrap/24094] AIX 51 configure fails with getopt.h not found

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 23:26 --- This is not critical as there is a work around of not configuring java, so doing --enable- languages=c,c++,f90,objc while configuring. But from the looks of it, libz is not building before fastjar. --

[Bug middle-end/24095] use of garbage-collected memory with -ftree-vectorize

2005-09-27 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-09-27 22:52 --- Created an attachment (id=9824) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9824&action=view) minimized test case Test case mentioned in the submittal message. -- http://gcc.gnu.org/bugzilla/sho

[Bug middle-end/24095] New: use of garbage-collected memory with -ftree-vectorize

2005-09-27 Thread janis187 at us dot ibm dot com
GCC mainline for powerpc-linux segfaults when compiling several of the SPEC CPU2000 tests with "-ftree-vectorize -maltivec -mabi=altivec". For most of them this happens with both -m32 and -m64. The minimized test case (to be attached) causes the failure when compiled with "-O2 -ftree-vectorize -ma

[Bug bootstrap/24094] AIX 51 configure fails with getopt.h not found

2005-09-27 Thread david at davidfavor dot com
--- Additional Comments From david at davidfavor dot com 2005-09-27 22:45 --- This actually fails in the bootstrap, rather than the configure step. I'm currently building 4.0.1 and it seems to get past this and fails later with another problem of: gmake[2]: *** No rule to make targe

[Bug fastjar/24094] AIX 51 configure fails with getopt.h not found

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 22:42 --- Hmm, fastjar is only built when java is enabled which is not very useful as libgcj is not yet builtable for AIX. -- What|Removed |Added

[Bug middle-end/24093] [4.1 Regression] cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Component|gcov/profile

[Bug bootstrap/24094] New: AIX 51 configure fails with getopt.h not found

2005-09-27 Thread david at davidfavor dot com
The file fastjar/jartool.c does an "#include " and AIX provides the getopt definition in "". Doing: #ifdef _AIX #include #else #include #endif causes other failures. Suggestions? -- Summary: AIX 51 configure fails with getopt.h not found Product: gcc

[Bug ada/24003] [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken

2005-09-27 Thread hubicka at ucw dot cz
--- Additional Comments From hubicka at ucw dot cz 2005-09-27 22:22 --- Subject: Re: [4.1 Regression] ACATS FAIL 17 regressions on x86-linux, fixed and decimal arithmetic broken > > --- Additional Comments From laurent at guerby dot net 2005-09-23 19:46 > --- > Beginning of

[Bug gcov/profile/24093] New: cgraph exhausts virtual memory building 197.parser with -profile-use -O3

2005-09-27 Thread janis187 at us dot ibm dot com
Beginning with mainline from 2005-09-25, GCC dies with "virtual memory exhausted: cannot allocate memory" when building the SPEC CPU2000 test 197.parser with -O3 and -fprofile-generate/-fprofile-use. In my parallel build of 197.parser the failures are for fast-match.c, build-disjuncts.c, and post-

[Bug c++/22147] [4.1 regression] ICE in get_bindings

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug fortran/18518] equivalenced variables are not saved

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 21:46 --- Subject: Bug 18518 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 21:46:15 Modified files: gcc/testsuite : ChangeLog gcc/fortran: C

[Bug tree-optimization/23625] [4.1 Regression] ICE: in bsi_after_labels, at tree-flow-inline.h:758

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 21:45 --- Subject: Bug 23625 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 21:44:55 Modified files: gcc: ChangeLog tree-flow-inline.h

[Bug fortran/24092] New: ICE in trans-types.c for nested derived types

2005-09-27 Thread pault at gcc dot gnu dot org
This module is taken from one of the Meissner tests and is the last to crash with gfortran: ! copyright 1996 Loren P. Meissner -- May be distributed if this line is included. ! Linked List operations with Pointer to Pointer module llo type :: it character*10 :: k int

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-09-27 21:13 --- Subject: Re: [4.1 Regression] C++ generates incorrect overlapping fields dberlin at gcc dot gnu dot org wrote: > --- Additional Comments From dberlin at gcc dot gnu dot org 2005-09-27 > 20:42 ---

[Bug target/23552] FAIL: gfortran.dg/large_real_kind_1.f90

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 21:13 --- Subject: Bug 23552 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 21:12:52 Modified files: libgfortran: ChangeLog acinclude.m4 configure.ac c

[Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-27 20:58 --- We're not sure if this is valid or not. See: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01732.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11987

[Bug c++/13764] c++ front-end creates extra blocks

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 20:55 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/24069] ice during feedback stage of profiledbootstrap on powerpc

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 20:52 --- (In reply to comment #7) > Just a note: > I was able to profiledbootstrap on x86_64-pc-linux-gnu (but that was over a > week ago). > On powerpc-darwin, it failed, and I got PR 23396 out of it, from what I h

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-09-27 20:42 --- We have a var of type C named D.2117 unit size align 32 symtab 0 alias set 21 fields ignored decl_6 BLK file /home/dberlin/22488.cc line 18 size

Properties of GCC

2005-09-27 Thread dogruse
I want to get help about the properties of gcc and its differences from other compilers. Could you help me? It's very urgent. In a one day time I have to make a presentation about this subject and I could only find two useful resources. Thanks for your help. Selcuk Dogru ---

[Bug c++/24090] gcc 4.1.0 20050926 - friends not visible outside class

2005-09-27 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-09-27 20:34 --- See PR 7874 (http://gcc.gnu.org/PR7874) for more discussion. Basically gcc now conforms to the ISO C++ standard in this regard. This is a change from earlier releases, and is documented at http://gcc.gnu.org/gcc-4.1/c

[Bug c++/24090] gcc 4.1.0 20050926 - friends not visible outside class

2005-09-27 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-09-27 20:24 --- A friend declaration only changes the visibility, it does not declare the name. -- What|Removed |Added ---

[Bug rtl-optimization/24069] ice during feedback stage of profiledbootstrap on powerpc

2005-09-27 Thread steinmtz at us dot ibm dot com
--- Additional Comments From steinmtz at us dot ibm dot com 2005-09-27 20:05 --- Created an attachment (id=9822) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9822&action=view) Smaller dwarf2out.i Attached a smaller .i file. Any further reduction causes profile data mismatches.

[Bug libgcj/23367] _Jv_FindMethodInCache is not thread-safe

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 20:04 --- Fixed on trunk; waiting for 4.0 thaw to fix there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23367

[Bug libgcj/23367] _Jv_FindMethodInCache is not thread-safe

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 20:03 --- Subject: Bug 23367 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 20:03:10 Modified files: libjava: ChangeLog Makefile.in aclocal.m4 conf

[Bug c++/24090] New: gcc 4.1.0 20050926 - friends not visible outside class

2005-09-27 Thread jaffe at broad dot mit dot edu
If test.cc is: class F { friend void global_f() {} }; class G { void member_of_g() { global_f(); } }; then gcc -c test.cc yields test.cc: In member function 'void G::member_of_g()': test.cc:5: error: 'global_f' was not declared in this scope which appears to be wrong. % gcc -v Using bui

[Bug java/24018] [meta-bug] Patches that should be applied to 4.0 branch

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 19:49 --- We should fix bug #23367 on the branch, either by importing the fix or by simply disabling the method cache. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24018

[Bug java/17574] [meta-bug] gcj and libgcj 4.0 tracking PR

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 19:48 --- There seems little point in leaving this open now that 4.0 has shipped. Any required patches should be mentioned in bug #24018 -- What|Removed |Added

[Bug middle-end/23971] [4.0/4.1 Regression] synth_mult running amok

2005-09-27 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-09-27 18:42 --- Yes, I tested the reported gcc version just with your patch. After trying to trace "synth_mult" I started to think that there should be a simplier way. :) In my testcase the "choose_mult_variant" was called with follow

[Bug ada/24079] Ada FE ICE on protected procedure with default argument (invalid?)

2005-09-27 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-09-27 18:24 --- ICE on all versions including HEAD. I would say this is not legal Ada since RM 6.4.1(5) allows a default_expression to be a variable name but here you put a protected object component name, so for now I set this

[Bug target/24085] internal compiler error: Segmentation fault

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||build, ice-on-valid-code http://gcc.gnu.org/bugzilla/s

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2005-09-27 Thread gerald at pfeifer dot com
--- Additional Comments From gerald at pfeifer dot com 2005-09-27 17:38 --- Yes, and no. ;-) My testing finished earlier today, and $PREFIX/share/classpath/api/ isn't created any longer. Thanks! Unfortunately, the parent directory $PREFIX/share/classpath/ still is created even though

[Bug c++/24085] internal compiler error: Segmentation fault

2005-09-27 Thread fabio dot giovagnini at aurion-tech dot com
--- Additional Comments From fabio dot giovagnini at aurion-tech dot com 2005-09-27 17:38 --- it is only a problem with sh-hms; with sh-elf everything works fine -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24085

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions

2005-09-27 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-09-27 17:38 --- Forget that last comment. Wrong PR. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19505

[Bug java/24018] [meta-bug] Patches that should be applied to 4.0 branch

2005-09-27 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-09-27 17:37 --- We also need http://gcc.gnu.org/ml/java/2005-09/msg00053.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24018

[Bug c++/24085] New: internal compiler error: Segmentation fault

2005-09-27 Thread fabio dot giovagnini at aurion-tech dot com
/bin/sh ../libtool --tag CXX --mode=compile /home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/xgcc -shared-libgcc -B/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/gcc/ -nostdinc++ -L/home/fgiovagnini/archive/arn/sw/crosstools/gcc-4.0.1/objdir/sh-hms/libstdc++-v3/sr

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions

2005-09-27 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-09-27 17:35 --- We also need http://gcc.gnu.org/ml/java/2005-09/msg00053.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19505

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/

2005-09-27 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-09-27 17:34 --- Should be fixed by recent classpath import. -- What|Removed |Added Status|ASSIGN

[Bug libstdc++/23871] [4.0 Regression] iostream operator<<(int) uses || on integral operands

2005-09-27 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-09-27 17:18 --- This is fixed in 4.0.2. I forgot and checked it into the branch before RC2; Paolo said it was safe and to leave it in unless Mark said to yank it out. I've messed up my Bugzilla settings and can't change t

[Bug c++/23287] [3.4/4.0/4.1 regression] Explicitly invoking destructor of template class

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.4.5 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23287

[Bug tree-optimization/13756] [tree-ssa] documentation missing

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 17:11 --- There are other non tree-ssa functions which have the same issue. -- What|Removed |Added T

[Bug target/18274] Documentation for -mhard-float on arm platforms is incorrect

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18274

[Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16865

[Bug libfortran/16991] [meta-bug] libgfortran does not build every where

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16991

[Bug target/15266] libgfortran doesn't compile on IRIX 5.3

2005-09-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-27 17:09 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/14325] [libgfortran] libgfortran does not build with newlib on arm-elf (stdint.h does not define the right types)

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||15234 Target Milestone|4.0.2 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14325

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug libgcj/21637] [4.1 Regression] URL.openStream doesn't throw a FileNotFoundException with some urls

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|URL.openStream doesn't throw|[4.1 Regression] |a FileNotFoundException with|URL.openStream doesn't throw

[Bug target/19704] ICE for tail call of regparm 3 and dllimport

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19704

[Bug c++/22488] [4.1 Regression] C++ generates incorrect overlapping fields

2005-09-27 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-27 16:32 --- I don't see what the alleged front-end bug is in this PR. The layout I would expect for C on IA32 GNU/Linux would be: 0: B's vptr 4: i0 8: i1 12: c 16: A's vptr 20: i 24: c0 25: c1 That is exactly what I

[Bug c++/13764] c++ front-end creates extra blocks

2005-09-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-27 16:26 --- Subject: Bug 13764 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-27 16:04:25 Modified files: gcc: ChangeLog c-common.c gcc/cp

[Bug preprocessor/24024] [3.4/4.0/4.1 Regression] gcc -E -C processes "\" incorrectly inside C comments

2005-09-27 Thread segher at kernel dot crashing dot org
--- Additional Comments From segher at kernel dot crashing dot org 2005-09-27 16:19 --- Looks like the issue is that lex.c:save_comment() doesn't look at line_note's. An analogous issue happens with trigraphs. Btw, the C standard _does_ require escaped newlines and trigrpahs to be proce

[Bug c++/23293] [3.4/4.0/4.1 Regression] Misleading names in diagnostics for typedefs in functions

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23293

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23125

[Bug c++/19565] [3.4/4.0/4.1 Regression] g++ does not warn about overflow in conversion but gcc does

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19565

[Bug tree-optimization/16306] [4.0/4.1 Regression] restrict and copying pointers problem

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16306

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17863

[Bug tree-optimization/22360] [4.0 Regression] upper_bound_in_type and lower_bound_in_type are buggy

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22360

[Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22415

[Bug preprocessor/20077] [3.4/4.0/4.1 Regression] GCC accepts macro definitions that fail a constraint

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20077

[Bug other/15082] [3.4/4.0/4.1 regression] Minor compilation problem for cross to Solaris 8

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15082

[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20928

  1   2   3   4   >