[Bug c/26993] ICE on invalid code with weakref

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-15 23:26 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/26993] ICE on invalid code with weakref

2006-07-18 Thread aoliva at gcc dot gnu dot org
--- Comment #4 from aoliva at gcc dot gnu dot org 2006-07-18 06:41 --- Subject: Bug 26993 Author: aoliva Date: Tue Jul 18 06:41:13 2006 New Revision: 115545 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115545 Log: PR c/26993 * c-common.c (handle_weakref_attribute): Ignore

[Bug c/26993] ICE on invalid code with weakref

2006-07-18 Thread aoliva at gcc dot gnu dot org
--- Comment #5 from aoliva at gcc dot gnu dot org 2006-07-18 06:53 --- Subject: Bug 26993 Author: aoliva Date: Tue Jul 18 06:52:59 2006 New Revision: 115546 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115546 Log: PR c/26993 * c-common.c (handle_weakref_attribute): Ignore

[Bug c/26993] ICE on invalid code with weakref

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

[Bug c/26993] ICE on invalid code with weakref

2006-04-04 Thread aoliva at gcc dot gnu dot org
--- Comment #1 from aoliva at gcc dot gnu dot org 2006-04-04 17:41 --- Created an attachment (id=11205) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11205action=view) Patch that fixes the bug This is the patch I'm testing to fix the ICE. At the time I added weakref support,

[Bug c/26993] ICE on invalid code with weakref

2006-04-04 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-04 17:43 --- Shouldn't we error out instead of warning? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26993

[Bug c/26993] ICE on invalid code with weakref

2006-04-04 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-04-05 04:35 --- Subject: Bug number PR c/26993 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00179.html --