[Bug middle-end/52888] Unable to inline function pointer call with inexact signature match

2013-03-01 Thread rguenth at gcc dot gnu.org


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



Richard Biener rguenth at gcc dot gnu.org changed:



   What|Removed |Added



 CC||geza at bitquad dot com



--- Comment #4 from Richard Biener rguenth at gcc dot gnu.org 2013-03-01 
11:08:02 UTC ---

*** Bug 55788 has been marked as a duplicate of this bug. ***


[Bug middle-end/52888] Unable to inline function pointer call with inexact signature match

2013-03-01 Thread rguenth at gcc dot gnu.org


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



--- Comment #5 from Richard Biener rguenth at gcc dot gnu.org 2013-03-01 
12:46:17 UTC ---

Author: rguenth

Date: Fri Mar  1 12:46:12 2013

New Revision: 196378



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196378

Log:

2013-03-01  Richard Biener  rguent...@suse.de



Backport from mainline

2012-04-10  Richard Guenther  rguent...@suse.de



PR middle-end/52888

* gimple-low.c (gimple_check_call_args): Properly account for

compatible aggregate types.



Modified:

branches/gcc-4_7-branch/gcc/ChangeLog

branches/gcc-4_7-branch/gcc/gimple-low.c


[Bug middle-end/52888] Unable to inline function pointer call with inexact signature match

2013-03-01 Thread rguenth at gcc dot gnu.org


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



Richard Biener rguenth at gcc dot gnu.org changed:



   What|Removed |Added



  Known to work||4.7.3, 4.8.0

   Target Milestone|4.8.0   |4.7.3

  Known to fail||4.7.2



--- Comment #6 from Richard Biener rguenth at gcc dot gnu.org 2013-03-01 
13:09:58 UTC ---

Fixed for 4.7.3, too.


[Bug middle-end/52888] Unable to inline function pointer call with inexact signature match

2012-04-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52888

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Component|rtl-optimization|middle-end
 Resolution||FIXED
   Target Milestone|--- |4.8.0

--- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2012-04-10 
13:21:11 UTC ---
Fixed for trunk.