public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/20016] New: Compiling libgcc2.c with -Os for avr-gcc?
@ 2005-02-16 23:08 berndtrog at yahoo dot com
  2005-02-18  4:50 ` [Bug target/20016] " ericw at evcohs dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: berndtrog at yahoo dot com @ 2005-02-16 23:08 UTC (permalink / raw)
  To: gcc-bugs

Since code size is more important than speed for the avr target,
I'd like to suggest to add '-Os' to 'gcc/config/avr/t-avr' (TARGET_LIBGCC2_CFLAGS)

Comments?

-- 
           Summary: Compiling libgcc2.c with -Os for avr-gcc?
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: avr


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


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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
  2005-02-16 23:08 [Bug target/20016] New: Compiling libgcc2.c with -Os for avr-gcc? berndtrog at yahoo dot com
@ 2005-02-18  4:50 ` ericw at evcohs dot com
  2005-02-18  6:45 ` schlie at comcast dot net
  2005-02-18 20:49 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: ericw at evcohs dot com @ 2005-02-18  4:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ericw at evcohs dot com


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


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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
  2005-02-16 23:08 [Bug target/20016] New: Compiling libgcc2.c with -Os for avr-gcc? berndtrog at yahoo dot com
  2005-02-18  4:50 ` [Bug target/20016] " ericw at evcohs dot com
@ 2005-02-18  6:45 ` schlie at comcast dot net
  2005-02-18 20:49 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: schlie at comcast dot net @ 2005-02-18  6:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schlie at comcast dot net  2005-02-17 22:47 -------
got my vote.

-- 


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


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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
  2005-02-16 23:08 [Bug target/20016] New: Compiling libgcc2.c with -Os for avr-gcc? berndtrog at yahoo dot com
  2005-02-18  4:50 ` [Bug target/20016] " ericw at evcohs dot com
  2005-02-18  6:45 ` schlie at comcast dot net
@ 2005-02-18 20:49 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-18 20:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-18 14:55:32
               date|                            |


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


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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
       [not found] <bug-20016-283@http.gcc.gnu.org/bugzilla/>
  2005-12-07 19:55 ` berndtrog at yahoo dot com
  2005-12-17  3:09 ` sayle at gcc dot gnu dot org
@ 2006-01-10 17:20 ` berndtrog at yahoo dot com
  2 siblings, 0 replies; 7+ messages in thread
From: berndtrog at yahoo dot com @ 2006-01-10 17:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from berndtrog at yahoo dot com  2006-01-10 17:19 -------
Roger Sayle commited the patch on 2005-12-17.
Thanks!


-- 

berndtrog at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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



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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
       [not found] <bug-20016-283@http.gcc.gnu.org/bugzilla/>
  2005-12-07 19:55 ` berndtrog at yahoo dot com
@ 2005-12-17  3:09 ` sayle at gcc dot gnu dot org
  2006-01-10 17:20 ` berndtrog at yahoo dot com
  2 siblings, 0 replies; 7+ messages in thread
From: sayle at gcc dot gnu dot org @ 2005-12-17  3:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sayle at gcc dot gnu dot org  2005-12-17 03:09 -------
Subject: Bug 20016

Author: sayle
Date: Sat Dec 17 03:09:43 2005
New Revision: 108708

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108708
Log:
2005-12-16  Bernd Trog  <berndtrog@yahoo.com>

        PR target/20016
        * config/avr/t-avr: Add -Os to TARGET_LIBGCC2_CFLAGS.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/t-avr


-- 


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


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

* [Bug target/20016] Compiling libgcc2.c with -Os for avr-gcc?
       [not found] <bug-20016-283@http.gcc.gnu.org/bugzilla/>
@ 2005-12-07 19:55 ` berndtrog at yahoo dot com
  2005-12-17  3:09 ` sayle at gcc dot gnu dot org
  2006-01-10 17:20 ` berndtrog at yahoo dot com
  2 siblings, 0 replies; 7+ messages in thread
From: berndtrog at yahoo dot com @ 2005-12-07 19:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from berndtrog at yahoo dot com  2005-12-07 19:55 -------
patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01887.html


-- 

berndtrog at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |berndtrog at yahoo dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

end of thread, other threads:[~2006-01-10 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 23:08 [Bug target/20016] New: Compiling libgcc2.c with -Os for avr-gcc? berndtrog at yahoo dot com
2005-02-18  4:50 ` [Bug target/20016] " ericw at evcohs dot com
2005-02-18  6:45 ` schlie at comcast dot net
2005-02-18 20:49 ` pinskia at gcc dot gnu dot org
     [not found] <bug-20016-283@http.gcc.gnu.org/bugzilla/>
2005-12-07 19:55 ` berndtrog at yahoo dot com
2005-12-17  3:09 ` sayle at gcc dot gnu dot org
2006-01-10 17:20 ` berndtrog at yahoo 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).