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/35227] [4.1/4.2/4.3 regression] gcc ICEs for functions with unused complex argument



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-02-17 14:12 -------
Unrelated to the implicit cabs() decl:

double cabs(double _Complex);
double mandel(double _Complex C)
{
        int py;
        C = (__extension__ 1.0iF) * (double)py;
        return cabs(C);
}

I have a patch.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           Priority|P3                          |P1
            Summary|[4.1/4.2/4.3 regression] gcc|[4.1/4.2/4.3 regression] gcc
                   |ICEs/segfaults when using   |ICEs for functions with
                   |implicit cabs() with -O1    |unused complex argument


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


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