public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/31331] [avr] ICE on function attribute syntax for main()
       [not found] <bug-31331-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 13:13 ` jackie.rosen at hushmail dot com
  0 siblings, 0 replies; 6+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 13:13 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #9 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/31331] [avr] ICE on function attribute syntax for main()
  2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
                   ` (3 preceding siblings ...)
  2007-07-07 19:39 ` aesok at gcc dot gnu dot org
@ 2007-07-08 14:35 ` eweddington at cso dot atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: eweddington at cso dot atmel dot com @ 2007-07-08 14:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

eweddington at cso dot atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/31331] [avr] ICE on function attribute syntax for main()
  2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
                   ` (2 preceding siblings ...)
  2007-07-07 19:37 ` aesok at gcc dot gnu dot org
@ 2007-07-07 19:39 ` aesok at gcc dot gnu dot org
  2007-07-08 14:35 ` eweddington at cso dot atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aesok at gcc dot gnu dot org @ 2007-07-07 19:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aesok at gcc dot gnu dot org  2007-07-07 19:39 -------
Subject: Bug 31331

Author: aesok
Date: Sat Jul  7 19:39:36 2007
New Revision: 126447

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126447
Log:
        PR target/31331
        * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
        rather than a decl. 
        (avr_attribute_table): Make "naked" attribute apply to function types
        rather than to decls.
        (avr_handle_fntype_attribute): New function.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/avr/avr.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/31331] [avr] ICE on function attribute syntax for main()
  2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
  2007-07-04 21:10 ` [Bug target/31331] [avr] ICE on " aesok at gcc dot gnu dot org
  2007-07-07 19:31 ` aesok at gcc dot gnu dot org
@ 2007-07-07 19:37 ` aesok at gcc dot gnu dot org
  2007-07-07 19:39 ` aesok at gcc dot gnu dot org
  2007-07-08 14:35 ` eweddington at cso dot atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aesok at gcc dot gnu dot org @ 2007-07-07 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from aesok at gcc dot gnu dot org  2007-07-07 19:37 -------
Fixed.


-- 

aesok at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/31331] [avr] ICE on function attribute syntax for main()
  2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
  2007-07-04 21:10 ` [Bug target/31331] [avr] ICE on " aesok at gcc dot gnu dot org
@ 2007-07-07 19:31 ` aesok at gcc dot gnu dot org
  2007-07-07 19:37 ` aesok at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aesok at gcc dot gnu dot org @ 2007-07-07 19:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from aesok at gcc dot gnu dot org  2007-07-07 19:30 -------
Subject: Bug 31331

Author: aesok
Date: Sat Jul  7 19:30:37 2007
New Revision: 126446

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126446
Log:
        PR target/31331
        * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
        rather than a decl. 
        (avr_attribute_table): Make "naked" attribute apply to function types
        rather than to decls.
        (avr_handle_fntype_attribute): New function.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config/avr/avr.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/31331] [avr] ICE on function attribute syntax for main()
  2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
@ 2007-07-04 21:10 ` aesok at gcc dot gnu dot org
  2007-07-07 19:31 ` aesok at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aesok at gcc dot gnu dot org @ 2007-07-04 21:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aesok at gcc dot gnu dot org  2007-07-04 21:10 -------
Subject: Bug 31331

Author: aesok
Date: Wed Jul  4 21:10:28 2007
New Revision: 126337

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126337
Log:
        PR target/31331
        * config/avr/avr.c (avr_naked_function_p): Handle receiving a type
        rather than a decl. 
        (avr_attribute_table): Make "naked" attribute apply to function types
        rather than to decls.
        (avr_handle_fntype_attribute): New function.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31331


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-16 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-31331-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 13:13 ` [Bug target/31331] [avr] ICE on function attribute syntax for main() jackie.rosen at hushmail dot com
2007-03-23 21:16 [Bug c/31331] New: ICE on invalid " eweddington at cso dot atmel dot com
2007-07-04 21:10 ` [Bug target/31331] [avr] ICE on " aesok at gcc dot gnu dot org
2007-07-07 19:31 ` aesok at gcc dot gnu dot org
2007-07-07 19:37 ` aesok at gcc dot gnu dot org
2007-07-07 19:39 ` aesok at gcc dot gnu dot org
2007-07-08 14:35 ` eweddington at cso dot atmel dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).