[Bug target/35225] New: [4.2 regression] gcc segfaults when building GTK+ code with -O2 -fPIC for SH4

2008-02-17 Thread vapier at gentoo dot org
the attached test case (which comes from GTK+) causes GCC to ICE due to the -O2 -fPIC flags: sh4-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/lib\" -DGTK_DATADIR=\"/usr/share\" -DGTK_ DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.

[Bug target/35225] [4.2 regression] gcc segfaults when building GTK+ code with -O2 -fPIC for SH4

2008-02-17 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2008-02-17 08:12 --- Created an attachment (id=15172) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15172&action=view) PR35225-reduced.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35225

[Bug target/35225] [4.2 regression] gcc segfaults when building GTK+ code with -O2 -fPIC for SH4

2008-02-17 Thread vapier at gentoo dot org
--- Comment #2 from vapier at gentoo dot org 2008-02-17 08:14 --- Created an attachment (id=15173) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15173&action=view) PR35225-orig.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35225

[Bug tree-optimization/35226] New: Reduction and induction with multiplication are not vectorized

2008-02-17 Thread irar at il dot ibm dot com
Reduction and induction that involve multiplication, i.e., for i prod *= CST or for i prod *= a[i] are currently not supported by the vectorizer. -- Summary: Reduction and induction with multiplication are not vectorized Product: gcc

[Bug c/35227] New: [4.1/4.2 regression] gcc ICEs/segfaults when using implicit cabs() with -O1

2008-02-17 Thread vapier at gentoo dot org
on an x86_64/x86 system, a simple mandel code base crashes gcc-4.1.2 and newer: $ gcc -c mandel.i -O1 mandel.i: In function 'mandel': mandel.i:5: warning: incompatible implicit declaration of built-in function 'cabs' mandel.i:2: internal compiler error: Segmentation fault Please submit a full bug

[Bug c/35227] [4.1/4.2 regression] gcc ICEs/segfaults when using implicit cabs() with -O1

2008-02-17 Thread vapier at gentoo dot org
--- Comment #1 from vapier at gentoo dot org 2008-02-17 08:23 --- Created an attachment (id=15174) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15174&action=view) mandel.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35227

[Bug middle-end/35227] [4.1/4.2/4.3 regression] gcc ICEs/segfaults when using implicit cabs() with -O1

2008-02-17 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/35228] New: template accepting numeric fails with sizeof

2008-02-17 Thread igodard at pacbell dot net
This code: template class foo { public: typedef unsigned int unsigned_t; typedef signed int signed_t; }; template class bar { public: typedef foo<8>::unsigned_t baz1; typedef foo::unsigned_t baz2; }; bar var; gets you this: ~/ootbc/personal/ivan$ c++ foo.

[Bug c++/35228] template accepting numeric fails with sizeof

2008-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-17 08:44 --- You forgot the keyword typename as foo is a dependent: typedef typename foo::unsigned_t baz2; -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/35229] New: Vectorizer doesn't support dependence created by predictive commoning

2008-02-17 Thread irar at il dot ibm dot com
The following type of dependence, similar to such that would be created by predictive commoning (or even PRE), is not supported by the vectorizer: for (i = 1; i <= i_2; ++i) { a[i] = (b[i] + x) * .5f; x = b[i]; } -- Summary: Vectorizer doesn't support dependence cr

[Bug libstdc++/35230] New: libstdc++ broken

2008-02-17 Thread andreast at gcc dot gnu dot org
/export/data/devel-test/gcc-svn/objdir/sparc-sun-solaris2.8/libstdc++-v3/include/parallel/types.h:74: error: 'std::tr1' has not been declared Most probably due to this ci: http://gcc.gnu.org/ml/gcc-cvs/2008-02/msg00368.html Broken on sparc-sun-solaris2.8, and at least on 32-bit and 64-bit hpux p

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread andreast at gcc dot gnu dot org
--- Comment #2 from andreast at gcc dot gnu dot org 2008-02-17 09:51 --- *** Bug 35230 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35221

[Bug libstdc++/35230] libstdc++ broken

2008-02-17 Thread andreast at gcc dot gnu dot org
--- Comment #1 from andreast at gcc dot gnu dot org 2008-02-17 09:51 --- Something went wrong in my browser. *** This bug has been marked as a duplicate of 35221 *** -- andreast at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/35132] Formatted stream I/O write should truncate

