[Bug ada/20822] makeinfo cannot process gnat_ugn_unw.texi

2005-04-12 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-04-13 06:48 --- Arnaud, may be a candidate for review? -- What|Removed |Added CC|

[Bug tree-optimization/20963] [4.1 Regression] ICE tree check: expected value_handle, have addr_expr in value_exists_in_set_bitmap, at tree-ssa-pre.c:437

2005-04-12 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-04-13 06:28 --- Maybe 4.0 with the patch for PR20929 triggers the ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20963

[Bug c++/20980] internal compiler error on static member assignment

2005-04-12 Thread mendola at bigfoot dot com
--- Additional Comments From mendola at bigfoot dot com 2005-04-13 06:07 --- (In reply to comment #2) > (In reply to comment #1) > > The code is invalid: > > t.cc: In instantiation of ‘S& Test::myS’: > > t.cc:32: instantiated from ‘static void Test::out() [with T = S]’ > > t.cc:40: i

[Bug libstdc++/20694] [4.1 Regression] make install failure building abi_check with leftover libv3test

2005-04-12 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-04-13 06:06 --- Janis, can we close this out please? -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20694

[Bug c++/20980] internal compiler error on static member assignment

2005-04-12 Thread mendola at bigfoot dot com
--- Additional Comments From mendola at bigfoot dot com 2005-04-13 05:26 --- (In reply to comment #1) > The code is invalid: > t.cc: In instantiation of ‘S& Test::myS’: > t.cc:32: instantiated from ‘static void Test::out() [with T = S]’ > t.cc:40: instantiated from here > t.cc:49: er

[Bug bootstrap/20985] New: building mips/64 cross compiler on x86 produces incorrect assembler code for _divdi3 with -fnon-call-exceptions

2005-04-12 Thread herbert at 13thfloor dot at
./configure --enable-languages=c --disable-nls --disable-threads --disable-shared --disable-checking --prefix=/usr --target=mips-linux make TARGET_LIBGCC2_CFLAGS='-Dinhibit_libc -D__gthr_posix_h' results in ... /gcc-3.3.5/gcc/xgcc -B/gcc-3.3.5/gcc/ -B/usr/mips-linux/bin/ -B/usr/mips-linux/lib/ -is

[Bug tree-optimization/20926] [4.1 Regressopm] ICE: tree check, in recent builds

2005-04-12 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-04-13 04:59 --- > Oh, the *error* existed, it just didn't whine about it :) > Oh my Lord! We have to distinguish whining and stoical compilers now? Thanks for fixing it. I can confirm that the test case compiles with any o

[Bug tree-optimization/14627] [4.0/4.1 regression] extra assignment inserted on the tree level

2005-04-12 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-04-13 04:55 --- Should be fixed now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14627

[Bug middle-end/20983] [4.0 regression] varargs functions force va_list variable to stack unnecessarily

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |middle-end Keywords||missed-optimization http://gcc.gnu.org/bugzilla/sh

[Bug c/20983] [4.0 regression] varargs functions force va_list variable to stack unnecessarily

2005-04-12 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-04-13 03:26 --- *** Bug 20984 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20983

[Bug c/20984] [4.0 regression] varargs functions force va_list variable to stack unnecessarily

2005-04-12 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-04-13 03:26 --- Sorry about that. *** This bug has been marked as a duplicate of 20983 *** -- What|Removed |Added

[Bug c/20984] New: [4.0 regression] varargs functions force va_list variable to stack unnecessarily

2005-04-12 Thread ian at airs dot com
varargs functions appear to force the va_list variable to the stack unnecessarily. This appears to be a consequence of declaring __builtin_va_start and __builtin_va_end to take a reference to va_list. This is a regression from 3.4. Compile this test case for i686-pc-linux-gnu with -O2: int foo

[Bug c/20983] New: [4.0 regression] varargs functions force va_list variable to stack unnecessarily

2005-04-12 Thread ian at airs dot com
varargs functions appear to force the va_list variable to the stack unnecessarily. This appears to be a consequence of declaring __builtin_va_start and __builtin_va_end to take a reference to va_list. This is a regression from 3.4. Compile this test case for i686-pc-linux-gnu with -O2: int foo

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2005-04-13 01:54 --- will test the patch with a KDE recompilation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20973

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-04-12 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2005-04-13 01:36 --- looking at it - the artsd crash is not reproduceable for me. is this one still there? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19317

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-04-12 Thread mueller at kde dot org
--- Additional Comments From mueller at kde dot org 2005-04-13 01:10 --- the konqueror startup crash is fixed by: @@ -3716,7 +3716,7 @@ void KonqMainWindow::initActions() m_paActivateNextTab = new KAction( i18n( "Activate Next Tab" ), "tab_next", QApplication::reverseLayout() ?

[Bug c++/12879] [3.4 Regression] double error message when using incomplete types in a struct

2005-04-12 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-04-13 01:08 --- Subject: Re: [3.4 Regression] double error message when using incomplete types in a struct "cmchugh at callixa dot com" <[EMAIL PROTECTED]> writes: | --- Additional Comments From cmchugh at call

Re: [Bug c++/12879] [3.4 Regression] double error message when using incomplete types in a struct

2005-04-12 Thread Gabriel Dos Reis
"cmchugh at callixa dot com" <[EMAIL PROTECTED]> writes: | --- Additional Comments From cmchugh at callixa dot com 2005-04-13 00:56 --- | Broken in 3.4.3 on AIX 5.2; | | $ cat x.cpp | struct Exception { | static void raise () throw (Exception){ throw Exception(); } | }; | $ g++ x.cpp

[Bug target/20670] IA-64 exception mechanism erase $f29

2005-04-12 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-04-13 00:58 --- Fixed on all active release branches and mainline. -- What|Removed |Added Status|

[Bug c++/12879] [3.4 Regression] double error message when using incomplete types in a struct

2005-04-12 Thread cmchugh at callixa dot com
--- Additional Comments From cmchugh at callixa dot com 2005-04-13 00:56 --- Broken in 3.4.3 on AIX 5.2; $ cat x.cpp struct Exception { static void raise () throw (Exception){ throw Exception(); } }; $ g++ x.cpp x.cpp:2: error: invalid use of undefined type `struct Exception' x.cpp:1:

[Bug target/20670] IA-64 exception mechanism erase $f29

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-13 00:50 --- Subject: Bug 20670 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-13 00:50:34 Modified files: gcc: ChangeLog gcc/config/ia64: u

[Bug target/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2005-04-12 Thread cmchugh at callixa dot com
--- Additional Comments From cmchugh at callixa dot com 2005-04-13 00:41 --- If I compile and link the example in my last comment (shown below) with -pthread, it will always run. If I don't it will always core dump. This is with g++ 3.4.3 on AIX 5.2. Does anyone know if the same program

[Bug middle-end/20982] alignment attribute ignired for vector types

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 23:36 --- aligned can never decrease the required alignment. -- What|Removed |Added Component

[Bug c/20982] New: alignment attribute ignired for vector types

2005-04-12 Thread Hakon dot Bugge at scali dot com
creating a vector type aligned on a smaller unit than the size of the vector, produces incorrect SSE code. On Intel SSE, movups must be used instead of movaps, and memory operands to other SSE instructons must be avoided. E.g. : typedef float v4sf __attribute__ ((mode(V4SF),aligned(8))); v4sf

[Bug libgcj/20958] Compile Errors In two files in gnu.gcj

2005-04-12 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-04-12 23:26 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgcj/20958] Compile Errors In two files in gnu.gcj

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 23:22 --- Subject: Bug 20958 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-12 23:22:15 Modified files: libjava: ChangeLog libjava/gnu/gcj/to

[Bug c++/20133] [4.0/4.1 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 23:16 --- *** Bug 20981 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20981] [4.0/4.1 Regression] ICE in import_export_decl with invalid template code

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 23:16 --- I should have looked for a dup bug before filing, woops. Anyways this is a dup of bug 20133. *** This bug has been marked as a duplicate of 20133 *** -- What|Removed |Ad

[Bug c++/20981] [4.0/4.1 Regression] ICE in import_export_decl with invalid template code

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20981

[Bug tree-optimization/20913] copy-prop does not fold conditionals

2005-04-12 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-12 23:13 --- *** Bug 20762 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20913

[Bug tree-optimization/20762] [tcb] missed copy-prop opportunity

2005-04-12 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-12 23:13 --- PR20913 has a better testcase. *** This bug has been marked as a duplicate of 20913 *** -- What|Removed |Added ---

[Bug c++/20981] New: [4.0/4.1 Regression] ICE in import_export_decl with invalid template code

2005-04-12 Thread pinskia at gcc dot gnu dot org
struct S {}; template struct Test { static int myInt; }; template int Test::myInt; Note we accepted this code before which is just wrong. ICC gives: t.cc(8): error: "Test" is not a class template template int Test::myInt; ^ compilation aborted for t.cc (code 2

[Bug c++/20980] internal compiler error on static member assignment

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 23:06 --- The code is invalid: t.cc: In instantiation of ‘S& Test::myS’: t.cc:32: instantiated from ‘static void Test::out() [with T = S]’ t.cc:40: instantiated from here t.cc:49: error: cannot call member functio

[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 22:57 --- Subject: Bug 19016 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-12 22:57:10 Modified files: libgfortran: ChangeLog gcc/testsuite : C

[Bug libfortran/19106] [4.0 only] segfault in executable for print *,sum(a,dim=2,mask=a>0)

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 22:57 --- Subject: Bug 19106 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-12 22:57:10 Modified files: libgfortran: ChangeLog gcc/testsuite : C

[Bug c++/20980] New: internal compiler error on static member assignment

2005-04-12 Thread mendola at bigfoot dot com
Compiling the following source the compiler crash with the following error: main.cpp:77: internal compiler error: in output_constant, at varasm.c:3890 // file main.cpp #include #include "c.h" int main() { Test t; t.out(); std::cout << "here" << std::endl; return 0; } template

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-12 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-12 22:21 --- Presto, that did the trick. No need to muck with configure. Thanks. Feel free to close this if desired. BTW, this bugzilla is set up to top-post additional comments, which is a little frustrati

[Bug libstdc++/20979] __gnu_cxx::bitmap_allocator export pruning

2005-04-12 Thread bkoz at gcc dot gnu dot org
-- What|Removed |Added CC||dhruvbird at yahoo dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20979

[Bug libstdc++/20979] __gnu_cxx::bitmap_allocator export pruning

2005-04-12 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-04-12 21:46 --- Created an attachment (id=8615) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8615&action=view) free_list:: static removal -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20979

[Bug libstdc++/20979] New: __gnu_cxx::bitmap_allocator export pruning

2005-04-12 Thread bkoz at gcc dot gnu dot org
This patch removes two data exports for bitmap_allocator. Results for make check and make check-performance are unchanged. -- Summary: __gnu_cxx::bitmap_allocator export pruning Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: enhanc

[Bug middle-end/20917] ICE in schedule_insns at sched-rg.c:2549

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 20:47 --- Subject: Bug 20917 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-12 20:47:07 Modified files: gcc: Change

[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-12 20:30 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-04/msg00371.html -- What|Removed |Added

[Bug java/20977] Invalid long to int promotion permitted in array initializer

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 20:26 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug java/20978] Failure to detect unhandled exception

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 20:26 --- Confirmed, there might be another bug like this somewhere. -- What|Removed |Added

[Bug java/20978] New: Failure to detect unhandled exception

2005-04-12 Thread mckinlay at redhat dot com
In some cases GCJ fails to detect unhandled exceptions. In the code below, the method x() is invalid because FileChannel.close() can throw an IOException. GCJ should report an error stating that the exception must be caught or declared to be thrown. import java.nio.channels.*; public class FCIO {

[Bug java/20977] New: Invalid long to int promotion permitted in array initializer

2005-04-12 Thread mckinlay at redhat dot com
The following code is invalid as implicitly converting a long to int could result in the value being truncated. However, GCJ accepts this code. public class Arraybound { public byte[] x(long l) { return new byte[l]; } } -- Summary: Invalid long to int promotion permitted in

[Bug libobjc/20959] lots of libobjc regressions on i686-apple-darwin7.2.1 with GCC 4.0 RC1 compared to 4.0.0 20050220 (experimental)

2005-04-12 Thread lars dot sonchocky-helldorf at hamburg dot de
--- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2005-04-12 20:12 --- I found out that it seems to be not an gcc issue obviously: I rerun the tests for 4.0.0 20050220 which was fine in the first place http://gcc.gnu.org/ml/gcc-testresults/2005-02/msg00931.htm

[Bug libgcj/20975] Remove scripts/TexinfoDoclet.java

2005-04-12 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-04-12 20:09 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libgcj/20975] Remove scripts/TexinfoDoclet.java

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 20:06 --- Subject: Bug 20975 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-12 20:06:44 Modified files: libjava: ChangeLog Makefile.am Makefile.in Re

[Bug c++/20949] [4.0/4.1 Regression] misscompilation of konqueror, artsd, STLport, libstdc++, ...

2005-04-12 Thread mlists at juma dot me dot uk
-- What|Removed |Added CC||mlists at juma dot me dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20949

[Bug c++/19317] [4.1 Regression] removing a temporary return value when we cannot

2005-04-12 Thread mlists at juma dot me dot uk
--- Additional Comments From mlists at juma dot me dot uk 2005-04-12 20:01 --- (In reply to comment #11) > CC'ed. -- What|Removed |Added CC|

[Bug libgcj/20975] Remove scripts/TexinfoDoclet.java

2005-04-12 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-04-12 19:56 --- Yes, this should be removed - it has been superceeded by texidoclet in classpath-tools, anyway. I will check in this patch. -- What|Removed |Added --

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-12 19:47 --- I have a patch for reload, which fixes the bug, when looking at the dumps. At least now find_reg is used for the insn in question, which also evicts pseudos using the same reg as the chosen final reg_rtx. I have only

[Bug c++/20976] when terminate is called, stack is not unwinded

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 19:23 --- Ok, this is just implemenation defined behavior. see 15.3 P 9: If no matching handler is found in a program, the function terminate() is called; whether or not the stack is unwound before this call to term

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-12 19:05 --- The problem is in reload.c:find_dummy_reload. It tries to use the input reg as reload register for an in-out reload and has certain conditions when it can't do so: /* Consider using IN if OUT was not acceptable

[Bug c++/20976] when exceptions are not caught, destructors of local vars are not executed

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 19:01 --- I don't think this is valid as there is no landing pad and it is going to abort anyways. I have to find this in the standard. ICC has the same behavior. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug rtl-optimization/20070] If-conversion can't match equivalent code, and cross-jumping only works for literal matches

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 18:56 --- PR and patch predate gcc 4.0 branch. -- What|Removed |Added OtherBugsDependingO|

[Bug c++/20976] when exceptions are not caught, destructors of local vars are not executed

2005-04-12 Thread C dot Kloukinas at soi dot city dot ac dot uk
--- Additional Comments From C dot Kloukinas at soi dot city dot ac dot uk 2005-04-12 18:52 --- Created an attachment (id=8613) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8613&action=view) And the testcase itself... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20976

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-04-12 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-04-12 18:49 --- The dependency on 17652 is there because of comment #17, q.v. We want to make sure that we back out the patch to c_finish_bc_stmt when it is no longer needed, which should happen after the tree-profiling branch is merg

[Bug c++/20976] when exceptions are not caught, destructors of local vars are not executed

2005-04-12 Thread C dot Kloukinas at soi dot city dot ac dot uk
--- Additional Comments From C dot Kloukinas at soi dot city dot ac dot uk 2005-04-12 18:48 --- Created an attachment (id=8612) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8612&action=view) The .ii intermediate file (bzip2 compressed) of the testcase I used. -- http://gcc.gn

[Bug libgcj/20975] Remove scripts/TexinfoDoclet.java

2005-04-12 Thread aluchko at redhat dot com
--- Additional Comments From aluchko at redhat dot com 2005-04-12 18:48 --- Created an attachment (id=8611) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8611&action=view) patch for Makefile.[am,in] the changelog entry PR libgcj/20975 * scripts/TexinfoDoclet.java: Removed. * Make

[Bug c++/20976] New: when exceptions are not caught, destructors of local vars are not executed

2005-04-12 Thread C dot Kloukinas at soi dot city dot ac dot uk
Sorry, cannot understand how to attach the different files you ask for or what the host/target/build triplets are supposed to be (no mention of these in the how-tos). The bug: I was under the impression, that if an exception occurs the destructors of the local objects should be called at some poin

[Bug fortran/17917] gfortran ICE on "equivalence"

2005-04-12 Thread koziol at ncsa dot uiuc dot edu
--- Additional Comments From koziol at ncsa dot uiuc dot edu 2005-04-12 18:33 --- Are there any workarounds we can use to avoid this problem? Also, is there anything we can do to help resolve it? Quincey Koziol HDF Development Team -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=179

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 18:31 --- The patch was posted on the 3rd December 2004, well before the 25th Febuary 2005. -- What|Removed |Added -

[Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java

2005-04-12 Thread aluchko at redhat dot com
TexinfoDoclet.java should be removed as it isn't used and uses the propietary com.sun.javadoc api which is not supplied by gcj. -- Summary: Remove scripts/TexinfoDoclet.java Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal

[Bug ada/20974] ACATS c250002 gnatchop cannot create file with special character on darwin

2005-04-12 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2005-04-12 18:17 --- Looks like file creation (my code reading ada/gnatchop.adb => ada/g-os_lib.adb =>) for gnatchop occurs in ada/adaint.c:636 with good old "open". But the unit file names are found by using a subprocess with the f

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-04-12 Thread fche at redhat dot com
-- What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19266

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12 18:09 --- Subject: Bug 19266 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-12 18:09:09 Modified files: gcc: ChangeLog tree-mudflap.c lib

[Bug c++/13744] ICE when using implicit copy constructor for struct defined in template function

2005-04-12 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-04-12 18:08 --- Subject: Re: ICE when using implicit copy constructor for struct defined in template function reichelt at gcc dot gnu dot org wrote: > --- Additional Comments From reichelt at gcc dot gnu dot org 2005-

[Bug rtl-optimization/20211] autoincrement generation is poor

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 18:06 --- This code is waiting for review since 1999: http://gcc.gnu.org/ml/gcc-patches/1999-11n/msg00583.html -- What|Removed |Added -

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 18:03 --- (In reply to comment #4) > This is pretty clearly stated in the original bug description: > > > This metabug is used to track all the patches which have been > > written during Stage 3 of GCC 4.0 but do no

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-04-12 18:01 --- For those who want a quick workaround, changing khtmllayout.h to: -Length(LengthType t) { l.value = 0; l.type = t; l.quirk = 0; } +Length(LengthType t) { _length = 0; l.type = t; } Len

[Bug middle-end/20739] [4.0/4.1 regression] ICE in gimplify_addr_expr

2005-04-12 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-04-12 17:58 --- Alexandre -- Did the patch in this PR pass testing? If so, Roger might be willing to review it. -- Mark -- What|Removed |Added --

[Bug target/20126] [3.3/3.4/4.0 Regression] Inlined memcmp makes one argument null on entry

2005-04-12 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-04-12 17:54 --- I like the simpler approach. If someone would test that for 4.0, I'd be ecstatic. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20126

[Bug ada/20974] ACATS c250002 gnatchop cannot create file with special character on darwin

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:51 --- I really doubt it is an OS restruction but all I know all file names are stored as UTF-8 so maybe gnatchop is getting confused. -- What|Removed |Added -

[Bug ada/20974] New: ACATS c250002 gnatchop cannot create file with special character on darwin

2005-04-12 Thread laurent at guerby dot net
Is it an OS restriction or a gnatchop problem? 4.0.0 20050410 (prerelease) splitting ...ada/acats/tests/c2/c250002.a into: c250002_0.ads cannot create c250002_á.ads BUILD FAIL: c250002 -- Summary: ACATS c250002 gnatchop cannot create file with special charact

[Bug rtl-optimization/20969] unrolling does not take target register pressure into account.

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 17:48 --- (In reply to comment #9) > > But if we go down that route, the register allocator has to know about > > every > > other optimization. Throttling register pressure is usually much simpler > > than un-doin

[Bug middle-end/20371] Some corner cases of MS bitfields don't work

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20371

[Bug rtl-optimization/20370] dead_or_predictable doesn't resize reg_n_info

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20370

[Bug rtl-optimization/20969] unrolling does not take target register pressure into account.

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20969

[Bug middle-end/20396] TRULY_NOOP_TRUNCATION ignored

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20396

[Bug rtl-optimization/20369] noce_emit_move_insn emits invalid insns

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|17652 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20369

[Bug target/19150] [3.3/3.4/4.0/4.1 Regression] suboptimal fp division with -ffast-math

2005-04-12 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-04-12 17:38 --- Uros, what's the state of this bug? I don't understand if the patch linked in comment #6 was committed, or which is its final version still pending review/approval. -- http://gcc.gnu.org/bugzilla/show_b

[Bug target/20924] [4.0/4.1 regression] inline float divide does not set correct fpu status flags

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:37 --- Patch here: . -- What|Removed |Added

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-12 17:37 --- Another mail: I think the dust settles a bit. We have this situation in .t69.final_cleanup (excerpt from applyRule): struct Length D.83927; :; D.83927.D.21947.l.value = (int) primitiveValue->m_value.num;

[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-04-12 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-04-12 17:35 --- Since this bug was fixed in 4.1, I'm removing the dependencies with the 4.1 metabug. -- What|Removed |Added --

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-12 17:34 --- Here some mails we exchanged: Adding something complex seems to change how things are allocated or REG_DEAD notes distributed or something like this. If we add 'kdDebug( 6080 ) << "applying property " << id <<

[Bug c++/20949] [4.0/4.1 Regression] misscompilation of konqueror, artsd, STLport, libstdc++, ...

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:34 --- 20973 is the bug for konqueror. -- What|Removed |Added BugsThisDependsOn|

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||20949 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20973

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-04-12 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-04-12 17:34 --- I agree with Joerne. This bug was opened to track things that had to be revaluated when 4.1 stage 1 opens, so it has to be kept open until its list of dependencies is finished. It remembers us that there a

[Bug regression/20973] [4.0/4.1 Regression] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:33 --- Reload, wow, not that unexcepted really. -- What|Removed |Added Keywords|

[Bug regression/20973] kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-12 17:30 --- Created an attachment (id=8610) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8610&action=view) the preprocessed source showing the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20973

[Bug regression/20973] New: kdelibs (khtml) miscompiled by reload

2005-04-12 Thread matz at suse dot de
gcc 4 (about RC1) miscompiles khtml, in fact something in CSS, which basically leads to all websites being misrendered. I can't easily reduce the testcase, but have applied the whole preprocessed source of css/cssstyleselector.ii. It is to be compiled with g++ -O2 -fPIC -march=i586 -mtune=i68

[Bug middle-end/20937] BLK ptr's losing original ptr's static-constant readonly attribute.

2005-04-12 Thread ericw at evcohs dot com
-- What|Removed |Added CC||ericw at evcohs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20937

[Bug target/20972] [4.0/4.1 Regression] Compiler-generated code produces an assembler warning

2005-04-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|Compiler-generated code |[4.0/4.1 Regression] |produces an assembler |Compiler-generated code

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:25 --- (In reply to comment #2) > > Not really interesting any more since 4.0 has branched > > That is nonsense. This is the meta-bug used to track stuff that didn't make > it into 4.0 but shouldn't miss 4.1 too.

[Bug rtl-optimization/20969] unrolling does not take target register pressure into account.

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 17:24 --- (In reply to comment #8) > (In reply to comment #6) > > > Do you have a set of patches to try out? > > > > No but if we go your route, then every place where we do an > > optimization, we > > will then nee

[Bug target/20972] Compiler-generated code produces an assembler warning

2005-04-12 Thread jconner at apple dot com
--- Additional Comments From jconner at apple dot com 2005-04-12 17:24 --- Subject: Re: Compiler-generated code produces an assembler warning I don't see this same behavior on 3.4.3. - Josh On Apr 12, 2005, at 10:08 AM, pinskia at gcc dot gnu dot org wrote: > > --- Additional Co

[Bug other/17652] [meta-bug] GCC 4.1 pending patches

2005-04-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-04-12 17:23 --- > Not really interesting any more since 4.0 has branched That is nonsense. This is the meta-bug used to track stuff that didn't make it into 4.0 but shouldn't miss 4.1 too. -- What|Removed

[Bug target/20808] Unrecognizable insn

2005-04-12 Thread ericw at evcohs dot com
-- What|Removed |Added CC||ericw at evcohs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20808

  1   2   >