[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-12-03 Thread dannysmith at gcc dot gnu dot org
--- Comment #12 from dannysmith at gcc dot gnu dot org 2008-12-04 07:14 --- Subject: Bug 38054 Author: dannysmith Date: Thu Dec 4 07:13:05 2008 New Revision: 142429 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142429 Log: Backport from mainline: PR

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-12-03 Thread dannysmith at users dot sourceforge dot net
--- Comment #13 from dannysmith at users dot sourceforge dot net 2008-12-04 07:16 --- Fixed in 4.3.3 -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-12-02 Thread dannysmith at gcc dot gnu dot org
--- Comment #10 from dannysmith at gcc dot gnu dot org 2008-12-02 08:03 --- Subject: Bug 38054 Author: dannysmith Date: Tue Dec 2 08:02:07 2008 New Revision: 142347 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142347 Log: PR target/38054 * config/i386/winnt.c

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-12-02 Thread dannysmith at users dot sourceforge dot net
--- Comment #11 from dannysmith at users dot sourceforge dot net 2008-12-02 08:05 --- I have committed a patch to 4.4.0 to fix bug in compilation of desktop.cpp -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-25 Thread d dot g dot gorbachev at gmail dot com
--- Comment #9 from d dot g dot gorbachev at gmail dot com 2008-11-26 00:14 --- GCC 4.3.2 and 4.4.0 compile the above testcase without warnings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-24 Thread hackbunny at reactos dot com
--- Comment #7 from hackbunny at reactos dot com 2008-11-24 10:24 --- Created an attachment (id=16756) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16756action=view) Smaller test case gcc -c -v -funit-at-a-time -nostdinc testcase.c Using built-in specs. Target: mingw32

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-24 Thread hackbunny at reactos dot com
--- Comment #8 from hackbunny at reactos dot com 2008-11-24 10:29 --- I have added a test case that shows a closely related issue with nested functions, -funit-at-a-time and unreferenced file-scope externs (yes, if you remove int x = 0; the warning goes away) The %D renamed after being

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-13 Thread d dot g dot gorbachev at gmail dot com
--- Comment #6 from d dot g dot gorbachev at gmail dot com 2008-11-13 20:21 --- (In reply to comment #5) GCC 4.3.2 suffers from the same bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-10 Thread dannysmith at users dot sourceforge dot net
--- Comment #5 from dannysmith at users dot sourceforge dot net 2008-11-11 06:27 --- (In reply to comment #3) Patch at: http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00321.html That patch also fixes the FAIL of testsuite\g++.old-deja\g++.dg\otherg++ pr35504.C . Currently it fails

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2008-11-09 08:20 --- This a target bug (stdcall symbol name decorati0on on windows targets) -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #3 from dannysmith at users dot sourceforge dot net 2008-11-09 08:24 --- Patch at: http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00321.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054

[Bug target/38054] Assertion failed in change_decl_assembler_name()

2008-11-09 Thread d dot g dot gorbachev at gmail dot com
--- Comment #4 from d dot g dot gorbachev at gmail dot com 2008-11-09 11:30 --- (In reply to comment #3) Ok, thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054