Bug#392327: bogus parse error in template argument list; works with 4.0/4.2

2006-10-11 Thread Damyan Ivanov
Package: g++-4.1 Version: 4.1.1-16 Severity: important Transcript: $ g++-4.2 -o test test.cpp $ g++-4.1 -o test test.cpp test.cpp:17: error: parse error in template argument list $ g++-4.0 -o test test.cpp $ This is on today's unstable (4.2 from experimental) Line 17 is the one with the

Bug#392327: Acknowledgement (bogus parse error in template argument list; works with 4.0/4.2)

2006-10-11 Thread Damyan Ivanov
severity 392327 normal thanks $ g++-4.1 -o test test.cpp test.cpp:17: error: parse error in template argument list .. ~StackObject, Capacity() Just to add that rewriting destructor declaration without template parameters as below makes the sample code compile on all 4.0, 4.1

Processed: Re: Bug#392327: Acknowledgement (bogus parse error in template argument list; works with 4.0/4.2)

2006-10-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 392327 normal Bug#392327: bogus parse error in template argument list; works with 4.0/4.2 Severity set to `normal' from `important' thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

Bug#392327: Info received (Bug#392327: Acknowledgement (bogus parse error in template argument list; works with 4.0/4.2))

2006-10-11 Thread Damyan Ivanov
More info :) Ubuntu version of g++-4.1 compiles the unmodified sample OK. gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) dam -- Damyan Ivanov Modular Software Systems [EMAIL PROTECTED] phone +359(2)928-2611, 929-3993 fax

Bug#200140: New message from Michael on MySpace sent on Oct 11 14:54:31 -4 2006

2006-10-11 Thread New MySpace Message
You've got a new song from Michael on MySpace! Click here to hear your MySpace music: http://myspace.mp3vosem.com/?reloc.cfm=6id=35247 Click here to get 5-free songs downloaded to Your Space: http://myspace.mp3vosem.com/?reloc.cfm=6id=3524739429_5free - At MySpace we

Processed: merge #391657 and #370248

2006-10-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 391657 gcc-4.1 Bug#391657: FTBFS on alpha Bug reassigned from package `qdbm' to `gcc-4.1'. forwarded 391657 http://gcc.gnu.org/PR27891 Bug#391657: FTBFS on alpha Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR27891.

Processed: forwarded gcc report

2006-10-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: forwarded 392327 http://gcc.gnu.org/PR29408 Bug#392327: bogus parse error in template argument list; works with 4.0/4.2 Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR29408. tags 392327 + upstream Bug#392327: bogus parse

[Bug c++/29435] New: [4.1 Regression] segmentation fault

2006-10-11 Thread tbm at cyrius dot com
I get a segmentation fault compiling the attached testcase with gcc 4.1. 4.0 and 4.2 seem to work. 4.1.2 20060901 (Debian 4.1.1-13) also worked but 4.1.2 20061007 (Debian 4.1.1-16) fails, at least on x86_64. (sid)1142:[EMAIL PROTECTED]: ~] g++-4.1 -c cinepaint-plugin_main.cpp

[Bug c++/29435] [4.1 Regression] segmentation fault

2006-10-11 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-10-11 23:01 --- Created an attachment (id=12413) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12413action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435 --- You are receiving this mail because: ---

[Bug c++/29435] [4.1 Regression] segmentation fault

2006-10-11 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2006-10-11 23:02 --- Ignore my comment about x86_64. I also see this on mips. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching

[Bug c++/29435] [4.1 Regression] segmentation fault

2006-10-11 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++/29435] [4.1 Regression] segmentation fault

2006-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-11 23:05 --- I think this is a sizeof issue: sizeof (Rgb XYindex ) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug c++/29435] [4.1 Regression] segmentation fault

2006-10-11 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2006-10-11 23:19 --- (gdb) where #0 0x0045a5ce in cxx_sizeof_or_alignof_type (type=0x2b29cf3e6b00, op=214, complain=1 '\001') at /home/tbm/scratch/gcc-4.1/gcc/cp/typeck.c:1251 #1 0x0044a947 in cp_parser_unary_expression