public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
       [not found] <bug-24293-4@http.gcc.gnu.org/bugzilla/>
@ 2021-07-29 17:35 ` pinskia at gcc dot gnu.org
  2021-07-29 17:36 ` pinskia at gcc dot gnu.org
  2021-09-17  5:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 17:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0

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

* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
       [not found] <bug-24293-4@http.gcc.gnu.org/bugzilla/>
  2021-07-29 17:35 ` [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only pinskia at gcc dot gnu.org
@ 2021-07-29 17:36 ` pinskia at gcc dot gnu.org
  2021-09-17  5:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hristo at venev dot name

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 63878 has been marked as a duplicate of this bug. ***

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

* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
       [not found] <bug-24293-4@http.gcc.gnu.org/bugzilla/>
  2021-07-29 17:35 ` [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only pinskia at gcc dot gnu.org
  2021-07-29 17:36 ` pinskia at gcc dot gnu.org
@ 2021-09-17  5:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-17  5:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 70749 has been marked as a duplicate of this bug. ***

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

* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
  2005-10-10  0:37 [Bug c/24293] New: " neil at gcc dot gnu dot org
  2005-10-10  1:53 ` [Bug c/24293] " pinskia at gcc dot gnu dot org
  2006-03-12 19:44 ` pinskia at gcc dot gnu dot org
@ 2007-01-26  2:47 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-01-26  2:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from manu at gcc dot gnu dot org  2007-01-26 02:47 -------
Sorry for my ignorance, what is syntactically wrong with that?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24293


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

* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
  2005-10-10  0:37 [Bug c/24293] New: " neil at gcc dot gnu dot org
  2005-10-10  1:53 ` [Bug c/24293] " pinskia at gcc dot gnu dot org
@ 2006-03-12 19:44 ` pinskia at gcc dot gnu dot org
  2007-01-26  2:47 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-12 19:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-12 19:44 -------
I should note that the diagnostic is produced in varasm.c while it really
should be produced in the front-end.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24293


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

* [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only
  2005-10-10  0:37 [Bug c/24293] New: " neil at gcc dot gnu dot org
@ 2005-10-10  1:53 ` pinskia at gcc dot gnu dot org
  2006-03-12 19:44 ` pinskia at gcc dot gnu dot org
  2007-01-26  2:47 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-10  1:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-10 01:53 -------
Confirmed, not a regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic
      Known to fail|                            |2.95.3 3.0.4 3.2.2 3.2.3
                   |                            |3.3.1 4.0.0 3.4.0 4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-10 01:53:18
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24293


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

end of thread, other threads:[~2021-09-17  5:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24293-4@http.gcc.gnu.org/bugzilla/>
2021-07-29 17:35 ` [Bug c/24293] Undefined behaviour not diagnosed with -fsyntax-only pinskia at gcc dot gnu.org
2021-07-29 17:36 ` pinskia at gcc dot gnu.org
2021-09-17  5:24 ` pinskia at gcc dot gnu.org
2005-10-10  0:37 [Bug c/24293] New: " neil at gcc dot gnu dot org
2005-10-10  1:53 ` [Bug c/24293] " pinskia at gcc dot gnu dot org
2006-03-12 19:44 ` pinskia at gcc dot gnu dot org
2007-01-26  2:47 ` manu at gcc dot gnu dot 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).