[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-10-21 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2008-10-22 03:50 --- Closed as INVALID, per Comment #4 and Comment #5. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-09-21 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2008-09-21 16:12 --- Subject: Re: [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error On Sat, 20 Sep 2008, rguenth at gcc dot gnu dot org wrote: I agree with Jakub. Joseph - are you ok with closing this

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-09-20 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-09-20 14:35 --- I agree with Jakub. Joseph - are you ok with closing this as invalid? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-09-03 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-09-03 09:41 --- Similar to PR25246. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37267

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-09-03 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-09-03 09:47 --- But I'm not convinced we want to allow pragmas in this context. While these pragmas aren't covered by the C standard, for all the covered pragmas in there they must appear outside of external declarations or explicit

[Bug c/37267] [4.2/4.3/4.4 Regression] #pragma inside structure initialization causes error

2008-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-02 20:53 --- Confirmed, this is most likely caused by the pragma changes in 4.2 as 4.1.1 works. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added