[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #8 from Tobias Burnus 2011-11-28 14:47:45 UTC --- Author: burnus Date: Mon Nov 28 14:47:39 2011 New Revision: 181779 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181779 Log: Really commit the test case: 2011-11-28 Tobias B

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #6 from Tobias Burnus 2011-11-28 14:21:38 UTC --- Author: burnus Date: Mon Nov 28 14:21:33 2011 New Revision: 181778 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181778 Log: 2011-11-28 Tobias Burnus Steven G.

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #5 from Tobias Burnus 2011-11-28 14:17:50 UTC --- (In reply to comment #4) > I kept the SAVE attribute because the comment (which you remove > in your patch) claims that it is needed to actually allow the > the compiler to initialize

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-28 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #4 from Steve Kargl 2011-11-28 13:58:02 UTC --- On Mon, Nov 28, 2011 at 07:51:02AM +, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 > > --- Comment #3 from Tobias Burnus 2011-11-28 > 07:51

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #3 from Tobias Burnus 2011-11-28 07:51:02 UTC --- (In reply to comment #2) > - conf2 (is_bind_c); > + if (!(name && (strcmp(name, "c_null_ptr") == 0 || strcmp(name, > "c_null_funptr") == 0))) > +conf2 (is_bind_c); I thi

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-27 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 --- Comment #2 from Steve Kargl 2011-11-27 21:56:30 UTC --- On Sat, Nov 26, 2011 at 07:21:29PM +, kargl at gcc dot gnu.org wrote: > The problem comes about because of gen_special_c_interop_ptr() in > symbol.c has the following lines: > > /

[Bug fortran/51308] PARAMETER attribute conflicts with SAVE attribute

2011-11-26 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51308 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|