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 ipa/67600] [5/6 Regression] Segfault when assigning only one char to ostreambuf_iterator<char> compiled with -O2 or -O3


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #7 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Mikhail Maltsev from comment #6)
> I wonder if the testcase could be reduced somehow...
> 
> $ ll -S gcc/testsuite/g++.dg/torture | head -n 7
> total 2.2M
> -rw-r--r-- 1 miyuki miyuki 664K  19:44  24.10.15 pr67600.C

Yeah, I was wondering about that too. 
Honza, why are not just using two #includes instead of all the preprocessed
standard headers?


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