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 middle-end/28151] [4.1/4.2 Regression] ICE on complex assignment in nested function



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-06-24 13:55 -------
Confirmed a regression from 4.0.2, here is a C testcase:
_Complex float b;
int main(void)
{
 _Complex float a = 1.9E19;
 b = 1/a;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.2.0 4.1.0
      Known to work|                            |4.0.2
            Summary|ICE on complex              |[4.1/4.2 Regression] ICE on
                   |                            |complex assignment in nested
                   |                            |function
   Target Milestone|---                         |4.1.2


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


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