public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/107042] New: GCC build error after today's change
@ 2022-09-26 19:10 unlvsur at live dot com
  2022-09-26 19:26 ` [Bug bootstrap/107042] " marxin at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2022-09-26 19:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107042
           Summary: GCC build error after today's change
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

g++ -no-pie   -g -O2     -DIN_GCC     -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -static-libstdc++ -static-libgcc  gcov.o json.o \
        hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a  
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a  -L./../zlib -lz -o gcov
../../../../../gcc/gcc/gcc.cc:1262:1: error: expected ',' or ';' before
'ASM_COMPRESS_DEBUG_SPEC'
 1262 | ASM_COMPRESS_DEBUG_SPEC
      | ^~~~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
@ 2022-09-26 19:26 ` marxin at gcc dot gnu.org
  2022-09-26 19:28 ` unlvsur at live dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-26 19:26 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-09-26
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Mine started with r13-2774-g26607a63da9922.

Please attach gcc/config.log file.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
  2022-09-26 19:26 ` [Bug bootstrap/107042] " marxin at gcc dot gnu.org
@ 2022-09-26 19:28 ` unlvsur at live dot com
  2022-09-26 19:32 ` marxin at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2022-09-26 19:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from cqwrteur <unlvsur at live dot com> ---
Created attachment 53628
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53628&action=edit
config

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
  2022-09-26 19:26 ` [Bug bootstrap/107042] " marxin at gcc dot gnu.org
  2022-09-26 19:28 ` unlvsur at live dot com
@ 2022-09-26 19:32 ` marxin at gcc dot gnu.org
  2022-09-26 19:33 ` unlvsur at live dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-26 19:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
It must be toplev config.log file, I will need the one under 'gcc' folder,
thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2022-09-26 19:32 ` marxin at gcc dot gnu.org
@ 2022-09-26 19:33 ` unlvsur at live dot com
  2022-09-26 19:46 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2022-09-26 19:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
Created attachment 53629
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53629&action=edit
cfg

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2022-09-26 19:33 ` unlvsur at live dot com
@ 2022-09-26 19:46 ` marxin at gcc dot gnu.org
  2022-09-26 20:09 ` unlvsur at live dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-26 19:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Hm, you have | #define HAVE_AS_COMPRESS_DEBUG 2 which is an invalid value.
Please remove the build directory and reconfigure it. Does it help?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
                   ` (4 preceding siblings ...)
  2022-09-26 19:46 ` marxin at gcc dot gnu.org
@ 2022-09-26 20:09 ` unlvsur at live dot com
  2022-09-26 20:35 ` redi at gcc dot gnu.org
  2022-09-26 20:36 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2022-09-26 20:09 UTC (permalink / raw)
  To: gcc-bugs

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

cqwrteur <unlvsur at live dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from cqwrteur <unlvsur at live dot com> ---
(In reply to Martin Liška from comment #5)
> Hm, you have | #define HAVE_AS_COMPRESS_DEBUG 2 which is an invalid value.
> Please remove the build directory and reconfigure it. Does it help?

it is working. hmhm

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
                   ` (5 preceding siblings ...)
  2022-09-26 20:09 ` unlvsur at live dot com
@ 2022-09-26 20:35 ` redi at gcc dot gnu.org
  2022-09-26 20:36 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2022-09-26 20:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
If you get a bootstrap error like this, always try a clean build before
reporting a bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug bootstrap/107042] GCC build error after today's change
  2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
                   ` (6 preceding siblings ...)
  2022-09-26 20:35 ` redi at gcc dot gnu.org
@ 2022-09-26 20:36 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2022-09-26 20:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Because incremental rebuilds for trunk are not supported. If it works, that's
nice, if it doesn't, it's not a bug. Do a clean build.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-26 20:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 19:10 [Bug bootstrap/107042] New: GCC build error after today's change unlvsur at live dot com
2022-09-26 19:26 ` [Bug bootstrap/107042] " marxin at gcc dot gnu.org
2022-09-26 19:28 ` unlvsur at live dot com
2022-09-26 19:32 ` marxin at gcc dot gnu.org
2022-09-26 19:33 ` unlvsur at live dot com
2022-09-26 19:46 ` marxin at gcc dot gnu.org
2022-09-26 20:09 ` unlvsur at live dot com
2022-09-26 20:35 ` redi at gcc dot gnu.org
2022-09-26 20:36 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).