[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-04-30 07:37 --- I may have a discovered a related bug with a large program using STL (hash_set). I've tried to simplify somewhat, and I have some comments arising from some hacking with gdb (ddd). As a previous p

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-04-30 Thread rakdver at atrey dot karlin dot mff dot cuni dot cz
--- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz 2005-04-30 07:54 --- Subject: Re: [PR tree-optimization/21029, RFC] harmful chrec type conversions Hello, > Alexandre Oliva wrote: > > > > This is not a final patch; if the idea is considered sound, I'd s

[Bug middle-end/21282] [4.1 Regression] Converting floor into lfloor built-in function

2005-04-30 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-30 07:59 --- I think that the best way to fix problems with missing floorf(), floorl(), ceilf() and ceill() builtins is to completely disable all (int)floor() and (int)ceil() optimizations for !TARGET_C99_FUNCTIONS. I'll make

[Bug libstdc++/21286] [4.0/4.1 Regression] filebuf::xsgetn vs pipes

2005-04-30 Thread pcarlini at suse dot de
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21286

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

2005-04-30 Thread jpr at essi dot fr
When building gcc, it is not clear in the documentation (at least to me) how to configure the C++ standard library so that it accepts locales other than C and POSIX. The versions before g++-3.4 did accept them by default, but it is not the case for g++-3.4 and gcc-4 apparently. -- Summ

[Bug middle-end/21291] [4.0/4.1 Regression] can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2005-04-30 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-30 08:25 --- Could this be related to PR19398: secondary reloads don't consider "m" alternatives? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21291

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

2005-04-30 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-04-30 09:08 --- Oops, I reduced the code in comment #1 too much. This shows the problem. //dllimport_array.C // This causes 'initializer element is not constant' error in C, // static_initialization_and_de

[Bug middle-end/21291] [4.0/4.1 Regression] can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2005-04-30 Thread pluto at pld-linux dot org
--- Additional Comments From pluto at pld-linux dot org 2005-04-30 09:35 --- (In reply to comment #5) > (In reply to comment #3) > > I can't build the Objective Caml compiler with this gcc error :/ > > (...) > Also using -fomit-frame-pointer works around the problem by adding > a

[Bug c/21296] New: Missed warning

2005-04-30 Thread neil at gcc dot gnu dot org
-Wall warns about most statements with no effect. However, it doesn't warn about volatile int v; void foo(void) { &v; } -- Summary: Missed warning Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: minor Priority: P2

[Bug target/20046] [3.3 regression] [powerpc-linux] 3.3 CVS miscompiles bind 9.3.0

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:03 --- No maintainer is interested in fixing this. -- What|Removed |Added Status|UNCONFIRME

[Bug c++/18384] [3.3 Regression] ICE on zero-length array with empty initializer...

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:08 --- will not fix in 3.3.x -- What|Removed |Added Target Milestone|3.3.6 |3.4

[Bug c/18465] [3.3 only] static function with asm("name") and attribute("used") not emitted

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:09 --- - -- What|Removed |Added Status|NEW |RESOLVED Resol

[Bug target/18509] [3.3 only] [hppa] try-catch program fails when compiled with frame pointers

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:10 --- Not critical. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/18856] [3.3 regression] Missing .loc information after prologue

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:12 --- work for 3.4.x, won't fix in 3.3.x -- What|Removed |Added Status|NEW

[Bug middle-end/18952] [3.3 only] compiler internal error

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:13 --- As per target maintainer comments. -- What|Removed |Added Status|NEW

[Bug c++/19018] [3.3 Regression] virtual memory exhausted

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:15 --- Won't fix for 3.3.6. Suggest upgrade to 3.4.x -- What|Removed |Added Status|NEW

[Bug middle-end/19164] [3.3 Regression] ICE in digest_init or build_vector

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:16 --- Not critical for 3.3.6 -- What|Removed |Added Target Milestone|3.3.6 |3.

[Bug c++/19254] [3.3 Regression] Dynamically sized static multidimensional array access in constructor uses wrong address

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:18 --- Not critical for 3.3.6 -- What|Removed |Added Status|NEW |RE

[Bug c++/19487] [3.3 Regression] map with a class template + method template fails to compile.

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:19 --- won't fix for 3.3.6. Fixed in 3.4.x -- What|Removed |Added Target Milestone|3.3.6

[Bug middle-end/19164] [3.3 Regression] ICE in digest_init or build_vector

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:23 --- fixed on 3.4.x -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/18465] [3.3 only] static function with asm("name") and attribute("used") not emitted

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:25 --- not critical for 3.3.6 -- What|Removed |Added Resolution|WORKSFORME |WO

[Bug c++/18384] [3.3 Regression] ICE on zero-length array with empty initializer...

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:26 --- fixed for 3.4.x -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/18327] [3.3 Regression] ICE while compiling valid c code with g++

2005-04-30 Thread gdr at gcc dot gnu dot org
-- Bug 18327 depends on bug 18384, which changed state. Bug 18384 Summary: [3.3 Regression] ICE on zero-length array with empty initializer... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18384 What|Old Value |New Value -

[Bug c/13842] [3.3 Regression] static inline emitted when not used

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:30 --- Not critical. Fixed in 3.4.x -- What|Removed |Added Status|NEW

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:34 --- Won't fix for 3.3.6 -- What|Removed |Added Status|WAITING |RESOL

[Bug c++/14865] [3.3 Regression] No instantiation of VTT at -O1

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:37 --- As per comment #10, there is no proposed patch for 3.3.6. Closing as won't fix.. -- What|Removed |Added --

[Bug libstdc++/15154] [3.3 Regression] Lib doesn't provide implementations for some bitset extensions

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:40 --- won't fix for 3.3.6. Works for 3.4.0 and higher -- What|Removed |Added Status|NEW

[Bug target/15539] [3.3 Regression] With using strtol fonction : "internal compiler error: in propagate_one_insn, at flow.c:1642"

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:40 --- won't fix for 3.3.6. Works in 3.4.0 and higher. -- What|Removed |Added Status|NEW

[Bug rtl-optimization/15853] [3.3 Regression] temporaries are not destroyed and overwritten later

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:44 --- Chnages to fix this bug would happen in the middle=end which is risky at this point. Therefore it won't be fixed for 3.3.6. It fixed in 3.4.0 though. -- What|Removed |Added

[Bug rtl-optimization/16152] perl-5.8.4 fails to build using gcc-3.3.4 on {ia64,arm,m68k}-linux

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:46 --- removing target milestone -- What|Removed |Added Target Milestone|3.3.6

[Bug c++/16391] [3.3 Regression] Segmentation fault when mixing inheritance, templates and friends

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:47 --- won't fix for 3.3.6. Works in 3.4.0 and higher -- What|Removed |Added Status|NEW

[Bug c++/16413] [3.3 regression] operator() of private member accessible

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:48 --- Access control has been reworked on 3.4.x and is known to be bogus in several respect in 3.3.x and previous. Won't fix in 3.3.6. Suggest upgrade to 3.4.x or higher. -- What|Removed

[Bug c++/16781] [3.3 regression] ICE in cxx_scope_find_binding_for_name with missing 'template' disambiguator

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:51 --- won't fix for 3.3.6. The root of the bug has been cured in 3.4.x with the new parser. -- What|Removed |Added

[Bug debug/16788] [3.3 regression] Incorrect DWARF-2 offset for long long struct member

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:51 --- Not critical for 3.3.6. Fixed in 3.4.0 and higher. -- What|Removed |Added Status|NE

[Bug target/17317] [3.3 Regression] Match Constraints for *movdf_insn fails

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:53 --- won't fix for 3.3.5. Fixed in 3.4.x -- What|Removed |Added Status|NEW

[Bug other/17361] [3.3 Regression] gcc driver complains about C++ options when assembling

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:54 --- As per comment #6 -- What|Removed |Added Status|NEW |RESOLVE

[Bug c++/17391] [3.3 regression] template parameter accepted on typedef name

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:55 --- Not ciritcal for 3.3.6. Fixed in 3.4.1 -- What|Removed |Added Status|NEW

[Bug middle-end/17818] [3.3 Regression] Segfault in can_throw_internal

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 13:57 --- won't fix in 3.3.6. Works with 3.4.0 and higher. -- What|Removed |Added Status|NEW

[Bug libstdc++/21286] [4.0/4.1 Regression] filebuf::xsgetn vs pipes

2005-04-30 Thread ralfixx at gmx dot de
--- Additional Comments From ralfixx at gmx dot de 2005-04-30 14:16 --- Paolo Carlini wrote: > I'd like to know your opinion, as a user: are you > noticing worthwhile performance improvements? > Would you consider very annoying trying to read again > (calling clear()), when pipes are use

[Bug ada/19959] [4.0/4.1 Regression] Can't compile gnattools for the cross targets

2005-04-30 Thread berndtrog at yahoo dot com
--- Additional Comments From berndtrog at yahoo dot com 2005-04-30 14:29 --- Arnaud Charlet wrote: >Should be fixed now. Can you please describe how you tested the patch? I still get the errors in 4_0-branch and head! Why does the '--disable-libada' switch disable gnattools-cross? --

