[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-20 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2006-04-20 16:24 --- Now also fixed on the 4.1 branch. The more drastic fix used there (skipping the whole function on errors instead of just single erroneous objects) is now also on mainline, too. -- reichelt at gcc dot gnu dot o

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-20 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2006-04-20 16:19 --- Subject: Bug 26789 Author: reichelt Date: Thu Apr 20 16:19:21 2006 New Revision: 113121 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113121 Log: PR mudflap/26789 * tree-mudflap.c (mudflap

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-20 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2006-04-20 16:01 --- Subject: Bug 26789 Author: reichelt Date: Thu Apr 20 16:01:05 2006 New Revision: 113119 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113119 Log: PR mudflap/26789 * tree-mudflap.c (mudflap

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-19 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-04-19 21:55 --- Testcase now also on mainline. Btw, I confused the patch for this PR with the one for PR 26790. Since both were applied to mainline this doesn't really matter. See http://gcc.gnu.org/ml/gcc-patches/2006-04/msg0072

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-19 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-04-19 21:47 --- Subject: Bug 26789 Author: reichelt Date: Wed Apr 19 21:47:03 2006 New Revision: 113095 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113095 Log: PR mudflap/26789 * testsuite/libmudflap.c+

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-19 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |reichelt at gcc dot gnu dot |dot org

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-04-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26789

[Bug c++/26789] [4.1 regression] ICE on incomplete struct with -fmudflap

2006-03-22 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-03-22 21:58 --- Fixed on mainline. The testcase is still missing, though. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added ---