[Bug c++/24063] [3.4 Regression] Invalid promotion with -fshort-enums

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24063

[Bug c++/24072] [3.4 Regression] diagnostics, oh my!

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |gdr at gcc dot gnu dot org |dot org

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

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24097

[Bug c++/24103] [3.4 Regression] ICE in simple_cst_equal

2005-10-06 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|3.4.5 |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24103

[Bug c/22485] pointer +- integer is never NULL

2005-09-23 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-09-24 05:37 --- (In reply to comment #0) The code void stuff(void); void f(int *p, int x) { int *q = p + x; if (!q) stuff(); } should never call stuff() - the test is unnecessary

[Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]

2005-09-09 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-09-09 14:29 --- Undo last change from rguenth. -- What|Removed |Added Status|RESOLVED

[Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]

2005-09-09 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-09-09 14:30 --- . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2778

[Bug c++/2778] -fdump-translation-unit [Simple patch supplied, needs review]

2005-09-09 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-09-09 15:56 --- . -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |gdr at gcc dot gnu dot

[Bug c/23658] New: bogus warning for missing return value

2005-08-31 Thread gdr at gcc dot gnu dot org
: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: platform independent http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23658

[Bug c++/22034] [4.1 Regression] ICE on valid (local class), dwarf2

2005-08-09 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-08-09 09:41 --- local classes are pervasive in C++. -- What|Removed |Added Severity|normal

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion!

2005-07-23 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-07-23 19:50 --- Bug 22633 has been marked duplicate of this, but that is a bit of strech. However, the stituation has elvolved since 2.95.2 and GCC is now able to detected some forms ofrecursion as real loops. What this bug

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion!

2005-07-23 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-07-24 03:01 --- . -- What|Removed |Added Severity|enhancement |minor

[Bug debug/22583] New: polymorphic local class = ICE in in lookup_decl_die, at dwarf2out.c:5461

2005-07-21 Thread gdr at gcc dot gnu dot org
: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: dberlin at gcc dot gnu dot org,gcc-bugs at gcc dot gnu dot org GCC build triplet: native GCC host

[Bug debug/22583] polymorphic local class = ICE in in lookup_decl_die, at dwarf2out.c:5461

2005-07-21 Thread gdr at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug debug/22583] polymorphic local class = ICE in in lookup_decl_die, at dwarf2out.c:5461

2005-07-21 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-07-21 06:55 --- For some reasons Bugzilla did not want to understand that I'm reporting the bug agains 4.1.0. -- What|Removed |Added

[Bug c++/22238] [4.0/4.1 regression] '#'obj_type_ref' not supported by dump_expr

2005-07-03 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-07-03 14:10 --- (In reply to comment #3) Subject: Re: [4.0/4.1 regression] '#'obj_type_ref' not supported by dump_expr pinskia at gcc dot gnu dot org [EMAIL PROTECTED] writes: | --- Additional Comments From pinskia

[Bug c++/18279] [4.0/4.1 regression] missing function bodies from -fdump-translation-unit

2005-07-03 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-07-03 15:37 --- fixed for 4.1.0 -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/22227] g++ 4.0.0 has issues with the typedef of reference