[Bug c++/13560] [3.3 regression] wrong file name in error message

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:31 --- (In reply to comment #12) > Fixed also in 3.4.3, Gaby is this okay to apply to the 3.3 branch when it opens up again? This patch does not seem to apply cleanly to 3.3.6 which as a different logic. will close as

[Bug c/13842] [3.3 Regression] static inline emitted when not used

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:32 --- closing as fixed for 3.4.x -- What|Removed |Added Target Milestone|3.4.0

[Bug c/14635] [3.3 Regression] nan functions should not be C90 built-ins

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:36 --- Patch does not apply to 3.3.6 source. closing as fixed in 3.4.x -- What|Removed |Added

[Bug target/14766] [3.3 only] mips-sgi-irix6.5 testsuite failure in gcc.dg/overflow-1.c with -mabi=64

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:38 --- fixed in 3.4.0. won't fix for 3.3.6 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14766

[Bug c++/19869] [3.3 Regression] Allow to non-friend class to get access to function pointer

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:41 --- access control is known broken in 3.3.x and previous. -- What|Removed |Added Status|

[Bug c++/20004] [3.3 Regression] G++ disregards __attribute__((regparm(3))) when calling through a const pointer

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:42 --- won't fix for 3.3.6. Works in 3.4.0 and higher. -- What|Removed |Added Status|NEW

[Bug c++/19666] [3.3 Regression] Trouble with prt-to-members: rejects-valid/ICE in fold_convert

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:46 --- fixed in 3.4.4. Won't fix for 3.3.6 -- What|Removed |Added Status|NEW

[Bug rtl-optimization/19685] [3.3 Regression] ICE in verify_local_live_at_start, at flow.c:574

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:47 --- won't fix for 3.3.6. Works in 3.4.4 and higher. -- What|Removed |Added Status|NEW

[Bug target/19718] [3.3 Regression] longcall attributed doesn't work for standard C function names

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 14:48 --- won't fix in 3.3.6. Known workaround. -- What|Removed |Added Status|UNCONFIRMED

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

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 14:56 --- What option are you taking about? The standard way of changing the locale is either by the LC_*/LANG environment variable or using the locale class. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2129

[Bug c/21296] [3.3 Regression] Missed warning

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 15:02 --- Hmm, this is only a regression with 3.3, there might be another bug related to this then. -- What|Removed |Added

[Bug c++/19487] [3.3 Regression] map with a class template + method template fails to compile.

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 15:08 --- Fixed so closing as such. -- What|Removed |Added Status|NEW

[Bug c/21296] [3.3 Regression] Missed warning

2005-04-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|3.3.3 |3.3.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21296

[Bug c/21296] [3.3 Regression] Missed warning

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 15:15 --- Fixed in 3.4.0 and above, This is only a diagnostic problem which is why I am closing it. -- What|Removed |Added

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

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 15:35 --- I think this is a dup of bug 21081. -- What|Removed |Added BugsThisDependsOn|

[Bug libstdc++/21286] [4.0/4.1 Regression] filebuf::xsgetn vs pipes

2005-04-30 Thread ncm-nospam at cantrip dot org
--- Additional Comments From ncm-nospam at cantrip dot org 2005-04-30 15:48 --- A note for Ralf: It is incorrect to use cin.eof() to watch for the end of a stream. The correct flag to check is fail(). eof() is really meant for seeing if that's why op>> failed. -- http://gcc.gnu.

[Bug c++/17629] Top-level using declaration which conflicts with an existing name is not diagnosed

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 15:54 --- Fixed in 4.0.0 and above. -- What|Removed |Added Status|NEW

[Bug c/21297] New: buf[i+i]=0 stores buf[i] when -O2

2005-04-30 Thread akr at m17n dot org
gcc 4.0.0 optimization seems to have a problem. In the f function in following source, buf[i+i] = '\0' stores '\0' to buf[2]. But it should store to buf[4]. % cat t.c extern int printf (__const char *__restrict __format, ...); void f(char *buf) { int i; for (i = 0; i < 2; i++) ; printf("i=

[Bug middle-end/21297] [4.0/4.1 Regression] buf[i+i]=0 stores buf[i] when -O2

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 16:00 --- This is another expand issue: ;; *((char *) (unsigned int) (i + i) + buf) = 0 (insn 27 25 0 (set (mem:QI (plus:SI (mult:SI (reg/v:SI 60 [ i ]) (const_int 1 [0x1])) (reg/v/

[Bug target/18004] [3.3 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2005-04-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-30 16:01 --- Subject: Bug 18004 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2005-04-30 16:01:38 Modified files: gcc: Change

[Bug java/15735] Should be able to disable bytecode verification

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 16:03 --- Hmm, maybe this should be closed as will not fix as the new verify fixes almost if not all the problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15735

[Bug c++/21008] [3.4/4.0/4.1 Regression] Acess failure in accessing data member of base class from derived template class

2005-04-30 Thread lerdsuwa at gcc dot gnu dot org
-- What|Removed |Added CC||lerdsuwa at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/s

[Bug libgcj/19621] Network-performance issue in java.io.PrintStream

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

[Bug other/19688] gcc-3.4.3 failed to compile on a Slackware Linux system

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 16:12 --- No feedback in 3 months. -- What|Removed |Added Status|WAITING

[Bug target/18004] [3.3 Regression] ICE in output_constant_pool_2 for aligned(1) float in struct

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 16:19 --- Patch applied to 3.3.6. -- What|Removed |Added Status|NEW |R

[Bug middle-end/18238] ICE in convert_move, at expr.c:588

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 16:20 --- *** This bug has been marked as a duplicate of 16104 *** -- What|Removed |Added

[Bug rtl-optimization/16104] [3.3/3.4 regression] ICE in reload_cse_simplify_operands, at postreload.c:378 with SSE2 code on -O2

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

[Bug c/18322] [3.3 Regression] __func__ diagnostic in bad location

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 16:31 --- Fixed in 3.4.x. Thr formating machinery is different in 3.3.6 and this is not critical for 3.3.6. So closing. -- What|Removed |Added

[Bug c++/19666] [3.3 Regression] Trouble with prt-to-members: rejects-valid/ICE in fold_convert

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 16:33 --- Fixed in 3.4.3. Won't fix for 3.3.6. -- What|Removed |Added Target Milestone|3.4.4

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

2005-04-30 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-04-30 17:10 --- Fixing. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebotcazou

[Bug other/14884] [3.3 only] rpc/xdr.h should be fixincluded

2005-04-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-30 17:14 --- Subject: Bug 14884 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2005-04-30 17:14:28 Modified files: gcc: Change

[Bug other/14884] [3.3 only] rpc/xdr.h should be fixincluded

2005-04-30 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-30 17:16 --- Applied to 3.3.6 too. -- What|Removed |Added Status|NEW |RES

[Bug objc/21298] New: Objc does not bootstrap

2005-04-30 Thread schnetter at aei dot mpg dot de
I got the sources from CVS today (2005-04-30) and configured with ~/src/gcc/configure --prefix=$HOME --enable-languages=c,ada,c++,f95,java,objc,obj-c++,treelang The following make command make bootstrap aborts and produces the error messages stage1/xgcc -Bstage1/ -B/home/

[Bug target/20808] Unrecognizable insn

2005-04-30 Thread berndtrog at yahoo dot com
--- Additional Comments From berndtrog at yahoo dot com 2005-04-30 17:23 --- I can confirm this bug for 3.4.2, but not for 3.4.3 and later(4_0, HEAD). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20808

[Bug objc/21298] Objc does not bootstrap

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 17:24 --- It is objc-C++ which does not bootstrap and that is known. -- What|Removed |Added

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and "inline function used but never defined"

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-04-30 17:29 --- Following up my earlier comment: It appears that some code, which is intended to improve the user diagnostics, can in fact break the template instantiation process, for the reason stated in the comm

[Bug rtl-optimization/21299] New: internal error on invalid asm statement (3.2, 3.3, 3.4, 4.0)

2005-04-30 Thread mikulas at artax dot karlin dot mff dot cuni dot cz
The following incorrect code compiled with -O, -O2 or -O3 generates an internal error. Bug happens on gcc-3.2.3, gcc-3.3.3, gcc-3.4.3, gcc-4.0.0 void f(unsigned long long a) { __asm__ ("nop"::"ad"(a)); } as.c: In function 'f': as.c:4: error: unrecognizable insn: (insn:HI 12 7 13 0 (parallel [

[Bug target/19636] Can't compile ethernut OS (avr-gcc)

2005-04-30 Thread berndtrog at yahoo dot com
--- Additional Comments From berndtrog at yahoo dot com 2005-04-30 17:41 --- I can confirm this bug for 4_0 and head (using -Os). Note: gcc-head-2004-12-07 compiles usart.i OK. gcc-head-2004-12-29 fails with: usart.c: In function 'UsartIOCtl': usart.c:821: error: unable to find a regis

[Bug tree-optimization/21278] Move maximum out of a loop

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

[Bug fortran/13082] Function entries and entries with alternate returns not implemented

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

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5 and 95

2005-04-30 Thread pinskia at gcc dot gnu dot org
-- Bug 15502 depends on bug 13082, which changed state. Bug 13082 Summary: Function entries and entries with alternate returns not implemented http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13082 What|Old Value |New Value -

[Bug fortran/18824] [g77 regression] ENTRY with alternate return causes compiler segfault

2005-04-30 Thread pinskia at gcc dot gnu dot org
-- Bug 18824 depends on bug 13082, which changed state. Bug 13082 Summary: Function entries and entries with alternate returns not implemented http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13082 What|Old Value |New Value -

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-04-30 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 13082, which changed state. Bug 13082 Summary: Function entries and entries with alternate returns not implemented http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13082 What|Old Value |New Value -

[Bug fortran/17423] gfortran segfault when compiling FM509.f from NIST testsuite

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 17:54 --- The reduced testcase in Comment #7 still ICEs. -- What|Removed |Added Target Milestone|--

[Bug java/20910] gcc-4_0-brach GCJ ICE

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 17:57 --- This is fixed in 4.0.1. *** This bug has been marked as a duplicate of 21022 *** -- What|Removed |Added -

[Bug debug/21022] [4.0 only] ICE while compiling GdkFontMetrics.class with stabs debugging

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 17:57 --- *** Bug 20910 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug tree-optimization/21236] force_gimple_operand destroys trees passed to it

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

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

2005-04-30 Thread andrea at poisson dot phc dot unipi dot it
[EMAIL PROTECTED]:~/gcc/OrbFit3.2/src/suit$ gfortran -I../include -c astrometric_observations.f90 astrometric_observations.f90: In function 'jplradar_transform': astrometric_observations.f90:1679: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source

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

2005-04-30 Thread andrea at poisson dot phc dot unipi dot it
--- Additional Comments From andrea at poisson dot phc dot unipi dot it 2005-04-30 18:21 --- Created an attachment (id=8770) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8770&action=view) source file causing ICE Source file causing ICE. It's part of the OrbFit Software Package av

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

2005-04-30 Thread jpr at essi dot fr
--- Additional Comments From jpr at essi dot fr 2005-04-30 18:45 --- Subject: Re: Configuring g++ library for various locales ? pinskia at gcc dot gnu dot org wrote: >--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 >14:56 --- >What option are you takin

[Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3

2005-04-30 Thread jorgen at fabeljet dot com
the exact version of GCC; the system type; the options given when GCC was configured/built; --- Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/u

[Bug c++/21301] Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3

2005-04-30 Thread jorgen at fabeljet dot com
--- Additional Comments From jorgen at fabeljet dot com 2005-04-30 18:50 --- Created an attachment (id=8771) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8771&action=view) Preprocessed compiler input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21301

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

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 19:00 --- Confirmed, reduced testcase: TYPE ast_obs DOUBLE PRECISION, DIMENSION(:), POINTER :: geopos END TYPE ast_obs TYPE(ast_obs), PARAMETER :: undefined_ast_obs = AST_OBS(NULL()) CONTAINS SUBROUTINE read_rwo

[Bug fortran/21302] New: Max line length in free form mode

2005-04-30 Thread pinskia at gcc dot gnu dot org
I don't know if this is not a bug but I found this will looking into 21300, take the following Fortran free formed code: if (abs(aa).gt.999.d0.or.abs(bb).gt.99 9.d0.or.abs().gt.999.d0) THEN endif end program Note th

[Bug fortran/21303] New: "Positive width required in format string"

2005-04-30 Thread pinskia at gcc dot gnu dot org
Another bug while compiling OrbFit. 299 FORMAT('Scaling LOV=',L/'Second LOV=',L) END ICC 8.1 accepts this. -- Summary: "Positive width required in format string" Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: rejects-valid

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

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 19:45 --- (In reply to comment #2) > I think there is another bug which will block OrbFit compiling, I will see if > I can reduce that one too. Note I filed PR 21301 and bug 21302 for those issues. -- http://gcc

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

2005-04-30 Thread olh at suse dot de
compiling kdebindings hangs after a while. the attached testcase (680k) takes a very long time to compile. [EMAIL PROTECTED]:~> /usr/bin/time ./install_gcc41-1-O1/libexec/gcc/powerpc-unknown-linux-gnu/4.1.0/cc1plus -fpreprocessed /tmp/sipqtpart0.ii -quiet -dumpbase sipqtpart0.cpp -auxbase-strip

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

2005-04-30 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-04-30 19:54 --- You are not telling us which is your target. I would guess it's not a GNU system and in that case unfortunately we cannot help you, at least not in the short term: named locales are currently supported only on GNU

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

2005-04-30 Thread olh at suse dot de
--- Additional Comments From olh at suse dot de 2005-04-30 19:54 --- Created an attachment (id=8772) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8772&action=view) sipqtpart0.ii.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21304

[Bug c++/21301] Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3

2005-04-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 19:57 --- Fixed for 3.4.0 and above. *** This bug has been marked as a duplicate of 13578 *** -- What|Removed |Added --

  1   2   >