public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/108907] New: ira-color.cc:3028:1: error: definition in block 5 follows the use
@ 2023-02-23 18:53 danglin at gcc dot gnu.org
  2023-02-23 18:55 ` [Bug other/108907] " pinskia at gcc dot gnu.org
  2023-02-24  0:26 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2023-02-23 18:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108907
           Summary: ira-color.cc:3028:1: error: definition in block 5
                    follows the use
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa*-*-linux*
            Target: hppa*-*-linux*
             Build: hppa*-*-linux*

/home/dave/gnu/gcc/objdir/./prev-gcc/xg++
-B/home/dave/gnu/gcc/objdir/./prev-gcc
/ -B/home/dave/opt/gnu/gcc/gcc-13/hppa-linux-gnu/bin/ -nostdinc++
-B/home/dave/g
nu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/src/.libs
-B/home/dave/gnu/gcc/ob
jdir/prev-hppa-linux-gnu/libstdc++-v3/libsupc++/.libs 
-I/home/dave/gnu/gcc/objd
ir/prev-hppa-linux-gnu/libstdc++-v3/include/hppa-linux-gnu 
-I/home/dave/gnu/gcc
/objdir/prev-hppa-linux-gnu/libstdc++-v3/include 
-I/home/dave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-L/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/src/.libs
-L/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/libsupc++/.libs 
-fno-PIE -c   -g -O2 -fchecking=1 -DIN_GCC     -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Wconditionally-supported
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc
-I../../gcc/gcc/. -I../../gcc/gcc/../include  -I../../gcc/gcc/../libcpp/include
-I../../gcc/gcc/../libcody  -I../../gcc/gcc/../libdecnumber
-I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc/gcc/../libbacktrace   -o ira-lives.o -MT ira-lives.o -MMD -MP -MF
./.deps/ira-lives.TPo ../../gcc/gcc/ira-lives.cc
../../gcc/gcc/ira-color.cc: In function 'void
setup_allocno_priorities(ira_allocno**, int)':
../../gcc/gcc/ira-color.cc:3028:1: error: definition in block 5 follows the use
 3028 | setup_allocno_priorities (ira_allocno_t *consideration_allocnos, int n)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
for SSA_NAME: _119 in statement:
_55 = .MASK_CALL (__builtin_clzll, _4, _119);
../../gcc/gcc/ira-color.cc:3028: confused by earlier errors, bailing out
make[3]: *** [Makefile:1152: ira-color.o] Error 1
make[3]: *** Waiting for unfinished jobs....

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

* [Bug other/108907] ira-color.cc:3028:1: error: definition in block 5 follows the use
  2023-02-23 18:53 [Bug other/108907] New: ira-color.cc:3028:1: error: definition in block 5 follows the use danglin at gcc dot gnu.org
@ 2023-02-23 18:55 ` pinskia at gcc dot gnu.org
  2023-02-24  0:26 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-23 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=108888

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I suspect this was just fixed today. See PR 108888 .

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

* [Bug other/108907] ira-color.cc:3028:1: error: definition in block 5 follows the use
  2023-02-23 18:53 [Bug other/108907] New: ira-color.cc:3028:1: error: definition in block 5 follows the use danglin at gcc dot gnu.org
  2023-02-23 18:55 ` [Bug other/108907] " pinskia at gcc dot gnu.org
@ 2023-02-24  0:26 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2023-02-24  0:26 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Resolved by PR 108888 fix.

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

end of thread, other threads:[~2023-02-24  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 18:53 [Bug other/108907] New: ira-color.cc:3028:1: error: definition in block 5 follows the use danglin at gcc dot gnu.org
2023-02-23 18:55 ` [Bug other/108907] " pinskia at gcc dot gnu.org
2023-02-24  0:26 ` danglin 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).