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++/64727] [5 Regression] g++.dg/torture/darwin-cfstring-3.C:11:80: internal compiler error: Segmentation fault: 11


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64727

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-22
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Can you reproduce it with stage1 cc1plus?  

Yes:

[Book15] f90/bug% /opt/gcc/build_w/stage1-gcc/cc1plus
/opt/gcc/work/gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C
/opt/gcc/work/gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C:11:80: internal
compiler error: Segmentation fault: 11
 #define CFSTR(STR)  ((CFStringRef) __builtin___CFStringMakeConstantString
(STR))
...

> As in, is it miscompiled compiler or just some problem on the testcase?

The test has not changed since Oct 23  2010.

>  If the former, can you bisect exactly to the version and bisect which
> *.o file it is?

I can do the bisection, but I don't understand what you mean by "*.o file it
is".


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