2008-02-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2008-02-17 10:11 --- Patch has been OK'd for 4.4. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2008-02-17 10:59 --- The problem is just that isn't available everywhere (I don't think the configure checks can be weakened). Probably we should just keep the old "by hand" typedefs. -- pcarlini at suse dot de changed: What

[Bug tree-optimization/35231] New: [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread rguenth at gcc dot gnu dot org
_XAddPixel is miscompiled by VRP. Reduced testcase: extern void abort(void); int __attribute__((noinline)) foo(int bits_per_pixel, int depth) { if ((bits_per_pixel | depth) == 1) return 0; else if (bits_per_pixel == 2) return 1; return 2; } int main() { if (foo(2, 0) != 1) a

[Bug tree-optimization/35231] [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-17 11:18 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2008-02-17 11:05 --- > The problem is just that isn't available everywhere (I don't think > the > configure checks can be weakened). Probably we should just keep the old "by > hand" typedefs. The canonical solution is config/stdint

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-02-17 11:28 --- I can confirm this failure on a native build for i386-pc-mingw32 of rev. 132366 if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --split-size=500 --split-size=500 --no-split -I . -I ../.

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2008-02-17 11:33 --- Thanks Eric. I'm not sure that rework is appropriate for 4.3.0, though... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35221

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread phl at kth dot se
--- Comment #5 from phl at kth dot se 2008-02-17 11:55 --- Subject: Re: IBITS gives compiler error > The bit intrinsic model numbers do not have a sign bit, and you're asking > IBITS to return 2**32, which is outside of the range for gfortran's > default > integer kind. > Actually i

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2008-02-17 11:56 --- As Richard pointed out in his mail, most probably due to the fix for PR35148. Adding Ralf to CC list. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/35225] [4.2 regression] gcc segfaults when building GTK+ code with -O2 -fPIC for SH4

2008-02-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--- |4.2

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2008-02-17 11:58 --- (In reply to comment #5) > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 7553dcb..9c91fb5 100644 > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -3653,7 +3653,7 @@ gcc-vers.texi: $(BASEVER) $(DEVPHA

[Bug middle-end/35227] [4.1/4.2/4.3 regression] gcc ICEs/segfaults when using implicit cabs() with -O1

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-02-17 12:16 --- #0 0x084ccf42 in init_parameter_lattice_values () at /home/richard/src/trunk/gcc/tree-complex.c:170 #1 0x084d5053 in tree_lower_complex () at /home/richard/src/trunk/gcc/tree-complex.c:1506 #2 0x083e99eb i

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-17 12:27 --- Probably bootstrap is broken on the 4.2 branch, too. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/35232] New: [4.3 regression] ICE in fp-int-convert-double.c at -O2

2008-02-17 Thread rsandifo at gcc dot gnu dot org
fp-int-convert-double.c ICEs on mipsisa64-elf when compiled with "-O2 -mabi=o64 -mips16". This is a recent failure; it appears to be a latent bug exposed by: 2008-02-06 Uros Bizjak <[EMAIL PROTECTED]> PR target/35083 * optabs.c (expand_float): Do not check for decimal modes whe

[Bug rtl-optimization/35232] [4.3 regression] ICE in fp-int-convert-double.c at -O2

2008-02-17 Thread rsandifo at gcc dot gnu dot org
-- rsandifo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread rwild at gcc dot gnu dot org
--- Comment #7 from rwild at gcc dot gnu dot org 2008-02-17 13:24 --- patch at -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35218

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread dominiq at lps dot ens dot fr
--- Comment #6 from dominiq at lps dot ens dot fr 2008-02-17 13:10 --- I dont want to rant again about gfortran feature, but nevertheless I'll repeat that this error should not be the default behavior (even a warning will an overkill that should be restricted to -std=f* -pedantic). Now

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2008-02-17 13:15 --- /z−1/z-1/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35223

[Bug c++/35233] New: Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
I compiled the current software "http://sipp.svn.sourceforge.net/viewvc/sipp/sipp/trunk/sipp.cpp?revision=424&view=markup"; on my openSUSE 10.3 system. I would like to get rid of warnings like "Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*«" (deprecated conversion of string

[Bug c++/35233] Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
--- Comment #1 from Markus dot Elfring at web dot de 2008-02-17 13:55 --- Created an attachment (id=15175) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15175&action=view) preprocessed source file I can circumvent the mentioned error messages if I partly deactivate the array init

[Bug tree-optimization/35231] [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-02-17 14:01 --- Subject: Bug 35231 Author: rguenth Date: Sun Feb 17 14:00:48 2008 New Revision: 132378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132378 Log: 2008-02-17 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/35231] [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-17 14:01 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/35227] [4.1/4.2/4.3 regression] gcc ICEs/segfaults when using implicit cabs() with -O1

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-17 14:02 --- Indeed it is. Other callers check this. Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/35233] Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
--- Comment #2 from Markus dot Elfring at web dot de 2008-02-17 14:03 --- Created an attachment (id=15176) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15176&action=view) update candidates I am surprised how the global variable "options_table" is affected by other changes becaus

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread rwild at gcc dot gnu dot org
--- Comment #8 from rwild at gcc dot gnu dot org 2008-02-17 14:12 --- patch at -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35218

[Bug middle-end/35227] [4.1/4.2/4.3 regression] gcc ICEs for functions with unused complex argument

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-02-17 14:12 --- Unrelated to the implicit cabs() decl: double cabs(double _Complex); double mandel(double _Complex C) { int py; C = (__extension__ 1.0iF) * (double)py; return cabs(C); } I have a patch. --

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-17 14:14 --- Yes - please consider reverting the change that caused this PR and work on this on the trunk after we have branched. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35221

[Bug rtl-optimization/35232] [4.3 regression] ICE in fp-int-convert-double.c at -O2

2008-02-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||uros at gcc dot gnu dot org Priority|P3

[Bug c++/35233] Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-17 14:26 --- The problem is here: sipp.cpp(137): error: a value of type "const char *const *" cannot be used to initialize an entity of type "void *" {"cid_str", "Call ID string (default [EMAIL PROTECTED]). %u=call_number, %

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2008-02-17 14:43 --- Ok, I'm taking care of that. -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|u

[Bug tree-optimization/35231] [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2008-02-17 14:51 --- Does this affect 4.2 too? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35231

[Bug tree-optimization/35231] [4.3 Regression] VRP miscompiles libX11

2008-02-17 Thread rguenther at suse dot de
--- Comment #5 from rguenther at suse dot de 2008-02-17 14:53 --- Subject: Re: [4.3 Regression] VRP miscompiles libX11 On Sun, 17 Feb 2008, steven at gcc dot gnu dot org wrote: > --- Comment #4 from steven at gcc dot gnu dot org 2008-02-17 14:51 > --- > Does this affect 4.2

[Bug middle-end/35227] [4.1/4.2/4.3 regression] gcc ICEs for functions with unused complex argument

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-02-17 15:07 --- Subject: Bug 35227 Author: rguenth Date: Sun Feb 17 15:06:53 2008 New Revision: 132379 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132379 Log: 2008-02-17 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug middle-end/35227] [4.1/4.2 regression] gcc ICEs for functions with unused complex argument

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-17 15:11 --- Fixed on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Assigne

[Bug fortran/35234] New: Undetected "use before definition".

2008-02-17 Thread dominiq at lps dot ens dot fr
In the code from http://groups.google.fr/group/comp.lang.fortran/browse_thread/thread/120303aae031b672/7dd83bc30a9f19a3#7dd83bc30a9f19a3 gfortran detect the problems coming from the undefined 'j', but not the fact that 'df4_dxi' is used before it is defined. Am I missing a relevant option or is

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread paolo at gcc dot gnu dot org
--- Comment #8 from paolo at gcc dot gnu dot org 2008-02-17 15:47 --- Subject: Bug 35221 Author: paolo Date: Sun Feb 17 15:46:30 2008 New Revision: 132380 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132380 Log: 2008-02-17 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2008-02-17 15:49 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug c++/35233] Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
--- Comment #4 from Markus dot Elfring at web dot de 2008-02-17 15:52 --- (In reply to comment #3) > The problem is here: > sipp.cpp(137): error: a value of type "const char *const *" cannot be used to > initialize an entity of type "void *" >{"cid_str", "Call ID string (default [EM

[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #5 from gnu_andrew at member dot fsf dot org 2008-02-17 15:57 --- Waiting on my patch to abstract StringBuffer/Builder being committed. Then this is simply a matter of adding a class which uses the 'dont_copy' version of the String constructor with toString. -- http://g

[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2008-02-17 Thread gnu_andrew at member dot fsf dot org
-- gnu_andrew at member dot fsf dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |gnu_andrew at member dot fsf |dot org

[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2008-02-17 Thread gnu_andrew at member dot fsf dot org
-- gnu_andrew at member dot fsf dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21869

[Bug target/35222] [4.3 Regression] EH output contains procedure label without P' selector

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-02-17 15:58 --- Does this also fail for hppa2.0w-hp-hpux11.11 which would be a secondary target unlike hppa1.1-hp-hpux10.20 which is neither primary nor secondary? -- rguenth at gcc dot gnu dot org changed: What|

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-02-17 16:01 --- Created an attachment (id=15177) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15177&action=view) Patch for some of these points This patch adds all new intrinsics listed in the report except NORM2, and the

[Bug c++/35233] Feature request: precise error messages about invalid pointer conversions during array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
--- Comment #6 from Markus dot Elfring at web dot de 2008-02-17 16:11 --- It was hard for me to spot the updated variables "stat_delimiter" and "call_id_string" as the error reasons. It would be nice if the GCC implementation will be even more precise than the check with the Intel comp

[Bug c++/35233] Unexpected error messages about invalid pointer conversions at end of array initialisation

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-02-17 15:55 --- I used the Intel compiler to point me to the actual error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35233

[Bug c/35198] [4.1/4.2/4.3 Regression] missed evaluation of VM array type when used as a cast

2008-02-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-02-17 16:33 --- > At least marking the whole conversion as having no side-effects doesn't tell > the truth really, likewise if SAVE_EXPRs have no side-effects, as that > wouldn't guarantee it is evaluated at least once. SAVE_EXP

[Bug c++/35233] Feature request: precise error messages about invalid pointer conversions during array initialisation

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-02-17 16:41 --- Well, certainly. We possibly already have an enhancement request for this. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/35222] [4.3 Regression] EH output contains procedure label without P' selector

2008-02-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2008-02-17 16:45 --- Subject: Re: [4.3 Regression] EH output contains procedure label without P' selector > Does this also fail for hppa2.0w-hp-hpux11.11 which would be a secondary > target > unlike hppa1.1-hp-hpux10.20 which

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34950

[Bug middle-end/35204] [4.3 Regression] crash by too deep recursion in DFS tree-ssa-sccvn.c:1898

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #22 from rguenth at gcc dot gnu dot org 2008-02-17 16:24 --- The patch was successfully bootstrapped and tested on x86_64-unknown-linux-gnu and doesn't show overall negative effects on compile-time or memory-usage on our daily testers. I am considering it for 4.3.1 after pu

[Bug target/35193] [4.3 Regression] can't find a register in class 'R1_REGS' while reloading 'asm'

2008-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2008-02-17 16:46 --- 4.2 works. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c/35198] [4.1/4.2/4.3 Regression] missed evaluation of VM array type when used as a cast

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-02-17 16:19 --- There are a few different cases. For int foo(void); void *a(void *p) { return (int (*)[foo()])p; } the frontend already got rid of the intermediate casts (and side-effects). For int foo(void); void a(void *p)

[Bug c/35235] New: struct/union rvalue qualifiers must not propagate to members

2008-02-17 Thread truedfx at gentoo dot org
Hi, This turns out to be a strictly conforming C99 program: #include int main(void) { const struct { int array[1]; } s; // int *from_lvalue = s.array; // #1 int *from_rvalue = (rand() ? s : s).array; // #2 } #1, if uncommented, should be rejected with -std=c99 -pedantic-

[Bug c++/35233] Feature request: precise error messages about invalid pointer conversions during array initialisation

2008-02-17 Thread Markus dot Elfring at web dot de
--- Comment #8 from Markus dot Elfring at web dot de 2008-02-17 17:17 --- I am curious on improvements for unambiguous error reporting with variable and member names. -- Markus dot Elfring at web dot de changed: What|Removed |Added ---

[Bug target/35193] [4.3 Regression] can't find a register in class 'R1_REGS' while reloading 'asm'

2008-02-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added GCC host triplet|hppa-suse-linux-gnu | GCC target triplet||hppa-suse-linux-gnu

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread hal at oz dot net
--- Comment #14 from hal at oz dot net 2008-02-17 17:28 --- Two comments to add, now that it seems that this patch might have caused some other problems: 1) In the original bug (make pdf doesn't work after building with a relative path), the source and build directories were on the same

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread rwild at gcc dot gnu dot org
--- Comment #15 from rwild at gcc dot gnu dot org 2008-02-17 17:40 --- (In reply to comment #14) > 1) In the original bug (make pdf doesn't work after building with a relative > path), the source and build directories were on the same disk, but it was a > second disk, not the primary one

[Bug other/35148] make pdf has missing file in 4.3-20080208

2008-02-17 Thread hal at oz dot net
--- Comment #16 from hal at oz dot net 2008-02-17 17:46 --- OK. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #8 from sgk at troutmask dot apl dot washington dot edu 2008-02-17 18:09 --- Subject: Re: IBITS gives compiler error On Sun, Feb 17, 2008 at 01:10:06PM -, dominiq at lps dot ens dot fr wrote: > > I dont want to rant again about gfortran feature, but nevertheless I'll

[Bug target/35193] [4.3 Regression] can't find a register in class 'R1_REGS' while reloading 'asm'

2008-02-17 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2008-02-17 18:10 --- Breakpoint 1, spill_failure (insn=0xea8a90, class=NO_REGS) at ../../gcc/gcc/reload1.c:1986 1986 if (asm_noperands (PATTERN (insn)) >= 0) (gdb) p debug_rtx ($r26) (insn 963 1588 964 132 ../ports/sysdeps/unix/

[Bug awt/16203] need to kill awt helper threads on gui app exit

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #6 from gnu_andrew at member dot fsf dot org 2008-02-17 18:18 --- This does not hang on either current CVS HEAD with cacao or jamvm, or on gij (version 4.3.0 20080213). Can we close this bug? -- gnu_andrew at member dot fsf dot org changed: What|Removed

[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #4 from gnu_andrew at member dot fsf dot org 2008-02-17 18:39 --- Same holds as in Mark's comment for current CVS + CACAO. Capturing works fine when the frame is onscreen, but any part of the frame that is offscreen is not captured. When the Offscreen flag is ticked, the r

[Bug awt/16628] Focus opposites implementation.

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #3 from gnu_andrew at member dot fsf dot org 2008-02-17 18:27 --- Awaiting changes in Gtk+ -- gnu_andrew at member dot fsf dot org changed: What|Removed |Added ---

[Bug middle-end/17876] Attribute "noinline" should be fully moved into cgraph

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2008-02-17 18:37 --- Since 4.3, noinline is now handled completely by cgraph as inlining decisions goes. C and C++ still have duplicated logic on merging declarations, but I am not duplicate_decl expert, so I am leaving this last bit to

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-02-17 19:08 --- Of cause, also the added/modified intrinsics mandate a *texi update. BTW: Thanks for the patch. (In reply to comment #3) > It shouldn't break any tests if they're well written, so it gives us an > opportunity to chec

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-02-17 18:56 --- (In reply to comment #2) > I fear this will break some std tests. You should better use: > > #define GFC_STD_LEGACY (1<<7) /* Backward compatibility. */ > #define GFC_STD_GNU(1<<6) /* GNU Fortran extensi

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-02-17 19:10 --- We do need to fix some things here. The runtime perhaps should catch the invalid of pos + len > 32 for bit_size being 32. Also from my read of the standard the ibits is extracting bits from (in this case) a 32 b

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-02-17 18:51 --- +#define GFC_STD_F2008 (1<<7) /* New in F2008. */ #define GFC_STD_LEGACY (1<<6) /* Backward compatibility. */ #define GFC_STD_GNU(1<<5) /* GNU Fortran extension. */ #define GFC_STD_F2003 (1<<4) /* New

[Bug awt/17782] KeyboardFocusManagers should be partitioned by ClassLoader

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #2 from gnu_andrew at member dot fsf dot org 2008-02-17 18:51 --- This is still present. CACAO + Classpath CVS HEAD gives: java.lang.ThreadGroup[name=main,maxpri=10]: [EMAIL PROTECTED] java.lang.ThreadGroup[name=kfm-thread-group-1,maxpri=10]: [EMAIL PROTECTED] java.lang.Th

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2008-02-17 19:30 --- Path posted. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug c/32511] GCC inlines weak function

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2008-02-17 19:37 --- I think this is feature. If users explicitely declares as inline, then we do that, otherwise we doesn't: /* Don't auto-inline anything that might not be bound within this unit of translation. */ else if (!

[Bug bootstrap/35218] [4.3 regression] build fails on mingw host

2008-02-17 Thread eric dot weddington at atmel dot com
--- Comment #9 from eric dot weddington at atmel dot com 2008-02-17 19:40 --- With that patch I'm now getting: (echo "@set version-GCC 4.3.0"; \ if [ "experimental" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT /bin/sh:

[Bug c/32511] GCC inlines weak function

2008-02-17 Thread sabre at nondot dot org
--- Comment #3 from sabre at nondot dot org 2008-02-17 19:48 --- I understand the desire to optimize with -fpic, but miscompiling the code seems unreasonable... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32511

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread dominiq at lps dot ens dot fr
--- Comment #10 from dominiq at lps dot ens dot fr 2008-02-17 19:56 --- > I don't remember the details for NOT() other than the simplification > isn't simply because of the internal representation with GMP and > GMP does not have a mpz_not function. So, NOT() may accidentally get > the

[Bug libstdc++/35221] [4.3 Regression] libstdc++ broken

2008-02-17 Thread andreast at gcc dot gnu dot org
--- Comment #10 from andreast at gcc dot gnu dot org 2008-02-17 20:17 --- Thanks a lot! sparc-sun-solaris2.8 and hppa*-hp-hpux11.11 build again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35221

[Bug awt/21598] rendering problem with button text

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #5 from gnu_andrew at member dot fsf dot org 2008-02-17 19:44 --- No feedback on this bug from the Gtk+ developers still... -- gnu_andrew at member dot fsf dot org changed: What|Removed |Added --

[Bug c++/32089] Winline reports bogus warning

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2008-02-17 19:45 --- OK, I am switching it to new again ;) However the warning really means that GCC decided to not inline the function because it thinks it is not profitable because it concluded that the call is infrequent. Perhaps you

[Bug awt/20630] GTK 2.8 peer Image and Graphics API reorganization

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #7 from gnu_andrew at member dot fsf dot org 2008-02-17 19:42 --- Is this still valid? GdkPixbufDecoder still lives, but GdkGraphics seems to have gone. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20630

[Bug fortran/35223] IBITS gives compiler error

2008-02-17 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #11 from sgk at troutmask dot apl dot washington dot edu 2008-02-17 19:59 --- Subject: Re: IBITS gives compiler error On Sun, Feb 17, 2008 at 07:10:19PM -, jvdelisle at gcc dot gnu dot org wrote: > --- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-02-17 19

[Bug middle-end/28779] internal compiler error: in cgraph_estimate_size_after_inlining, at ipa-inline.c:106

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #13 from hubicka at gcc dot gnu dot org 2008-02-17 20:32 --- Patch posted. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28779

[Bug c/32511] GCC inlines weak function

2008-02-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug c/32511] GCC inlines weak function

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-02-17 21:05 --- Well, I think we should error for the inline + weak combination, as it doesn't make sense. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32511

[Bug target/35239] New: Build failure when host cc is GCC-2.95,3 or earlier

2008-02-17 Thread gschafer at zip dot com dot au
The build/bootstrap fails in driver-1386.c due to cpuid changes: /tmp/ccWPtRYo.s: Assembler messages: /tmp/ccWPtRYo.s:1895: Error: invalid character '{' in mnemonic /tmp/ccWPtRYo.s:1896: Error: invalid character '{' in mnemonic /tmp/ccWPtRYo.s:1897: Error: invalid character '{' in mnemonic /tmp/cc

[Bug rtl-optimization/35232] [4.3 regression] ICE in fp-int-convert-double.c at -O2

2008-02-17 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2008-02-17 21:33 --- IMO is a bit suspicious that FP<->int conversions in mips.md operate on both FP operands, i.e: (define_insn "fix_truncdfsi2_insn" [(set (match_operand:SI 0 "register_operand" "=f") (fix:SI (match_operand:DF 1 "r

[Bug ada/15479] Ada manual problems

2008-02-17 Thread rwild at gcc dot gnu dot org
--- Comment #3 from rwild at gcc dot gnu dot org 2008-02-17 21:20 --- Subject: Bug 15479 Author: rwild Date: Sun Feb 17 21:20:01 2008 New Revision: 132382 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132382 Log: gcc/ada/: PR documentation/15479 * gnat_ugn.texi: In non-code, av

[Bug c++/35228] template accepting numeric fails with sizeof

2008-02-17 Thread manu at gcc dot gnu dot org
-- manu at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirme

[Bug awt/16729] Component.print() and Component.printAll() does not affect graphics parameter

2008-02-17 Thread gnu_andrew at member dot fsf dot org
--- Comment #5 from gnu_andrew at member dot fsf dot org 2008-02-17 22:11 --- I guess an appropriate testcase would be the Eclipse Visual Editor. Is this known to work with GNU Classpath? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16729

  1   2   >