[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2006-07-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||28357 nThis|| http://gcc.g

Bug#378012: application bug

2006-07-12 Thread Martin Michlmayr
reassign 378012 gnome-vfsmm2.6 tags 378012 - upstream notforwarded 378012 retitle 378012 FTBFS with GCC 4.2: violates "One Definition Rule" thanks I'm being told this is a bug in the application. "The code is invalid as the anonymous namespace causes an ODR violation." 18:09 < pinskia> tbm: PR 2

Processed: application bug

2006-07-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 378012 gnome-vfsmm2.6 Bug#378012: undefined reference when header contains additional namespace Bug reassigned from package `gcc-4.2' to `gnome-vfsmm2.6'. > tags 378012 - upstream Bug#378012: undefined reference when header contains additional

Bug#378012: explanation

2006-07-12 Thread Martin Michlmayr
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-12 17:09 --- To better explain: test::MonitorHandle references a class in an anonymous namespace which causes that class to be different in each TU. Since ODR rules say the class needs to be the same across TUs so we declare test:

[Bug c/28280] [4.2 regression] bogus "statement with no effect" warning with VLA and typeof

2006-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-07-12 17:23 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-12 17:09 --- To better explain: test::MonitorHandle references a class in an anonymous namespace which causes that class to be different in each TU. Since ODR rules say the class needs to be the same across TUs so we declare tes

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-12 17:05 --- The code is invalid as the anonymous namespace causes an ODR violation. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

Processed: Re: Bug#378012: undefined reference when header contains additional namespace

2006-07-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > forwarded 378012 http://gcc.gnu.org/PR28360 Bug#378012: undefined reference when header contains additional namespace Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR28360. > tags 378012 + upstream Bug#378012: undefined referen

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread fang at csl dot cornell dot edu
-- fang at csl dot cornell dot edu changed: What|Removed |Added CC||fang at csl dot cornell dot |

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-07-12 16:51 --- This was caused by: r115086 | jason | 2006-06-30 03:15:56 +0200 (Fri, 30 Jun 2006) | 58 lines -- tbm at cyrius dot com changed: What|Removed |Added --

Bug#378012: undefined reference when header contains additional namespace

2006-07-12 Thread Martin Michlmayr
Package: gcc-4.2 Version: 4.2-20060709-1 I reported this as PR28360. > Automatic build of gnome-vfsmm2.6_2.10.0-1 on test.track.rz.uni-augsburg.de > by sbuild/powerpc 0.47 ... > powerpc-linux-gnu-g++ -Wall -g -O2 -o .libs/example main.o > ../../libgnomevfs/libgnomevfsmm/.libs/libgnomevfsmm-2.6

[Bug c++/24791] ICE on invalid instantiation of template's static member

2006-07-12 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-07-12 16:14 --- *** Bug 28316 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28316] [4.0/4.1/4.2 Regression] ICE in in instantiate_decl, at cp/pt.c:11645

2006-07-12 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-07-12 16:14 --- With little modifications one can trigger all sorts of behaviour: ICEs in different places and accepts-invalid bugs. *** This bug has been marked as a duplicate of 24791 *** -- reichelt at gcc dot gnu dot org

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added Keywords||link-failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28360 --- You a

[Bug c++/28360] [4.2 regression] undefined reference when header contains additional namespace

2006-07-12 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added CC||debian-gcc at lists dot ||debian

Bug#376616: FTBFS with GCC 4.2: warning: statement with no effect

2006-07-12 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-07-06 11:17]: > * Frank Ch. Eigler <[EMAIL PROTECTED]> [2006-07-04 13:51]: > > According to Roland McGrath, this is likely a bug in gcc rather than > > elfutils. Would you mind redirecting the bug report in that > > direction? > http://gcc.gnu.org/bugzi

Processed: upstream

2006-07-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 377613 + upstream Bug#377613: ICE in dwarf2out_finish, at dwarf2out.c:14117 There were no tags set. Tags added: upstream > forwarded 377613 http://gcc.gnu.org/PR26881 Bug#377613: ICE in dwarf2out_finish, at dwarf2out.c:14117 Noted your statement t

[Bug c/28280] [4.2 regression] bogus "statement with no effect" warning with VLA and typeof

2006-07-12 Thread mrs at apple dot com
--- Comment #6 from mrs at apple dot com 2006-07-12 13:13 --- I have checked in a fix for this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28280 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNS

[Bug c/28280] [4.2 regression] bogus "statement with no effect" warning with VLA and typeof

2006-07-12 Thread mrs at gcc dot gnu dot org
--- Comment #5 from mrs at gcc dot gnu dot org 2006-07-12 13:12 --- Subject: Bug 28280 Author: mrs Date: Wed Jul 12 13:12:08 2006 New Revision: 115369 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115369 Log: PR c/28280 * c-parser.c (c_parser_typeof_specifier):

Processed: tags gcc report

2006-07-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 373895 + pending Bug#373895: [PR28016] g++-4.1: "multiple definition" linker errors with code that used to work Tags were: upstream Bug#376871: Wrong template constant as symbol (PR28016). Tags added: pending > tags 373895 + fixed-upstream Bug#37

[Bug c++/28016] [4.1 Regression] emitting template constant

2006-07-12 Thread mmitchel at gcc dot gnu dot org
--- Comment #14 from mmitchel at gcc dot gnu dot org 2006-07-12 07:23 --- Fixed in 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug c++/28016] [4.1 Regression] emitting template constant

2006-07-12 Thread mmitchel at gcc dot gnu dot org
--- Comment #13 from mmitchel at gcc dot gnu dot org 2006-07-12 07:22 --- Subject: Bug 28016 Author: mmitchel Date: Wed Jul 12 07:22:47 2006 New Revision: 115365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115365 Log: PR c++/28016 * decl.c (cp_finsh_decl): Do