[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 05:47 --- *** Bug 18542 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 05:48 --- *** Bug 18563 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 05:49 --- (In reply to comment #12) > (In reply to comment #11) > > Comment #7 in PR18542 said that separate PR's > > were going to be filed for avr and h8300. > They were (PR18563 and PR18564), but somebody else has closed them as > duplicates > of PR15542 and merged the avr and h8300 variants of PR18542 back into PR18542. > > I am going to reopen them and remove the avr/h8300 from PR18542. "You can easily check that by testing if reverting the patch from comment #2 helps. " -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Bug#285364: g++: hangs compiling k3d on amd64
On 04-Dec-15 12:32, Matthias Klose wrote: > Please recheck with g++-3.4 and g++-4.0 (from experimental). With gcc-4.0 the package FTBFS with the following error ../k3sdk/path_data.h:62: error: 'Value' has incomplete type document.h:29: error: forward declaration of 'struct boost::filesystem::path' Regards Andreas Jochens
[Bug target/18592] [3.3/3.4 regression] [m68k] ICE in output_operand: invalid expression as operand
--- Additional Comments From corsepiu at gcc dot gnu dot org 2004-12-16 08:41 --- > > I am going to reopen them and remove the avr/h8300 from PR18542. > > "You can easily check that by testing if reverting the patch from comment #2 > helps. " Please read what I wrote in comment #10. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18592 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-16 09:31 --- Subject: Bug 19005 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-12-16 09:31:18 Modified files: gcc: ChangeLog gcc/config/i386: i386.md Log message: PR target/19005 * config/i386/i386.md (swaphi_1): Swap with swaphi_2, allow with optimize_size. (swapqi_1): Rename from swapqi. Enable only for no partial reg stall and optimize_size. (swapqi_2): New. (swaphi_1, swaphi_2, swapqi_1): Add athlon_decode. (swapsi, swaphi_1, swaphi_2, swapqi_1, swapdi): Remove modrm override. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1039&r2=1.16114.2.1040 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.404.2.27&r2=1.404.2.28 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-16 09:37 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/19005] [3.4 regression] Error: bad register name `%sil'
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-16 09:40 --- Subject: Bug 19005 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-16 09:40:35 Modified files: gcc: ChangeLog gcc/config/i386: i386.md Log message: PR target/19005 * config/i386/i386.md (swaphi_1): Swap with swaphi_2, allow with optimize_size. (swapqi_1): Rename from swapqi. Enable only for no partial reg stall and optimize_size. (swapqi_2): New. (swaphi_1, swaphi_2, swapqi_1): Add athlon_decode. (swapsi, swaphi_1, swaphi_2, swapqi_1, swapdi): Remove modrm override. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6851&r2=2.6852 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.579&r2=1.580 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19005 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug middle-end/18590] [3.3/3.4 regression] ICE in add_insn_before, at emit-rtl.c:3599
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-16 10:03 --- Subject: Bug 18590 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2004-12-16 10:03:04 Modified files: gcc: ChangeLog function.c Log message: PR middle-end/18590 * function.c (fixup_var_refs_insns_with_hash): Do not invoke fixup_var_refs_insn on insns marked as deleted. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.742&r2=2.2326.2.743 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.483.4.21&r2=1.483.4.22 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18590 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug middle-end/18590] [3.3/3.4 regression] ICE in add_insn_before, at emit-rtl.c:3599
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-16 13:59 --- Subject: Bug 18590 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2004-12-16 13:59:03 Modified files: gcc: ChangeLog function.c Log message: PR middle-end/18590 * function.c (fixup_var_refs_insns_with_hash): Do not invoke fixup_var_refs_insn on insns marked as deleted. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1040&r2=1.16114.2.1041 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.389.2.16&r2=1.389.2.17 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18590 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug middle-end/18590] [3.3/3.4 regression] ICE in add_insn_before, at emit-rtl.c:3599
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-12-16 14:13 --- See http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01160.html -- What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED Target Milestone|3.4.4 |3.3.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18590 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-16 14:55 --- This should be ice-on-invalid-code. The code: bar()(); must be replaced with: bar<&Dummy::evil>()(); because 'evil' alone is not a valid pointer-to-member function. GCC compiles file with the corrected code. -- What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug c++/19004] [3.4/4.0 regression] ICE in uses_template_parms at cp/pt.c:4860
-- What|Removed |Added AssignedTo|lerdsuwa at gcc dot gnu dot |unassigned at gcc dot gnu |org |dot org Status|ASSIGNED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19004 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.