[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread jpr at essi dot fr
--- Additional Comments From jpr at essi dot fr 2005-05-01 06:10 --- Subject: Re: Configuring g++ library for various locales ? pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-04-30 21:24 --- For that kind of GNU x86-linux platform

[Bug java/21313] New: Incorrect visibility of package scope methods (compilation problem)

2005-05-01 Thread lhofhansl at yahoo dot com
Linux (Fedora Core 3) Pentium M GCC 4.0.0 Compiling the following two classes produces error: p2/B.java:7: error: Method ‘p1.A.f(int)’ was defined with return type ‘boolean’in class ‘p1.A’. void f( int x ) {} /// A.java /// package p1; public class A { boolean f( int x ) { return

[Bug rtl-optimization/19579] [3.3 regression] -march=i686 generates a bogus program for x86*

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 07:23 --- Subject: Bug 19579 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2005-05-01 07:23:20 Modified files: gcc:

[Bug c/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-05-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-05-01 08:00 --- Patch at: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg9.html Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21275

[Bug tree-optimization/18316] Missed IV optimization

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 08:08 --- Subject: Bug 18316 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-01 08:08:14 Modified files: gcc: ChangeLog tree-scalar-evolution.c

[Bug tree-optimization/19126] Missed IV optimization (redundant instruction in loop)

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 08:08 --- Subject: Bug 19126 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-01 08:08:14 Modified files: gcc: ChangeLog tree-scalar-evolution.c

[Bug c++/21304] very long compile times with large cpp file from kdebindings

2005-05-01 Thread olh at suse dot de
--- Additional Comments From olh at suse dot de 2005-05-01 08:10 --- gcc-3_4-branch takes only 5 minutes to complete. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21304

[Bug c++/21314] New: C++ performance regression with -Os

2005-05-01 Thread deemkay at gmail dot com
the following code takes more than twice as long to run when compiled with -Os using gcc-4.0.0 than it does with 3.3.5 or 3.4.3. #include stdio.h #include vector class mytype_A { public: int id; mytype_A():id(0) {} }; class mytype_B { public: mytype_A* A; mytype_B(mytype_A* p):A(p)

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread deemkay at gmail dot com
--- Additional Comments From deemkay at gmail dot com 2005-05-01 08:31 --- Created an attachment (id=8780) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8780action=view) cpptest.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-01 09:06 --- That's the point, I do not have these lines (I attach my c++locale.h from my 4.0.0 by=uild, since it is short). Therefore, for some reason, the configury decided not to enable the GNU locale model (there are

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-01 09:15 --- In the 4.0 configure, the relevant tests start at line 5668, corresponding to the code starting at line 1097 in acinclude.m4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21295

[Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
The typical error message is: Executing on host: /opt/build/eric/gcc-4_0-branch/gcc/testsuite/../gfortran -B/opt/build/eric/gcc-4_0-branch/gcc/testsuite/../ /home/eric/cvs/gcc-4_0-branch/gcc/testsuite/gfortran.dg/blockdata_1.f90 -Os -pedantic-errors

[Bug libstdc++/21271] Invalid free in std::string

2005-05-01 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-05-01 10:08 --- Woops, false alarm, somehow I'd horribly, horribly messed up something. A clean OS reinstall seems to have cleared up this, and another unrelated problem. Sorry -- What|Removed

[Bug c++/18886] [4.1 Regression] misleading warning from attribute sentinel in C++

2005-05-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-01 10:10 --- For some reason the patch applied for the 19542 duplicate of this bug has only been applied to 4.0 branch (although normally all fixes should go on mainline first). -- What|Removed

[Bug target/21050] [4.1 Regression] vect-none.c ICE

2005-05-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-01 10:14 --- Appeared on ia64-hpux between 2005-04-13 19:01 UTC and 2005-04-13 19:04 UTC (regression searching compiling vect-none.c with -O2 -ftree-vectorize). I.e., caused by 2005-04-13 Devang Patel [EMAIL

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread jpr at essi dot fr
--- Additional Comments From jpr at essi dot fr 2005-05-01 10:16 --- Subject: Re: Configuring g++ library for various locales ? pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-05-01 09:06 --- That's the point, I do not have these

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-01 10:31 --- Now I installed also the German locale, and everything seems OK. Excellent! instead of forcing the German one (which appears to me a little Süse-oriented ;-)). What if I tell you that the author of that

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-01 10:33 --- ... wanted to add: So after all, you like the German culture and de_DE it's ok with you ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21295

[Bug c/11459] -ansi -std=c99 -pedantic warns about C90's non long-long support when in C99 mode

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 10:33 --- Subject: Bug 11459 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-01 10:33:40 Modified files: gcc:

[Bug c/18502] [3.3/3.4 Regression] trigraphs don't work with -std=gnu99

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 10:33 --- Subject: Bug 18502 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-01 10:33:40 Modified files: gcc:

[Bug c/20740] [3.4/4.0/4.1 Regression] cc1 segfaults

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 10:39 --- Subject: Bug 20740 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-01 10:39:15 Modified files: gcc:

[Bug c/21213] [3.3/3.4/4.0/4.1 Regression] segfault declaring a transparent union

2005-05-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-01 10:44 --- Subject: Bug 21213 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-01 10:44:10 Modified files: gcc:

[Bug c/11459] -ansi -std=c99 -pedantic warns about C90's non long-long support when in C99 mode

2005-05-01 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11459

[Bug c/20740] [3.4/4.0/4.1 Regression] cc1 segfaults

2005-05-01 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20740

[Bug c/21213] [3.3/3.4/4.0/4.1 Regression] segfault declaring a transparent union

2005-05-01 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21213

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread jpr at essi dot fr
--- Additional Comments From jpr at essi dot fr 2005-05-01 11:21 --- Subject: Re: Configuring g++ library for various locales ? pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-05-01 10:31 --- Now I installed also the German

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread jpr at essi dot fr
--- Additional Comments From jpr at essi dot fr 2005-05-01 11:24 --- Subject: Re: Configuring g++ library for various locales ? pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-05-01 10:33 --- ... wanted to add: So after all, you like

[Bug c/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-05-01 Thread ch dot ehrlicher at gmx dot de
--- Additional Comments From ch dot ehrlicher at gmx dot de 2005-05-01 11:28 --- the patch in comment #5 works for me -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21275

[Bug c++/21113] Jumps into VLA or VM scope not rejected for C++

2005-05-01 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-01 11:32 --- It should be possible to use the existing machinery in the C++ front end which diagnoses jumps into the scope of initialized or non-POD variables to diagnose jumps into VLA or VM scope (treating VLA or VM

[Bug libstdc++/21295] Configuring g++ library for various locales ?

2005-05-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-01 11:39 --- OK for the documentation, except ... that this is not the one that you read when you install gcc from scratch ! Although libstdc++ is now part of gcc, there is no link from the files in gcc-xxx/INSTALL to the

[Bug libfortran/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 12:04 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 12:12 --- Basically same problem as PR target/19933. -- What|Removed |Added BugsThisDependsOn|

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 12:21 --- GCC does not yet have __builtin_isfinite or __builtin_isnormal functions; they would be generically useful additions if they always avoided falling back to a library function. __builtin_fpclassify

[Bug target/21050] [4.1 Regression] vect-none.c ICE

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:07 --- I really think that Devang's patch exposed a latent bug either in expand or in the target specific files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21050

[Bug middle-end/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:16 --- Confirmed. -- What|Removed |Added URL|

[Bug middle-end/21275] [4.0/4.1 Regression] gcc 4.0.0 crash with mingw when using stdout in global var

2005-05-01 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=21275

[Bug tree-optimization/21081] [4.0/4.1 Regression] internal compiler error: verify_stmts failed.

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:17 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg9.html. -- What|Removed |Added

[Bug rtl-optimization/19579] [3.3 regression] -march=i686 generates a bogus program for x86*

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

[Bug c++/21316] New: pointer lookup cache misses more frequent

2005-05-01 Thread kpmassey at gmail dot com
The sample code runs 30-50% slower on my machine when compiled with 3.4.3 as opposed to 3.3.4. It creates some objects and then references them via pointer lookup, so my best guess is that somehow 3.4.3 binaries have many more cache misses. I have noticed the severe regression on AMD Athlon

[Bug c++/21316] pointer lookup cache misses more frequent

2005-05-01 Thread kpmassey at gmail dot com
--- Additional Comments From kpmassey at gmail dot com 2005-05-01 13:23 --- Created an attachment (id=8781) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8781action=view) source file that illustrates problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21316

[Bug c++/21316] pointer lookup cache misses more frequent

2005-05-01 Thread kpmassey at gmail dot com
--- Additional Comments From kpmassey at gmail dot com 2005-05-01 13:25 --- Created an attachment (id=8782) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8782action=view) .ii file from my compilation -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21316

[Bug c++/21316] pointer lookup cache misses more frequent

2005-05-01 Thread kpmassey at gmail dot com
--- Additional Comments From kpmassey at gmail dot com 2005-05-01 13:26 --- Created an attachment (id=8783) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8783action=view) .s file from my compilation -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21316

[Bug ada/21317] New: ACATS c954025 c954026 failures

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
Excerpt from the log file: ,.,. C954025 ACATS 2.5 05-05-01 03:33:45 C954025 Check that if the original entry call was a conditional or timed entry call, the expiration time for a requeue with abort is the original expiration time. * C954025 not enough time

[Bug ada/21317] ACATS c954025 c954026 failures

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 13:27 --- By Rainer: http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01800.html -- What|Removed |Added

[Bug target/21316] pointer lookup cache misses more frequent

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target Keywords||missed-optimization

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:34 --- -Os is compile for size if the size is smaller than there is no bug. We don't care about runtime speed really at -Os. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:35 --- Oh, also I cannot reproduce the slow down that you are getting. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug c++/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:35 --- Also this is a modified compiler from Gentoo, can you try an unmodified one. -- What|Removed |Added

[Bug target/21314] C++ performance regression with -Os

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21314

[Bug tree-optimization/19126] Missed IV optimization (redundant instruction in loop)

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:46 --- Fixed. Thanks Zdenek. -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/18316] Missed IV optimization

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:48 --- On PPC, there are two extra mr's in the first case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18316

[Bug tree-optimization/18316] Missed IV optimization

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:49 --- Oh, I have forgotten to say the IV opt is caught though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18316

[Bug java/21313] Incorrect visibility of package scope methods (compilation problem)

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 13:50 --- Confirmed. -- What|Removed |Added OtherBugsDependingO||13607

[Bug objc/18456] [4.0/4.1 Regression] ICE compiling Objective C code with protocol-qualified objects

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Last reconfirmed|2004-11-12 17:12:21 |2005-05-01 13:55:20 date|| Summary|ICE compiling

[Bug libmudflap/18244] libmudflap installs include/mf-runtime.h in version-independent path

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||346 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18244

[Bug other/346] gcc install clobbers files that it shouldn't touch

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:01 --- libmudflap does the same thing, see PR 18244. -- What|Removed |Added BugsThisDependsOn|

[Bug libmudflap/18244] libmudflap installs include/mf-runtime.h in version-independent path

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:01 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug java/17845] can't build GNU Classpath

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:05 --- Is this true anymore, I built classpath a couple of days ago on powerpc-darwin with a case-insensitive file system and it worked for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17845

[Bug fortran/18883] ICE in gfc_finish_var_decl

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 18883 depends on bug 15164, which changed state. Bug 15164 Summary: trans-decl.c:411: gfc_finish_var_decl: Assertion failed http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15164 What|Old Value |New Value

[Bug fortran/15164] trans-decl.c:411: gfc_finish_var_decl: Assertion failed

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:14 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug fortran/19282] ICE in gfc_conv_array_initializer

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19282 depends on bug 18769, which changed state. Bug 18769 Summary: gfortran: ICE in gfc_conv_array_initializer with array initialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18769 What|Old Value |New Value

[Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:17 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug fortran/18283] gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:19 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 18283, which changed state. Bug 18283 Summary: gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18283 What|Old Value |New Value

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:19 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 18689, which changed state. Bug 18689 Summary: Internal compiler error with character pointer association in module subroutine http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18689 What|Old Value |New Value

[Bug fortran/19282] ICE in gfc_conv_array_initializer

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:20 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:21 --- Fixed for 4.0.0. -- What|Removed |Added Status|NEW

[Bug target/19933] Problem with define of HUGE_VAL in math_c99.

2005-05-01 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-05-01 14:24 --- Subject: Re: Problem with define of HUGE_VAL in math_c99. On Sun, 1 May 2005, ebotcazou at gcc dot gnu dot org wrote: In principle all the macros can be defined along the lines of the

[Bug fortran/21300] ICE: Segmentation fault in gfc_trans_subcomponent_assign

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:25 --- This is a dup of bug 19181. *** This bug has been marked as a duplicate of 19181 *** -- What|Removed |Added

[Bug fortran/19181] ICE and segmentation fault with pointer member in user defined type

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:25 --- *** Bug 21300 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice

2005-05-01 Thread redi at gcc dot gnu dot org
-- What|Removed |Added CC||redi at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312

[Bug target/21314] C++ performance regression with -Os

