: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: henric at bergenwall dot com
Target Milestone: ---
Source file: main.cc:
#include
#include
int main(int argc, char *argv[]) {
std::stringstream strstr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701
--- Comment #11 from henric at bergenwall dot com ---
I have noted that the compilation works with any 2 out of the 3 gcc-flags!
> gcc -finstrument-functions -ffixed-ebp a.c -> successfully compiles!
> gcc -m32 -ffixe
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: henric at bergenwall dot com
Target Milestone: ---
Program to be compiled:
a.c:
int main(int argc, char* argv[])
{
return argc-1;
}
Full compile command