• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/toolchain/gcc/4.2.2-avr32-2.1.5/903-avr32-fix-removal-of-redundant-cast-operations.patch
Thomas PetazzoniThomas Petazzoni committed 9e172b3f91714 Dec 2009
Raw file
Source viewDiff to previous
 
1
Index: trunk/gcc/config/avr32/avr32.c
2
===================================================================
3
--- trunk/gcc/config/avr32/avr32.c  (revision 43495)
4
+++ trunk/gcc/config/avr32/avr32.c  (revision 43496)
5
@@ -6499,6 +6499,11 @@
6
            break;
7
        }
8
 
9
+              /* Check if we have a call and the register is used as an argument. */
10
+              if (CALL_P (scan)
11
+                  && find_reg_fusage (scan, USE, reg) )
12
+                break;
13
+
14
          if (!reg_mentioned_p (reg, PATTERN (scan)))
15
        continue;
16
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.