2005-05-01 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-05-01 14:26 --- Yes, mostly we don't care, but it's a two-fold regression so it should be justified by a significant decrease in size, otherwise it's just a bad regression. I almost think it's because of Honza's inline

[Bug libfortran/19481] libgfortran doesn't build -- configure doesn't handle cabs() well

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 14:33 --- (In reply to comment #2) I worked around this bug, commenting a line in /mingw/include/math.h (I quote it here for reference): //_CRTIMP double __cdecl cabs (struct _complex); The end of the

[Bug fortran/21203] Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90

2005-05-01 Thread ert at roe dot ac dot uk
--- Additional Comments From ert at roe dot ac dot uk 2005-05-01 14:44 --- Subject: New: Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90 I get the same error compiling gcc-4.0.0 on an Opteron with Debian-3 (32-bit, glibc-2.2.5, 2.4.26 kernel) The failure

[Bug middle-end/21318] New: [4.1 Regression] ICE in instantiate_virtual_regs_in_insn

2005-05-01 Thread jsm28 at gcc dot gnu dot org
The following test failures appeared on ia64-hpux (-milp32 only) between 20050429 and 20050430. Both are cc1 segmentation faults in instantiate_virtual_regs_in_insn, which can be reproduced with a cross-compiler cc1. 0x08330cf4 in instantiate_virtual_regs_in_insn (insn=0x401b51b8) at

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-05-01 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-05-01 15:11 --- Subject: Re: Internal compiler error with character pointer association in module subroutine Andrew, I have taken my eye off the ball, after my most recent cock-up; when did this get fixed? I have

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:15 --- Woops, this is not fixed, I must have used the wrong file to test with. -- What|Removed |Added

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 18689, which changed state. Bug 18689 Summary: Internal compiler error with character pointer association in module subroutine http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18689 What|Old Value |New Value

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18689

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2005-05-01 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-05-01 15:17 --- Subject: Re: Internal compiler error with character pointer association in module subroutine In fact, how come it is fixed in 4.0 and not in 4.1? I get the error still with yesterday's cvs for any

[Bug fortran/19282] ICE in gfc_conv_array_initializer

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19282 depends on bug 18769, which changed state. Bug 18769 Summary: gfortran: ICE in gfc_conv_array_initializer with array initialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18769 What|Old Value |New Value

[Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:18 --- Woops I must have used the wrong file to test with. -- What|Removed |Added

[Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18769

[Bug fortran/18283] gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:19 --- Woops I must have used the wrong file to test with. -- What|Removed |Added

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19276 depends on bug 18283, which changed state. Bug 18283 Summary: gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18283 What|Old Value |New Value

[Bug fortran/18283] gfortran: ICE in gfc_conv_string_parameter, trans-expr.c:1982

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18283

[Bug fortran/19282] ICE in gfc_conv_array_initializer

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:20 --- Woops must have used the wrong file to test with. -- What|Removed |Added

[Bug fortran/19282] ICE in gfc_conv_array_initializer

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19282

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 15:21 --- Woops must have used the wrong file to test with. -- What|Removed |Added

[Bug fortran/18878] Erronous error message on vaild USE statement

2005-05-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18878

[Bug other/21319] New: Please add the feature of switching target at runtime

2005-05-01 Thread radek at podgorny dot cz
The current way of doing a cross-compile is way too complicated. One has to compile gcc itself for RUNTIME architecture which outputs TARGET arch binaries (hardcoded inside). It would be very user friendly if the user compiles gcc just once (for the current arch) and selects the desired output

[Bug other/21319] Please add the feature of switching target at runtime

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 16:02 --- This was a very long term goal of the hooking GCC but then it was proved that it slowed down the compiler too much. -- What|Removed |Added

[Bug other/21319] Please add the feature of switching target at runtime

2005-05-01 Thread radek at podgorny dot cz
--- Additional Comments From radek at podgorny dot cz 2005-05-01 16:13 --- Slowed down? I'm not talking about compliling ALL the stuff in, just what I need. Like configure --with-arch-i686 --with-arch-arm... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21319

[Bug other/21319] Please add the feature of switching target at runtime

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 16:23 --- (In reply to comment #2) Slowed down? I'm not talking about compliling ALL the stuff in, just what I need. Like configure --with-arch-i686 --with-arch-arm... Yes that would slow down the compiler as

[Bug tree-optimization/17116] Missed jump threading/bypassing optimization with loop and % (or ands)

2005-05-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-01 16:29 --- We now get: main () { int i.8; int i; bb 0: Invalid sum of outgoing probabilities 0.0% i = 0; i.8 = i + 1; Invalid sum of outgoing probabilities 98.9% L0:; if ((i.8 1) != 0) goto L1; else goto

[Bug bootstrap/21230] [4.0/4.1 Regression] bootstrap failed unless bootstrap compiler is gcc.

2005-05-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-01 16:33 --- Will take care of the patch. -- What|Removed |Added AssignedTo|unassigned at gcc

[Bug other/21319] Please add the feature of switching target at runtime

2005-05-01 Thread radek at podgorny dot cz
--- Additional Comments From radek at podgorny dot cz 2005-05-01 16:35 --- Oh, I see. Anyway, is 1-5% a major slowdown? I think it's still a good penalty if it saves all the headaches... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21319

[Bug c/21320] New: possible false positives for '$foo may be used uninitialized in this function'

2005-05-01 Thread olh at suse dot de
this testcase is taken from subversion-1.1.4 subversion/libsvn_delta/svndiff.c install_gcc40-1/libexec/gcc/powerpc-unknown-linux-gnu/4.0.1/cc1 -fpreprocessed /tmp/t.i -quiet -dumpbase t.c -auxbase-strip t -O2 -Wall -version -o t.s GNU C version 4.0.1 20050429 (prerelease)

[Bug c/21320] possible false positives for '$foo may be used uninitialized in this function'

2005-05-01 Thread olh at suse dot de
--- Additional Comments From olh at suse dot de 2005-05-01 16:44 --- Created an attachment (id=8784) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8784action=view) /tmp/pr21320-t.i.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21320

  1   2   >