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

            Bug ID: 108313
           Summary: smth strange with libcpp/system.h: abort()
                    redefinition
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: i.nixman at autistici dot org
  Target Milestone: ---

hello,

I'm just trying to build master branch as I done before many times, but now I
faced with strange error:

```
../../../../src/gcc-trunk/libcpp/system.h:404:29: error: expected identifier
before string constant
  404 | #define abort() fancy_abort(__FILE__, __LINE__, __FUNCTION__)
      |                             ^~~~~~~~
../../../../src/gcc-trunk/libcpp/system.h:404:29: error: expected ',' or '...'
before string constant

```

but I can't see there smth wrong and I have no ideas, why it occurs...

Reply via email to