Launchpad has imported 2 comments from the remote bug at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43765.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-04-16T07:29:49+00:00 Matthias Klose wrote:

the following (illegal code) loops and allocates memory until cc1plus
aborts

-Wall gives you some hint, but else no diagnostic is given.

struct SomeType
{
    const char *values[];
};
const char *temp[] = {"607", "612", 0};

SomeType vals[] =
    {
        { values : temp, },
        0
    };

Reply at: https://bugs.launchpad.net/gcc-defaults/+bug/442271/comments/6

------------------------------------------------------------------------
On 2012-03-13T23:40:20+00:00 Pinskia wrote:

Confirmed.

Reply at: https://bugs.launchpad.net/gcc-defaults/+bug/442271/comments/7


** Changed in: gcc-defaults
       Status: New => Confirmed

** Changed in: gcc-defaults
   Importance: Unknown => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/442271

Title:
  [Karmic] g++ hangs when trying to compile file

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc-defaults/+bug/442271/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to