2005-06-29 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-06-29 14:41 --- (In reply to comment #5) Subject: Re: g++ 4.0.0 has issues with the typedef of reference Well it compiles perfectly fine on a Sun Solaris Machine with Sun Studio 9 installed that has the Sun CC

[Bug libstdc++/22200] numeric_limitssigned::is_modulo is inconsistend with gcc

2005-06-27 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-06-27 16:21 --- (In reply to comment #1) INT_MAX/-1 is undefined. and signed overflow is undefined. Why file this bug when the comments on the list say this is not a bug? (In reply to comment #5) Actually it is modulo

[Bug libstdc++/22200] numeric_limitssigned::is_modulo is inconsistend with gcc

2005-06-27 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-06-27 18:25 --- Andrew is being silly. -- What|Removed |Added Status|RESOLVED

[Bug c/21759] Implement warning for codes at the intersection of C and C++

2005-06-09 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-06-09 15:05 --- working on it. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |gdr

[Bug c/21759] New: feature request: implement warning for codes at the intersection of C and C++

2005-05-25 Thread gdr at gcc dot gnu dot org
: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host

[Bug bootstrap/21683] [Regression] build failure on i386-mingw (sys/wait.h header)

2005-05-22 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-05-22 17:06 --- Patch applied. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/21701] No flag to turn off warning: warning: template-argument `anonymous enum' uses anonymous type

2005-05-21 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-05-21 18:55 --- People should not hastly close bug PRs without proper analysis. -- What|Removed |Added

[Bug c++/21667] New: misleading warning about array subscription

2005-05-19 Thread gdr at gcc dot gnu dot org
: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host

[Bug c/21668] New: gratuitous warning about extern const with initializer

2005-05-19 Thread gdr at gcc dot gnu dot org
-- Summary: gratuitous warning about extern const with initializer Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr

[Bug libstdc++/21131] Mismatch in comments for m4 config macros in libstdc++

2005-05-03 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-05-03 10:01 --- Applied 3.3.x patch too. -- What|Removed |Added Target Milestone|3.4.4

[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string

2005-05-02 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-05-02 14:42 --- (In reply to comment #9) Does the C++ standard mention multithreading and Posix threads? ;) That is a very uninteresting question. You're quite right that the C++ standard does not mention usability, though

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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 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

[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 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

[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 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

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

2005-04-28 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-28 08:23 --- (In reply to comment #6) Um... first of all, this works on 3.4 branch only by accident, i.e. I think the underlying problem is still present there. What happens is that a call has an argument containing

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

2005-04-28 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-28 08:34 --- (In reply to comment #15) Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01713.html. Roger -- Are you still confident in this patch (as you said last Jan) for 3.3.6? -- Gaby -- http

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

2005-04-28 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-28 08:36 --- (In reply to comment #4) I don't know if there is anything we can do about 3.3.x but who knows. No PowerPC maintainer seems to be interested in this. Will most likely close as wontfix. -- Gaby -- http

[Bug c++/20476] [3.3 Regression] g++ crashes with a contrived template mistake.

2005-04-28 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-28 08:38 --- (In reply to comment #2) Confirmed, only a regression for 3.3.x. This is infinite loop in the g++ parser. Since, it is ICE on invalid code, it is not critical at this time. -- Gaby -- What

[Bug c++/18644] [3.3/3.4 regression] -Wsynth warning in complex

2005-04-04 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-04-04 07:56 --- Fixed on all active branches. -- What|Removed |Added Status|ASSIGNED

[Bug c++/17115] [3.3 Regression] -Winline does not respect __attribute__((__noinline__))

2005-01-20 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-01-21 03:53 --- (In reply to comment #8) The patch was tested succesfully on latest 3.3 branch too. I'm waiting for branch unfreeze to commit it there. Giovanni -- gcc-3.3 is unfrozen. Do you still consider your patch

[Bug target/14484] [3.3 regression] -mabi=64 and -O - as error

2005-01-20 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-01-21 04:13 --- I don't think this bug will be fixed for 3.3.x. The testcas is known to work 3.4.x (higher I suppose). So closing as won't fix. -- What|Removed |Added

[Bug c++/14507] [3.3 Regression] Wacky Template ICE

2005-01-20 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2005-01-21 04:17 --- This bugs seems to have been introduced in 3.0.x. It is fixed in 3.4.x and higher. Fixing this requires fiddling with name lookup and and the template handling code. I don't think that is wise at this point

[Bug libstdc++/19209] New: libstdc++ tempers with user name space

2004-12-30 Thread gdr at gcc dot gnu dot org
: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: plateform independent http://gcc.gnu.org

[Bug tree-optimization/19196] New: Confusing identifiers in diagnostics

2004-12-29 Thread gdr at gcc dot gnu dot org
at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: native, target-independent http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19196

[Bug c++/18279] New: missing function bodies from -fdump-translation-unit

2004-11-02 Thread gdr at gcc dot gnu dot org
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: native, plateform

[Bug bootstrap/7817] [3.3/3.4 regression] Link to gcc man page in g++ man page incorrect

2003-12-21 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2003-12-21 18:12 --- I don't think, anyone is going to fix this for 3.3.x -- What|Removed |Added Status

<    2   3   4   5   6   7