public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.1.2-8
Date: Mon, 29 Jun 2026 12:23:13 GMT	[thread overview]
Message-ID: <178273579364.1.3810186623091973860.rpms-gcc-9ca88bbdada6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 9ca88bbdada6f39aa12dec30e32d57535581dba4
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-04-03T13:14:16+00:00
Stats  : +23/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/9ca88bbdada6f39aa12dec30e32d57535581dba4?branch=rhel-f41-base

Log:
4.1.2-8

---
diff --git a/gcc41-java-bogus-debugline.patch b/gcc41-java-bogus-debugline.patch
index 469d7e1..34c4af3 100644
--- a/gcc41-java-bogus-debugline.patch
+++ b/gcc41-java-bogus-debugline.patch
@@ -1,9 +1,11 @@
 2007-03-16  Andrew Haley  <aph@redhat.com>
 
 	* class.c (push_class): Don't bogusly guess the source filename.
+	* jcf-parse.c (give_name_to_class): Don't set input_location from
+	DECL_ARTIFICIAL decls.
 
---- gcc/java/class.c	(revision 122746)
-+++ gcc/java/class.c	(working copy)
+--- gcc/java/class.c        (revision 122746)
++++ gcc/java/class.c        (working copy)
 @@ -426,8 +426,7 @@
    tree decl, signature;
    location_t saved_loc = input_location;
@@ -14,3 +16,22 @@
    input_line = 0;
  #endif
    CLASS_P (class_type) = 1;
+--- gcc/java/jcf-parse.c    (revision 122746)
++++ gcc/java/jcf-parse.c    (working copy)
+@@ -1221,9 +1221,12 @@
+        main_input_filename = sfname;
+       }
+ #else
+-      input_location = DECL_SOURCE_LOCATION (TYPE_NAME (this_class));
+-      if (main_input_filename == NULL && jcf == main_jcf)
+-       main_input_filename = input_filename;
++      if (! DECL_ARTIFICIAL (TYPE_NAME (this_class)))
++       {
++         input_location = DECL_SOURCE_LOCATION (TYPE_NAME (this_class));
++         if (main_input_filename == NULL && jcf == main_jcf)
++           main_input_filename = input_filename;
++       }
+ #endif
+ 
+       jcf->cpool.data[i].t = this_class;
+

             reply	other threads:[~2026-06-29 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:23 Jakub Jelinek [this message]
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-8 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273579364.1.3810186623091973860.rpms-gcc-9ca88bbdada6@fedoraproject.org \
    --to=jakub@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox