[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-06-26 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2006-06-26 22:21 --- Is this still broken? I can't reproduce it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27578

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-06-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-06-26 22:24 --- Fixed by the patch which fixed PR 27648. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-06-04 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=27578

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-06-04 19:56 --- Upon review, I see that this applies to any attribute in the function; marking as P1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-05-17 21:00 --- This looks related to PR 27648 though that one was in 4.0.3 also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-05-12 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-12 19:13 --- Actually this is any attribute on the pointer in the function prototype: void readv (int *__attribute__((aligned(16) )) ); -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/27578] [4.2 Regression] ICE with attribute on a pointer in a function prototype

2006-05-12 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-05-12 20:38 --- A regression hunt on powerpc-linux using the testcase from comment #5 identified this patch: http://gcc.gnu.org/viewcvs?view=revrev=113081 r113081 | mmitchel | 2006-04-19 16:58:23 + (Wed, 19 Apr 2006)