public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/114658] New: branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)"
@ 2024-04-09 15:05 felix-gcc at fefe dot de
  2024-04-09 15:22 ` [Bug driver/114658] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: felix-gcc at fefe dot de @ 2024-04-09 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114658
           Summary: branch "releases/gcc-13" builds "gcc version 14.0.1
                    (experimental)"
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: felix-gcc at fefe dot de
  Target Milestone: ---

Not sure how and where to file this bug, sorry.

I'm trying to build the current stable release branch, i.e. 13.2 with bug fixes
from git.
So I do git checkout releases/gcc-13 and build gcc, but the result doesn't say
it is gcc 13.2.1, it says it's gcc 14.0.1 (experimental).

Shouldn't this branch contain the non-experimental version?

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

* [Bug driver/114658] branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)"
  2024-04-09 15:05 [Bug driver/114658] New: branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)" felix-gcc at fefe dot de
@ 2024-04-09 15:22 ` jakub at gcc dot gnu.org
  2024-04-09 17:25 ` felix-gcc at fefe dot de
  2024-04-09 17:37 ` felix-gcc at fefe dot de
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-04-09 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That doesn't seem possible.
Are you sure you've correctly checked out the releases/gcc-13 branch?
That branch should contain gcc/BASE-VER with 13.2.1 in it and the resulting
compiler should report that, like in:
./xgcc -B ./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure
--enable-languages=default,ada,obj-c++,lto,go,d,m2
--enable-checking=yes,rtl,extra --enable-libstdcxx-backtrace=yes
--with-isl=/usr/src/isl-0.24/obji/
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.1 20240329 (GCC)

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

* [Bug driver/114658] branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)"
  2024-04-09 15:05 [Bug driver/114658] New: branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)" felix-gcc at fefe dot de
  2024-04-09 15:22 ` [Bug driver/114658] " jakub at gcc dot gnu.org
@ 2024-04-09 17:25 ` felix-gcc at fefe dot de
  2024-04-09 17:37 ` felix-gcc at fefe dot de
  2 siblings, 0 replies; 4+ messages in thread
From: felix-gcc at fefe dot de @ 2024-04-09 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from felix-gcc at fefe dot de ---
I'm probably doing something really stupid wrong, sorry for the noise.

Here's what I'm doing:

$ git checkout releases/gcc-13
Switched to branch 'releases/gcc-13'
$ git branch
  master
* releases/gcc-13
$ cat gcc/BASE-VER
14.0.1

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

* [Bug driver/114658] branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)"
  2024-04-09 15:05 [Bug driver/114658] New: branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)" felix-gcc at fefe dot de
  2024-04-09 15:22 ` [Bug driver/114658] " jakub at gcc dot gnu.org
  2024-04-09 17:25 ` felix-gcc at fefe dot de
@ 2024-04-09 17:37 ` felix-gcc at fefe dot de
  2 siblings, 0 replies; 4+ messages in thread
From: felix-gcc at fefe dot de @ 2024-04-09 17:37 UTC (permalink / raw)
  To: gcc-bugs

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

felix-gcc at fefe dot de changed:

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

--- Comment #3 from felix-gcc at fefe dot de ---
ok it looks like it was my fault (surprise) and I fixed it.
Here's what I did:

  $ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
  $ git branch -D releases/gcc-13
Deleted branch releases/gcc-13 (was 32fb04adae9).
  $ git checkout releases/gcc-13
Updating files: 100% (40334/40334), done.
branch 'releases/gcc-13' set up to track 'origin/releases/gcc-13'.
Switched to a new branch 'releases/gcc-13'
  $ cat gcc/BASE-VER
13.2.1

Sorry again for the noise. Hope this helps the next git noob :)

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

end of thread, other threads:[~2024-04-09 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 15:05 [Bug driver/114658] New: branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)" felix-gcc at fefe dot de
2024-04-09 15:22 ` [Bug driver/114658] " jakub at gcc dot gnu.org
2024-04-09 17:25 ` felix-gcc at fefe dot de
2024-04-09 17:37 ` felix-gcc at fefe dot de

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).