This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32871] [avr] Bad optimisation - gcc is pushing too many registers



------- Comment #2 from eric dot weddington at atmel dot com  2008-02-19 02:45 -------
Confirmed. 4.2.2 produces unnecessary pushes and pops. 4.3.0 causes worse code
than 4.2.x and adds unnecessary moves. Adding const or pure function attributes
do not seem to help in 4.3.0.


-- 

eric dot weddington at atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
      Known to fail|                            |4.2.1 4.2.2 4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-19 02:45:07
               date|                            |
            Summary|Bad optimisation - Gcc is   |[avr] Bad optimisation - gcc
                   |pushing too many registers  |is pushing too many
                   |                            |registers


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]