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 c/51527] ICE: Segmentation fault: 'convert_to_integer' enters infinite recursion


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

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-04-27 10:52:03 UTC ---
Author: gjl
Date: Fri Apr 27 10:51:58 2012
New Revision: 186899

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186899
Log:
    PR c/51527
    * convert.c (convert_to_integer): Avoid infinte recursion for
    target-defined built-in types.


Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/convert.c


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